Lines Matching full:iommu
28 #include <linux/iommu.h>
86 * bus_set_iommu - set iommu-callbacks for the bus
88 * @ops: the callbacks provided by the iommu-driver
90 * This function is called by an iommu driver to set the iommu methods
92 * the iommu-api after these ops are registered.
94 * the bus itself, so the iommu drivers are not initialized when the bus
95 * is set up. With this function the iommu-driver can set the iommu-ops
105 /* Do IOMMU specific setup for this bus-type */ in bus_set_iommu()
119 * iommu_set_fault_handler() - set a fault handler for an iommu domain
120 * @domain: iommu domain
123 * This function should be used by IOMMU users which want to be notified
124 * whenever an IOMMU fault happens.