Home
last modified time | relevance | path

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

/linux-3.3/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;
51 size_t boundary;
52 char name[32];
76 struct dma_pool *pool; in show_pools() argument
/linux-3.3/drivers/gpu/drm/ttm/
Dttm_page_alloc_dma.c100 struct dma_pool { struct
101 struct list_head pools; /* The 'struct device->dma_pools link */ argument
120 * @page_list: The link to the 'page_list' in 'struct dma_pool'. argument
/linux-3.3/arch/arm/mach-s3c64xx/
Ddma.c46 static struct dma_pool *dma_pool; variable
/linux-3.3/drivers/dma/ioat/
Ddma.h73 struct pci_pool *dma_pool; member
/linux-3.3/drivers/firmware/google/
Dgsmi.c94 struct dma_pool *dma_pool; /* DMA buffer pool */ member
/linux-3.3/drivers/dma/
Dintel_mid_dma_regs.h229 struct pci_pool *dma_pool; member
/linux-3.3/drivers/net/wan/
Dixp4xx_hss.c326 static struct dma_pool *dma_pool; variable
/linux-3.3/drivers/scsi/mvsas/
Dmv_sas.h412 void *dma_pool; member
/linux-3.3/drivers/net/ethernet/xscale/
Dixp4xx_eth.c257 static struct dma_pool *dma_pool; variable