Searched refs:arm_iommu_attach_device (Results 1 – 6 of 6) sorted by relevance
20 #define arm_iommu_attach_device(...) ({ -ENODEV; }) macro66 ret = arm_iommu_attach_device(subdrv_dev, priv->mapping); in drm_iommu_attach_device()90 arm_iommu_attach_device(subdrv_dev, *dma_priv); in drm_iommu_detach_device()
31 int arm_iommu_attach_device(struct device *dev,
38 #define arm_iommu_attach_device(...) -ENODEV macro522 err = arm_iommu_attach_device(dev, data->mapping); in mtk_iommu_v1_probe_finalize()
32 #define arm_iommu_attach_device(...) -ENODEV macro821 ret = arm_iommu_attach_device(dev, mmu->mapping); in ipmmu_init_arm_mapping()
1614 int arm_iommu_attach_device(struct device *dev, in arm_iommu_attach_device() function1626 EXPORT_SYMBOL_GPL(arm_iommu_attach_device);
1947 ret = arm_iommu_attach_device(isp->dev, mapping); in isp_attach_iommu()