Searched defs:arm_smmu_master (Results 1 – 1 of 1) sorted by relevance
694 struct arm_smmu_master { struct695 struct arm_smmu_device *smmu;696 struct device *dev;697 struct arm_smmu_domain *domain;698 struct list_head domain_head;699 struct arm_smmu_stream *streams;700 unsigned int num_streams;701 bool ats_enabled;702 bool stall_enabled;703 bool sva_enabled;[all …]