Lines Matching refs:dma_pool

48 struct dma_pool {		/* the pool */  struct
75 struct dma_pool *pool; in pools_show() argument
96 static void pool_check_block(struct dma_pool *pool, struct dma_block *block, in pool_check_block()
121 static struct dma_page *pool_find_page(struct dma_pool *pool, dma_addr_t dma) in pool_find_page()
134 static bool pool_block_err(struct dma_pool *pool, void *vaddr, dma_addr_t dma) in pool_block_err()
160 static void pool_init_page(struct dma_pool *pool, struct dma_page *page) in pool_init_page()
165 static void pool_check_block(struct dma_pool *pool, struct dma_block *block, in pool_check_block()
170 static bool pool_block_err(struct dma_pool *pool, void *vaddr, dma_addr_t dma) in pool_block_err()
177 static void pool_init_page(struct dma_pool *pool, struct dma_page *page) in pool_init_page()
182 static struct dma_block *pool_block_pop(struct dma_pool *pool) in pool_block_pop()
193 static void pool_block_push(struct dma_pool *pool, struct dma_block *block, in pool_block_push()
226 struct dma_pool *dma_pool_create_node(const char *name, struct device *dev, in dma_pool_create_node()
229 struct dma_pool *retval; in dma_pool_create_node()
303 static void pool_initialise_page(struct dma_pool *pool, struct dma_page *page) in pool_initialise_page()
337 static struct dma_page *pool_alloc_page(struct dma_pool *pool, gfp_t mem_flags) in pool_alloc_page()
363 void dma_pool_destroy(struct dma_pool *pool) in dma_pool_destroy()
407 void *dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags, in dma_pool_alloc()
453 void dma_pool_free(struct dma_pool *pool, void *vaddr, dma_addr_t dma) in dma_pool_free()
472 struct dma_pool *pool = *(struct dma_pool **)res; in dmam_pool_release()
479 return *(struct dma_pool **)res == match_data; in dmam_pool_match()
496 struct dma_pool *dmam_pool_create(const char *name, struct device *dev, in dmam_pool_create()
499 struct dma_pool **ptr, *pool; in dmam_pool_create()
521 void dmam_pool_destroy(struct dma_pool *pool) in dmam_pool_destroy()