Home
last modified time | relevance | path

Searched defs:dma_pool (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/mm/
Ddmapool.c45 struct dma_pool { /* the pool */ struct
46 struct list_head page_list;
47 spinlock_t lock;
48 size_t size;
49 struct device *dev;
50 size_t allocation;
74 struct dma_pool *pool; in show_pools() argument
/linux-4.1.27/drivers/gpu/drm/ttm/
Dttm_page_alloc_dma.c103 struct dma_pool { struct
104 struct list_head pools; /* The 'struct device->dma_pools link */ argument
123 * @page_list: The link to the 'page_list' in 'struct dma_pool'. argument
/linux-4.1.27/drivers/crypto/ccp/
Dccp-dev.c324 struct dma_pool *dma_pool; in ccp_init() local
Dccp-dev.h153 struct dma_pool *dma_pool; member
Dccp-ops.c46 struct dma_pool *dma_pool; member
/linux-4.1.27/drivers/dma/ioat/
Ddma.h77 struct pci_pool *dma_pool; member
/linux-4.1.27/drivers/firmware/google/
Dgsmi.c95 struct dma_pool *dma_pool; /* DMA buffer pool */ member
/linux-4.1.27/drivers/net/wan/
Dixp4xx_hss.c327 static struct dma_pool *dma_pool; variable
/linux-4.1.27/drivers/scsi/mvsas/
Dmv_sas.h413 void *dma_pool; member
/linux-4.1.27/drivers/net/ethernet/xscale/
Dixp4xx_eth.c257 static struct dma_pool *dma_pool; variable