Home
last modified time | relevance | path

Searched refs:needs_bounce (Results 1 – 1 of 1) sorted by relevance

/arch/arm/common/
Ddmabounce.c83 int (*needs_bounce)(struct device *, dma_addr_t, size_t); member
221 static int needs_bounce(struct device *dev, dma_addr_t dma_addr, size_t size) in needs_bounce() function
241 return !!dev->archdata.dmabounce->needs_bounce(dev, dma_addr, size); in needs_bounce()
321 ret = needs_bounce(dev, dma_addr, size); in __dma_map_page()
472 device_info->needs_bounce = needs_bounce_fn; in dmabounce_register_dev()