Searched refs:iommu_group (Results 1 - 7 of 7) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | iommu.h | 56 struct iommu_group; 282 struct iommu_group *(*device_group)(struct device *dev); 377 * struct iommu_group *iommu_group; 436 extern struct iommu_group *iommu_group_get_by_id(int id); 467 extern int iommu_get_group_resv_regions(struct iommu_group *group, struct list_head *head); 469 extern int iommu_attach_group(struct iommu_domain *domain, struct iommu_group *group); 470 extern void iommu_detach_group(struct iommu_domain *domain, struct iommu_group *group); 471 extern struct iommu_group *iommu_group_alloc(void); 472 extern void *iommu_group_get_iommudata(struct iommu_group *grou 633 struct iommu_group { global() struct [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/iommu/ |
H A D | iommu.c | 36 struct iommu_group {
struct 59 ssize_t (*show)(struct iommu_group *group, char *buf);
60 ssize_t (*store)(struct iommu_group *group, const char *buf, size_t count);
81 static int iommu_alloc_default_domain(struct iommu_group *group, struct device *dev);
84 static int iommu_attach_group_ext(struct iommu_domain *domain, struct iommu_group *group);
85 static void iommu_detach_group_ext(struct iommu_domain *domain, struct iommu_group *group);
86 static int iommu_create_device_direct_mappings(struct iommu_group *group, struct device *dev);
87 static struct iommu_group *iommu_group_get_for_dev(struct device *dev);
93 #define to_iommu_group(_kobj) container_of(_kobj, struct iommu_group, kobj)
193 struct iommu_group *grou in iommu_probe_device_ext() [all...] |
H A D | rockchip-iommu.c | 148 struct iommu_group *group;
1609 static struct iommu_group *rk_iommu_device_group(struct device *dev)
in rk_iommu_device_group()
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_iommu.h | 73 struct iommu_group *group;
|
H A D | mpp_iommu.c | 383 struct iommu_group *group = NULL; in mpp_iommu_probe()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_iommu.h | 73 struct iommu_group *group;
|
H A D | mpp_iommu.c | 389 struct iommu_group *group = NULL; in mpp_iommu_probe()
|
Completed in 11 milliseconds