Home
last modified time | relevance | path

Searched refs:gen_pool (Results 1 – 7 of 7) sorted by relevance

/include/linux/
Dgenalloc.h37 struct gen_pool;
52 void *data, struct gen_pool *pool,
58 struct gen_pool { struct
96 extern struct gen_pool *gen_pool_create(int, int);
97 extern phys_addr_t gen_pool_virt_to_phys(struct gen_pool *pool, unsigned long);
98 extern int gen_pool_add_owner(struct gen_pool *, unsigned long, phys_addr_t,
101 static inline int gen_pool_add_virt(struct gen_pool *pool, unsigned long addr, in gen_pool_add_virt()
119 static inline int gen_pool_add(struct gen_pool *pool, unsigned long addr, in gen_pool_add()
124 extern void gen_pool_destroy(struct gen_pool *);
125 unsigned long gen_pool_alloc_algo_owner(struct gen_pool *pool, size_t size,
[all …]
Dsram.h16 struct gen_pool;
19 void *sram_exec_copy(struct gen_pool *pool, void *dst, void *src, size_t size);
21 static inline void *sram_exec_copy(struct gen_pool *pool, void *dst, void *src, in sram_exec_copy()
Dti-emif-sram.h141 struct gen_pool;
143 int ti_emif_copy_pm_function_table(struct gen_pool *sram_pool, void *dst);
/include/linux/platform_data/
Ddma-mmp_tdma.h28 extern struct gen_pool *sram_get_gpool(char *pool_name);
30 static inline struct gen_pool *sram_get_gpool(char *pool_name) in sram_get_gpool()
Duio_pruss.h24 struct gen_pool *sram_pool;
Ddavinci_asp.h34 struct gen_pool *sram_pool;
/include/linux/usb/
Dhcd.h223 struct gen_pool *localmem_pool;