Searched defs:iommu_ops (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | iommu.h | 250 struct iommu_ops { struct 251 bool (*capable)(enum iommu_cap); 254 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type); 255 void (*domain_free)(struct iommu_domain *); 257 int (*attach_dev)(struct iommu_domain *domain, struct device *dev); 258 void (*detach_dev)(struct iommu_domain *domain, struct device *dev); 259 int (*map)(struct iommu_domain *domain, unsigned long iova, 261 int (*map_pages)(struct iommu_domain *domain, unsigned long iova, 264 int (*map_sg)(struct iommu_domain *domain, unsigned long iova, 267 size_t (*unmap)(struct iommu_domain *domain, unsigned long iova, [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/device/ |
| H A D | bus.h | 109 const struct iommu_ops *iommu_ops; member
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | dma-mapping.c | 1983 static const struct dma_map_ops iommu_ops = { variable
|