Searched refs:rst_ops (Results 1 – 2 of 2) sorted by relevance
217 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_assert()218 if (!rst_ops) in tegra_mc_hotreset_assert()222 if (rst_ops->reset_status) { in tegra_mc_hotreset_assert()228 if (rst_ops->block_dma) { in tegra_mc_hotreset_assert()238 if (rst_ops->dma_idling) { in tegra_mc_hotreset_assert()251 if (rst_ops->hotreset_assert) { in tegra_mc_hotreset_assert()276 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_deassert()277 if (!rst_ops) in tegra_mc_hotreset_deassert()290 if (rst_ops->unblock_dma) { in tegra_mc_hotreset_deassert()314 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_status()[all …]
311 static const struct reset_control_ops rst_ops = { variable318 .ops = &rst_ops,
Completed in 9 milliseconds