Searched refs:dma_pool (Results 1 – 9 of 9) sorted by relevance
/linux-4.19.296/include/linux/ |
D | dmapool.h | 21 struct dma_pool *dma_pool_create(const char *name, struct device *dev, 24 void dma_pool_destroy(struct dma_pool *pool); 26 void *dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags, 28 void dma_pool_free(struct dma_pool *pool, void *vaddr, dma_addr_t addr); 33 struct dma_pool *dmam_pool_create(const char *name, struct device *dev, 35 void dmam_pool_destroy(struct dma_pool *pool); 38 static inline struct dma_pool *dma_pool_create(const char *name, in dma_pool_create() 41 static inline void dma_pool_destroy(struct dma_pool *pool) { } in dma_pool_destroy() 42 static inline void *dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags, in dma_pool_alloc() 44 static inline void dma_pool_free(struct dma_pool *pool, void *vaddr, in dma_pool_free() [all …]
|
D | lightnvm.h | 415 void *dma_pool; member
|
D | pci.h | 1356 #define pci_pool dma_pool
|
/linux-4.19.296/drivers/lightnvm/ |
D | core.c | 648 return dev->ops->dev_dma_alloc(dev, dev->dma_pool, mem_flags, in nvm_dev_dma_alloc() 655 dev->ops->dev_dma_free(dev->dma_pool, addr, dma_handler); in nvm_dev_dma_free() 885 if (dev->dma_pool) in nvm_free() 886 dev->ops->destroy_dma_pool(dev->dma_pool); in nvm_free() 936 dev->dma_pool = dev->ops->create_dma_pool(dev, "ppalist"); in nvm_register() 937 if (!dev->dma_pool) { in nvm_register() 953 dev->ops->destroy_dma_pool(dev->dma_pool); in nvm_register()
|
/linux-4.19.296/drivers/misc/mic/scif/ |
D | scif_main.h | 203 struct dma_pool *signal_pool;
|
/linux-4.19.296/include/linux/usb/ |
D | hcd.h | 199 struct dma_pool *pool[HCD_BUFFER_POOLS];
|
/linux-4.19.296/drivers/thunderbolt/ |
D | ctl.c | 29 struct dma_pool *frame_pool;
|
/linux-4.19.296/include/linux/mlx5/ |
D | driver.h | 327 struct dma_pool *pool;
|
/linux-4.19.296/drivers/i2c/busses/ |
D | i2c-qup.c | 271 struct dma_pool *dpool;
|