Home
last modified time | relevance | path

Searched refs:coh901318_pool (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/dma/
Dcoh901318.h16 struct coh901318_pool { struct
53 int coh901318_pool_create(struct coh901318_pool *pool,
62 int coh901318_pool_destroy(struct coh901318_pool *pool);
72 coh901318_lli_alloc(struct coh901318_pool *pool,
80 void coh901318_lli_free(struct coh901318_pool *pool,
95 coh901318_lli_fill_memcpy(struct coh901318_pool *pool,
113 coh901318_lli_fill_single(struct coh901318_pool *pool,
134 coh901318_lli_fill_sg(struct coh901318_pool *pool,
Dcoh901318_lli.c35 int coh901318_pool_create(struct coh901318_pool *pool, in coh901318_pool_create()
47 int coh901318_pool_destroy(struct coh901318_pool *pool) in coh901318_pool_destroy()
55 coh901318_lli_alloc(struct coh901318_pool *pool, unsigned int len) in coh901318_lli_alloc()
112 void coh901318_lli_free(struct coh901318_pool *pool, in coh901318_lli_free()
142 coh901318_lli_fill_memcpy(struct coh901318_pool *pool, in coh901318_lli_fill_memcpy()
175 coh901318_lli_fill_single(struct coh901318_pool *pool, in coh901318_lli_fill_single()
231 coh901318_lli_fill_sg(struct coh901318_pool *pool, in coh901318_lli_fill_sg()
Dcoh901318.c1283 struct coh901318_pool pool;