Lines Matching defs:rst_ops
117 const struct tegra_mc_reset_ops *rst_ops;
126 rst_ops = mc->soc->reset_ops;
127 if (!rst_ops)
130 if (rst_ops->block_dma) {
132 err = rst_ops->block_dma(mc, rst);
140 if (rst_ops->dma_idling) {
142 while (!rst_ops->dma_idling(mc, rst)) {
153 if (rst_ops->hotreset_assert) {
155 err = rst_ops->hotreset_assert(mc, rst);
170 const struct tegra_mc_reset_ops *rst_ops;
178 rst_ops = mc->soc->reset_ops;
179 if (!rst_ops)
182 if (rst_ops->hotreset_deassert) {
184 err = rst_ops->hotreset_deassert(mc, rst);
192 if (rst_ops->unblock_dma) {
194 err = rst_ops->unblock_dma(mc, rst);
209 const struct tegra_mc_reset_ops *rst_ops;
216 rst_ops = mc->soc->reset_ops;
217 if (!rst_ops)
220 return rst_ops->reset_status(mc, rst);