Home
last modified time | relevance | path

Searched defs:tegra_mc_reset_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/soc/tegra/
Dmc.h129 struct tegra_mc_reset_ops { struct
130 int (*hotreset_assert)(struct tegra_mc *mc,
132 int (*hotreset_deassert)(struct tegra_mc *mc,
134 int (*block_dma)(struct tegra_mc *mc,
136 bool (*dma_idling)(struct tegra_mc *mc,
160 const struct tegra_mc_reset_ops *reset_ops; argument
/Linux-v5.4/drivers/memory/tegra/
Dmc.c255 static const struct reset_control_ops tegra_mc_reset_ops = { variable