Lines Matching refs:tegra_mc
94 struct tegra_mc;
101 struct tegra_mc *mc);
106 struct tegra_mc *mc) in tegra_smmu_probe()
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()
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);
210 struct tegra_mc { struct
235 int tegra_mc_write_emem_configuration(struct tegra_mc *mc, unsigned long rate); argument
236 unsigned int tegra_mc_get_emem_device_count(struct tegra_mc *mc);
239 struct tegra_mc *devm_tegra_memory_controller_get(struct device *dev);
240 int tegra_mc_probe_device(struct tegra_mc *mc, struct device *dev);
242 static inline struct tegra_mc *
249 tegra_mc_probe_device(struct tegra_mc *mc, struct device *dev) in tegra_mc_probe_device()