Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Ddmapool.h21 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 …]
Dlightnvm.h415 void *dma_pool; member
Dpci.h1356 #define pci_pool dma_pool
/linux-4.19.296/drivers/lightnvm/
Dcore.c648 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/
Dscif_main.h203 struct dma_pool *signal_pool;
/linux-4.19.296/include/linux/usb/
Dhcd.h199 struct dma_pool *pool[HCD_BUFFER_POOLS];
/linux-4.19.296/drivers/thunderbolt/
Dctl.c29 struct dma_pool *frame_pool;
/linux-4.19.296/include/linux/mlx5/
Ddriver.h327 struct dma_pool *pool;
/linux-4.19.296/drivers/i2c/busses/
Di2c-qup.c271 struct dma_pool *dpool;