Home
last modified time | relevance | path

Searched refs:domain_window_enable (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Diommu.h233 * @domain_window_enable: Configure and enable a particular window for a domain
292 int (*domain_window_enable)(struct iommu_domain *domain, u32 wnd_nr, phys_addr_t paddr, u64 size, int prot); member
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Diommu.c2719 if (unlikely(domain->ops->domain_window_enable == NULL)) { in iommu_domain_window_enable()
2723 return domain->ops->domain_window_enable(domain, wnd_nr, paddr, size, prot); in iommu_domain_window_enable()

Completed in 8 milliseconds