Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/memory/tegra/
Dmc.c149 const struct tegra_mc_reset_ops *rst_ops; in tegra_mc_hotreset_assert() local
158 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_assert()
159 if (!rst_ops) in tegra_mc_hotreset_assert()
162 if (rst_ops->block_dma) { in tegra_mc_hotreset_assert()
164 err = rst_ops->block_dma(mc, rst); in tegra_mc_hotreset_assert()
172 if (rst_ops->dma_idling) { in tegra_mc_hotreset_assert()
174 while (!rst_ops->dma_idling(mc, rst)) { in tegra_mc_hotreset_assert()
185 if (rst_ops->hotreset_assert) { in tegra_mc_hotreset_assert()
187 err = rst_ops->hotreset_assert(mc, rst); in tegra_mc_hotreset_assert()
202 const struct tegra_mc_reset_ops *rst_ops; in tegra_mc_hotreset_deassert() local
[all …]
/Linux-v5.4/drivers/clk/tegra/
Dclk.c280 static const struct reset_control_ops rst_ops = { variable
287 .ops = &rst_ops,