Searched refs:__swiotlb_find_pool (Results 1 – 2 of 2) sorted by relevance
128 struct io_tlb_pool *__swiotlb_find_pool(struct device *dev, phys_addr_t paddr);157 * dev->dma_uses_io_tlb here and mem->pools in __swiotlb_find_pool(). in swiotlb_find_pool() 163 return __swiotlb_find_pool(dev, paddr); in swiotlb_find_pool()
766 * __swiotlb_find_pool() - find the IO TLB pool for a physical address777 struct io_tlb_pool *__swiotlb_find_pool(struct device *dev, phys_addr_t paddr) in __swiotlb_find_pool() function