Searched refs:domain_window_disable (Results 1 – 3 of 3) sorted by relevance
165 void (*domain_window_disable)(struct iommu_domain *domain, u32 wnd_nr); member
1192 if (unlikely(domain->ops->domain_window_disable == NULL)) in iommu_domain_window_disable()1195 return domain->ops->domain_window_disable(domain, wnd_nr); in iommu_domain_window_disable()
1067 .domain_window_disable = fsl_pamu_window_disable,