Searched refs:gart_device (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/iommu/
H A Dtegra-gart.c55 struct gart_device { struct
68 struct gart_device *gart; /* link to gart device */
71 static struct gart_device *gart_handle; /* unique for a system */
93 static inline void gart_set_pte(struct gart_device *gart, gart_set_pte()
103 static inline unsigned long gart_read_pte(struct gart_device *gart, gart_read_pte()
114 static void do_gart_setup(struct gart_device *gart, const u32 *data) do_gart_setup()
126 static void gart_dump_table(struct gart_device *gart) gart_dump_table()
144 static inline void gart_dump_table(struct gart_device *gart) gart_dump_table()
149 static inline bool gart_iova_range_valid(struct gart_device *gart, gart_iova_range_valid()
170 struct gart_device *gart = gart_domain->gart; gart_iommu_attach_dev()
203 struct gart_device *gart = gart_domain->gart; gart_iommu_detach_dev()
224 struct gart_device *gart; gart_iommu_domain_alloc()
249 struct gart_device *gart = gart_domain->gart; gart_iommu_domain_free()
269 struct gart_device *gart = gart_domain->gart; gart_iommu_map()
293 struct gart_device *gart = gart_domain->gart; gart_iommu_unmap()
310 struct gart_device *gart = gart_domain->gart; gart_iommu_iova_to_phys()
352 struct gart_device *gart = dev_get_drvdata(dev); tegra_gart_suspend()
366 struct gart_device *gart = dev_get_drvdata(dev); tegra_gart_resume()
377 struct gart_device *gart; tegra_gart_probe()
397 dev_err(dev, "failed to allocate gart_device\n"); tegra_gart_probe()
431 struct gart_device *gart = platform_get_drvdata(pdev); tegra_gart_remove()

Completed in 46 milliseconds