Searched defs:tegra_mc_reset_ops (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/include/soc/tegra/ |
| D | mc.h | 129 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
|
| /kernel/linux/linux-6.6/include/soc/tegra/ |
| D | mc.h | 150 struct tegra_mc_reset_ops { struct 151 int (*hotreset_assert)(struct tegra_mc *mc, 153 int (*hotreset_deassert)(struct tegra_mc *mc, 155 int (*block_dma)(struct tegra_mc *mc, 157 bool (*dma_idling)(struct tegra_mc *mc, 159 int (*unblock_dma)(struct tegra_mc *mc, 161 int (*reset_status)(struct tegra_mc *mc,
|
| /kernel/linux/linux-5.10/drivers/memory/tegra/ |
| D | mc.c | 223 static const struct reset_control_ops tegra_mc_reset_ops = { variable
|
| /kernel/linux/linux-6.6/drivers/memory/tegra/ |
| D | mc.c | 321 static const struct reset_control_ops tegra_mc_reset_ops = { variable
|