Searched refs:ion_pages_sync_for_device (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/staging/android/ion/ |
D | ion_system_heap.c | 73 ion_pages_sync_for_device(NULL, page, PAGE_SIZE << order, in alloc_buffer_page() 348 ion_pages_sync_for_device(NULL, page, len, DMA_BIDIRECTIONAL); in ion_system_contig_heap_allocate()
|
D | ion_page_pool.c | 33 ion_pages_sync_for_device(NULL, page, PAGE_SIZE << pool->order, in ion_page_pool_alloc_pages()
|
D | ion_carveout_heap.c | 160 ion_pages_sync_for_device(NULL, page, size, DMA_BIDIRECTIONAL); in ion_carveout_heap_create()
|
D | ion_priv.h | 402 void ion_pages_sync_for_device(struct device *dev, struct page *page,
|
D | ion_chunk_heap.c | 151 ion_pages_sync_for_device(NULL, page, size, DMA_BIDIRECTIONAL); in ion_chunk_heap_create()
|
D | ion.c | 894 void ion_pages_sync_for_device(struct device *dev, struct page *page, in ion_pages_sync_for_device() function 934 ion_pages_sync_for_device(dev, ion_buffer_page(page), in ion_buffer_sync_for_device()
|