Home
last modified time | relevance | path

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

/linux/Documentation/core-api/
A Ddma-api.rst533 dma_alloc_pages(struct device *dev, size_t size, dma_addr_t *dma_handle,
563 Free a region of memory previously allocated using dma_alloc_pages().
565 dma_alloc_pages(). page must be the pointer returned by dma_alloc_pages().
573 Map an allocation returned from dma_alloc_pages() into a user address space.
574 dev and size must be the same as those passed into dma_alloc_pages().
575 page must be the pointer returned by dma_alloc_pages().
584 This routine is a convenient wrapper around dma_alloc_pages that returns the
/linux/include/linux/
A Ddma-mapping.h302 struct page *dma_alloc_pages(struct device *dev, size_t size,
312 struct page *page = dma_alloc_pages(dev, size, dma_handle, dir, gfp); in dma_alloc_noncoherent()
/linux/kernel/dma/
A Dmapping.c559 struct page *dma_alloc_pages(struct device *dev, size_t size, in dma_alloc_pages() function
568 EXPORT_SYMBOL_GPL(dma_alloc_pages);
/linux/drivers/firewire/
A Dohci.c983 ctx->pages[i] = dma_alloc_pages(dev, PAGE_SIZE, &dma_addr, in ar_context_init()
/linux/
A Dvmlinux.symvers6579 0x00000000 dma_alloc_pages vmlinux EXPORT_SYMBOL_GPL
A DSystem.map4382 ffff80001010d990 T dma_alloc_pages
A D.tmp_System.map4382 ffff80001010d990 T dma_alloc_pages

Completed in 1060 milliseconds