Searched defs:iommu_ops (Results 1 – 2 of 2) sorted by relevance
6656 const struct iommu_ops *iommu_ops; member6745 struct iommu_ops { struct6746 bool (*capable)(struct device *, enum iommu_cap);6747 void * (*hw_info)(struct device *, u32 *, u32 *);6748 struct iommu_domain * (*domain_alloc)(unsigned int);6749 struct iommu_device * (*probe_device)(struct device *);6750 void (*release_device)(struct device *);6751 void (*probe_finalize)(struct device *);6752 void (*set_platform_dma_ops)(struct device *);6753 struct iommu_group * (*device_group)(struct device *);[all …]
6265 const struct iommu_ops *iommu_ops; member6354 struct iommu_ops { struct6355 bool (*capable)(struct device *, enum iommu_cap);6356 void * (*hw_info)(struct device *, u32 *, u32 *);6357 struct iommu_domain * (*domain_alloc)(unsigned int);6358 struct iommu_device * (*probe_device)(struct device *);6359 void (*release_device)(struct device *);6360 void (*probe_finalize)(struct device *);6361 void (*set_platform_dma_ops)(struct device *);6362 struct iommu_group * (*device_group)(struct device *);[all …]