Searched refs:probe_device (Results 1 - 25 of 49) sorted by relevance
12
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | grant-dma-iommu.c | 24 /* Nothing is really needed here except a dummy probe_device callback */ 26 .probe_device = grant_dma_iommu_probe_device,
|
/kernel/linux/linux-6.6/include/soc/tegra/ |
H A D | mc.h | 191 int (*probe_device)(struct tegra_mc *mc, struct device *dev); member
|
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | tegra-gart.c | 281 .probe_device = gart_iommu_probe_device,
|
H A D | s390-iommu.c | 366 .probe_device = s390_iommu_probe_device,
|
H A D | mtk_iommu_v1.c | 526 .probe_device = mtk_iommu_probe_device,
|
H A D | fsl_pamu_domain.c | 1039 .probe_device = fsl_pamu_probe_device,
|
H A D | sun50i-iommu.c | 334 * .probe_device, and since we link our (single) domain to our iommu in in sun50i_iommu_flush_iotlb_all() 784 .probe_device = sun50i_iommu_probe_device,
|
H A D | mtk_iommu.c | 544 .probe_device = mtk_iommu_probe_device,
|
H A D | msm_iommu.c | 694 .probe_device = msm_iommu_probe_device,
|
H A D | ipmmu-vmsa.c | 906 .probe_device = ipmmu_probe_device,
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | tegra-gart.c | 271 .probe_device = gart_iommu_probe_device,
|
H A D | fsl_pamu_domain.c | 400 .probe_device = fsl_pamu_probe_device,
|
H A D | sprd-iommu.c | 425 .probe_device = sprd_iommu_probe_device,
|
H A D | s390-iommu.c | 433 .probe_device = s390_iommu_probe_device,
|
H A D | mtk_iommu_v1.c | 582 .probe_device = mtk_iommu_v1_probe_device,
|
H A D | msm_iommu.c | 679 .probe_device = msm_iommu_probe_device,
|
H A D | ipmmu-vmsa.c | 853 .probe_device = ipmmu_probe_device,
|
H A D | sun50i-iommu.c | 391 * .probe_device, and since we link our (single) domain to our iommu in in sun50i_iommu_flush_iotlb_all() 834 .probe_device = sun50i_iommu_probe_device,
|
/kernel/linux/linux-6.6/drivers/memory/tegra/ |
H A D | mc.c | 104 if (mc->soc->ops && mc->soc->ops->probe_device) in tegra_mc_probe_device() 105 return mc->soc->ops->probe_device(mc, dev); in tegra_mc_probe_device()
|
H A D | tegra186.c | 142 .probe_device = tegra186_mc_probe_device,
|
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu/ |
H A D | qcom_iommu.c | 626 .probe_device = qcom_iommu_probe_device,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | iommu.h | 199 * @probe_device: Add device to iommu driver handling 251 struct iommu_device *(*probe_device)(struct device *dev); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | iommu.h | 238 * @probe_device: Add device to iommu driver handling 271 struct iommu_device *(*probe_device)(struct device *dev); member
|
/kernel/linux/linux-6.6/drivers/iommu/iommufd/ |
H A D | selftest.c | 313 .probe_device = mock_probe_device,
|
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/ |
H A D | qcom_iommu.c | 570 .probe_device = qcom_iommu_probe_device,
|
Completed in 29 milliseconds
12