Searched defs:arm_smmu_master (Results 1 – 1 of 1) sorted by relevance
686 struct arm_smmu_master { struct687 struct arm_smmu_device *smmu;688 struct device *dev;689 struct arm_smmu_domain *domain;690 struct list_head domain_head;691 struct arm_smmu_stream *streams;692 unsigned int num_streams;693 bool ats_enabled;694 bool stall_enabled;695 bool sva_enabled;[all …]