Searched defs:tegra_mc_reset_ops (Results 1 – 2 of 2) sorted by relevance
108 struct tegra_mc_reset_ops { struct109 int (*hotreset_assert)(struct tegra_mc *mc,111 int (*hotreset_deassert)(struct tegra_mc *mc,113 int (*block_dma)(struct tegra_mc *mc,115 bool (*dma_idling)(struct tegra_mc *mc,139 const struct tegra_mc_reset_ops *reset_ops; argument
253 static const struct reset_control_ops tegra_mc_reset_ops = { variable