Home
last modified time | relevance | path

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

/linux/include/soc/tegra/
H A Dmc.h127 struct tegra_mc_reset_ops { struct
128 int (*hotreset_assert)(struct tegra_mc *mc,
130 int (*hotreset_deassert)(struct tegra_mc *mc,
132 int (*block_dma)(struct tegra_mc *mc,
134 bool (*dma_idling)(struct tegra_mc *mc,
136 int (*unblock_dma)(struct tegra_mc *mc,
138 int (*reset_status)(struct tegra_mc *mc,
/linux/drivers/memory/tegra/
H A Dmc.c321 static const struct reset_control_ops tegra_mc_reset_ops = { variable