Home
last modified time | relevance | path

Searched refs:device_iommu_mapped (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dof_iommu.c235 if (!err && dev->bus && !device_iommu_mapped(dev)) in of_iommu_configure()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dtegra.c126 if (device_iommu_mapped(dev)) { in nvkm_device_tegra_probe_iommu()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Diommu.c1104 if (device_iommu_mapped(dev)) { in iommu_add_device()
1125 if (!device_iommu_mapped(dev)) { in iommu_del_device()
H A Deeh.c1285 if (device_iommu_mapped(dev)) { in dev_has_iommu_table()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddevice.h611 static inline bool device_iommu_mapped(struct device *dev) in device_iommu_mapped() function
/OK3568_Linux_fs/kernel/drivers/acpi/arm64/
H A Diort.c820 if (dev->bus && !device_iommu_mapped(dev)) in iort_add_device_replay()
/OK3568_Linux_fs/kernel/drivers/dma/sh/
H A Drcar-dmac.c1867 if (device_iommu_mapped(&pdev->dev)) in rcar_dmac_probe()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.c244 if (!(xhci->quirks & XHCI_ZERO_64B_REGS) || !device_iommu_mapped(dev)) in xhci_zero_64b_regs()