Home
last modified time | relevance | path

Searched refs:subdrv_dev (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_iommu.c85 struct device *subdrv_dev) in drm_iommu_attach_device() argument
95 subdrv_dev->dma_parms = devm_kzalloc(subdrv_dev, in drm_iommu_attach_device()
96 sizeof(*subdrv_dev->dma_parms), in drm_iommu_attach_device()
98 if (!subdrv_dev->dma_parms) in drm_iommu_attach_device()
101 dma_set_max_seg_size(subdrv_dev, 0xffffffffu); in drm_iommu_attach_device()
103 ret = arm_iommu_attach_device(subdrv_dev, dev->archdata.mapping); in drm_iommu_attach_device()
118 dev->archdata.dma_ops = subdrv_dev->archdata.dma_ops; in drm_iommu_attach_device()
133 struct device *subdrv_dev) in drm_iommu_detach_device() argument
141 iommu_detach_device(mapping->domain, subdrv_dev); in drm_iommu_detach_device()
Dexynos_drm_iommu.h25 struct device *subdrv_dev);
28 struct device *subdrv_dev);
53 struct device *subdrv_dev) in drm_iommu_attach_device() argument
59 struct device *subdrv_dev) in drm_iommu_detach_device() argument