Lines Matching full:mc
101 struct tegra_mc *mc);
106 struct tegra_mc *mc) in tegra_smmu_probe() argument
117 struct gart_device *tegra_gart_probe(struct device *dev, struct tegra_mc *mc);
122 tegra_gart_probe(struct device *dev, struct tegra_mc *mc) in tegra_gart_probe() argument
148 int (*hotreset_assert)(struct tegra_mc *mc,
150 int (*hotreset_deassert)(struct tegra_mc *mc,
152 int (*block_dma)(struct tegra_mc *mc,
154 bool (*dma_idling)(struct tegra_mc *mc,
156 int (*unblock_dma)(struct tegra_mc *mc,
158 int (*reset_status)(struct tegra_mc *mc,
178 int (*probe)(struct tegra_mc *mc);
179 void (*remove)(struct tegra_mc *mc);
180 int (*suspend)(struct tegra_mc *mc);
181 int (*resume)(struct tegra_mc *mc);
183 int (*probe_device)(struct tegra_mc *mc, struct device *dev);
235 int tegra_mc_write_emem_configuration(struct tegra_mc *mc, unsigned long rate);
236 unsigned int tegra_mc_get_emem_device_count(struct tegra_mc *mc);
240 int tegra_mc_probe_device(struct tegra_mc *mc, struct device *dev);
249 tegra_mc_probe_device(struct tegra_mc *mc, struct device *dev) in tegra_mc_probe_device() argument