Home
last modified time | relevance | path

Searched refs:dev_iommu_fwspec_get (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/iommu/
A Dmtk_iommu_v1.c202 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in mtk_iommu_config()
367 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in mtk_iommu_create_mapping()
383 fwspec = dev_iommu_fwspec_get(dev); in mtk_iommu_create_mapping()
384 } else if (dev_iommu_fwspec_get(dev)->ops != &mtk_iommu_ops) { in mtk_iommu_create_mapping()
423 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in mtk_iommu_probe_device()
438 fwspec = dev_iommu_fwspec_get(dev); in mtk_iommu_probe_device()
466 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in mtk_iommu_release_device()
A Dof_iommu.c115 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in of_iommu_configure()
155 fwspec = dev_iommu_fwspec_get(dev); in of_iommu_configure()
A Dvirtio-iommu.c468 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in viommu_probe_endpoint()
654 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in viommu_attach_dev()
865 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in viommu_probe_device()
910 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in viommu_release_device()
A Dsprd-iommu.c375 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in sprd_iommu_probe_device()
388 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in sprd_iommu_release_device()
A Dmtk_iommu.c362 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in mtk_iommu_config()
563 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in mtk_iommu_probe_device()
576 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in mtk_iommu_release_device()
A Dtegra-smmu.c488 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in tegra_smmu_attach_dev()
521 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in tegra_smmu_detach_dev()
897 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in tegra_smmu_device_group()
A Dtegra-gart.c248 if (!dev_iommu_fwspec_get(dev)) in gart_iommu_probe_device()
A Dipmmu-vmsa.c602 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in ipmmu_attach_device()
651 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in ipmmu_detach_device()
A Diommu.c2880 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in iommu_fwspec_init()
2903 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in iommu_fwspec_free()
2915 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in iommu_fwspec_add_ids()
A Ddma-iommu.c183 if (!is_of_node(dev_iommu_fwspec_get(dev)->iommu_fwnode)) in iommu_dma_get_resv_regions()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
A Dgp10b.c37 spec = dev_iommu_fwspec_get(device->dev); in gp10b_ltc_init()
/linux/drivers/iommu/arm/arm-smmu/
A Dqcom_iommu.c84 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in to_iommu()
231 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in qcom_iommu_init_domain()
398 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in qcom_iommu_detach_dev()
A Darm-smmu.c1041 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in arm_smmu_master_alloc_smes()
1133 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in arm_smmu_attach_dev()
1362 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in arm_smmu_probe_device()
1373 fwspec = dev_iommu_fwspec_get(dev); in arm_smmu_probe_device()
1434 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in arm_smmu_release_device()
1473 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in arm_smmu_device_group()
A Darm-smmu-qcom.c87 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in qcom_adreno_smmu_is_gpu_device()
/linux/drivers/gpu/host1x/hw/
A Dchannel_hw.c153 struct iommu_fwspec *spec = dev_iommu_fwspec_get(channel->dev->parent); in host1x_channel_set_streamid()
/linux/drivers/acpi/arm64/
A Diort.c794 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in iort_get_msi_resv_iommu()
822 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in iort_iommu_msi_get_resv_regions()
1017 fwspec = dev_iommu_fwspec_get(dev); in iort_iommu_configure_id()
/linux/include/linux/
A Diommu.h641 static inline struct iommu_fwspec *dev_iommu_fwspec_get(struct device *dev) in dev_iommu_fwspec_get() function
1080 static inline struct iommu_fwspec *dev_iommu_fwspec_get(struct device *dev) in dev_iommu_fwspec_get() function
/linux/drivers/iommu/arm/arm-smmu-v3/
A Darm-smmu-v3.c2270 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in arm_smmu_ats_supported()
2389 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in arm_smmu_attach_dev()
2546 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(master->dev); in arm_smmu_insert_master()
2616 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(master->dev); in arm_smmu_remove_master()
2636 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in arm_smmu_probe_device()
2693 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in arm_smmu_release_device()
/linux/drivers/gpu/drm/tegra/
A Dvic.c57 struct iommu_fwspec *spec = dev_iommu_fwspec_get(vic->dev); in vic_boot()
/linux/drivers/memory/tegra/
A Dtegra186.c117 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in tegra186_mc_probe_device()
/linux/drivers/gpu/drm/msm/disp/mdp5/
A Dmdp5_kms.c624 if (!dev_iommu_fwspec_get(iommu_dev)) in mdp5_kms_init()
/linux/drivers/acpi/
A Dscan.c1550 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev); in acpi_iommu_fwspec_ops()

Completed in 60 milliseconds