Searched refs:rst_ops (Results 1 – 2 of 2) sorted by relevance
181 const struct tegra_mc_reset_ops *rst_ops; in tegra_mc_hotreset_assert() local190 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_assert()191 if (!rst_ops) in tegra_mc_hotreset_assert()195 if (rst_ops->reset_status) { in tegra_mc_hotreset_assert()197 if (rst_ops->reset_status(mc, rst)) in tegra_mc_hotreset_assert()201 if (rst_ops->block_dma) { in tegra_mc_hotreset_assert()203 err = rst_ops->block_dma(mc, rst); in tegra_mc_hotreset_assert()211 if (rst_ops->dma_idling) { in tegra_mc_hotreset_assert()213 while (!rst_ops->dma_idling(mc, rst)) { in tegra_mc_hotreset_assert()224 if (rst_ops->hotreset_assert) { in tegra_mc_hotreset_assert()[all …]
306 static const struct reset_control_ops rst_ops = { variable313 .ops = &rst_ops,