Lines Matching defs:gart_device
36 struct gart_device {
49 static struct gart_device *gart_handle; /* unique for a system */
65 static inline void gart_set_pte(struct gart_device *gart,
72 static inline unsigned long gart_read_pte(struct gart_device *gart,
83 static void do_gart_setup(struct gart_device *gart, const u32 *data)
94 static inline bool gart_iova_range_invalid(struct gart_device *gart,
101 static inline bool gart_pte_valid(struct gart_device *gart, unsigned long iova)
109 struct gart_device *gart = gart_handle;
130 struct gart_device *gart = gart_handle;
167 static inline int __gart_iommu_map(struct gart_device *gart, unsigned long iova,
183 struct gart_device *gart = gart_handle;
196 static inline int __gart_iommu_unmap(struct gart_device *gart,
212 struct gart_device *gart = gart_handle;
228 struct gart_device *gart = gart_handle;
287 int tegra_gart_suspend(struct gart_device *gart)
306 int tegra_gart_resume(struct gart_device *gart)
313 struct gart_device *tegra_gart_probe(struct device *dev, struct tegra_mc *mc)
315 struct gart_device *gart;