Searched refs:probe_device (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/drivers/xen/
H A Dgrant-dma-iommu.c24 /* Nothing is really needed here except a dummy probe_device callback */
26 .probe_device = grant_dma_iommu_probe_device,
/linux-master/include/soc/tegra/
H A Dmc.h168 int (*probe_device)(struct tegra_mc *mc, struct device *dev); member in struct:tegra_mc_ops
/linux-master/drivers/iommu/
H A Dfsl_pamu_domain.c436 .probe_device = fsl_pamu_probe_device,
H A Dsprd-iommu.c410 .probe_device = sprd_iommu_probe_device,
H A Ds390-iommu.c787 .probe_device = s390_iommu_probe_device,
H A Dvirtio-iommu.c1075 .probe_device = viommu_probe_device,
H A Dipmmu-vmsa.c877 .probe_device = ipmmu_probe_device,
H A Dtegra-smmu.c996 .probe_device = tegra_smmu_probe_device,
1116 * set it here so that it can be looked up from the .probe_device()
H A Dmsm_iommu.c693 .probe_device = msm_iommu_probe_device,
H A Dsun50i-iommu.c390 * .probe_device, and since we link our (single) domain to our iommu in
838 .probe_device = sun50i_iommu_probe_device,
H A Dmtk_iommu_v1.c584 .probe_device = mtk_iommu_v1_probe_device,
H A Dapple-dart.c983 .probe_device = apple_dart_probe_device,
H A Dexynos-iommu.c1476 .probe_device = exynos_iommu_probe_device,
H A Drockchip-iommu.c1166 .probe_device = rk_iommu_probe_device,
H A Domap-iommu.c1729 .probe_device = omap_iommu_probe_device,
H A Dmtk_iommu.c1016 .probe_device = mtk_iommu_probe_device,
H A Diommu.c416 iommu_dev = ops->probe_device(dev);
/linux-master/drivers/memory/tegra/
H A Dmc.c104 if (mc->soc->ops && mc->soc->ops->probe_device)
105 return mc->soc->ops->probe_device(mc, dev);
H A Dtegra186.c163 .probe_device = tegra186_mc_probe_device,
/linux-master/drivers/iommu/arm/arm-smmu/
H A Dqcom_iommu.c598 .probe_device = qcom_iommu_probe_device,
H A Darm-smmu.c1122 * domains between of_xlate() and probe_device() - we have no way to cope
1600 .probe_device = arm_smmu_probe_device,
/linux-master/include/linux/
H A Diommu.h521 * @probe_device: Add device to iommu driver handling
562 struct iommu_device *(*probe_device)(struct device *dev); member in struct:iommu_ops
/linux-master/drivers/iommu/iommufd/
H A Dselftest.c531 .probe_device = mock_probe_device,
/linux-master/arch/powerpc/kernel/
H A Diommu.c1392 .probe_device = spapr_tce_iommu_probe_device,
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c3073 .probe_device = arm_smmu_probe_device,

Completed in 350 milliseconds

12