Home
last modified time | relevance | path

Searched refs:iommu_ops_from_fwnode (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dof_iommu.c97 ops = iommu_ops_from_fwnode(fwnode); in of_iommu_xlate()
H A Diommu.c2872 const struct iommu_ops *iommu_ops_from_fwnode(struct fwnode_handle *fwnode) in iommu_ops_from_fwnode() function
/OK3568_Linux_fs/kernel/include/linux/
H A Diommu.h626 const struct iommu_ops *iommu_ops_from_fwnode(struct fwnode_handle *fwnode);
1007 const struct iommu_ops *iommu_ops_from_fwnode(struct fwnode_handle *fwnode) in iommu_ops_from_fwnode() function
/OK3568_Linux_fs/kernel/drivers/acpi/arm64/
H A Diort.c944 ops = iommu_ops_from_fwnode(iort_fwnode); in iort_iommu_xlate()