Home
last modified time | relevance | path

Searched refs:rst_ops (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/memory/tegra/
A Dmc.c216 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_assert()
217 if (!rst_ops) in tegra_mc_hotreset_assert()
221 if (rst_ops->reset_status) { in tegra_mc_hotreset_assert()
227 if (rst_ops->block_dma) { in tegra_mc_hotreset_assert()
237 if (rst_ops->dma_idling) { in tegra_mc_hotreset_assert()
250 if (rst_ops->hotreset_assert) { in tegra_mc_hotreset_assert()
275 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_deassert()
276 if (!rst_ops) in tegra_mc_hotreset_deassert()
289 if (rst_ops->unblock_dma) { in tegra_mc_hotreset_deassert()
313 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_status()
[all …]
/linux-6.3-rc2/drivers/clk/tegra/
A Dclk.c311 static const struct reset_control_ops rst_ops = { variable
318 .ops = &rst_ops,

Completed in 5 milliseconds