gen_pool           76 include/linux/genalloc.h extern struct gen_pool *gen_pool_create(int, int);
gen_pool           77 include/linux/genalloc.h extern phys_addr_t gen_pool_virt_to_phys(struct gen_pool *pool, unsigned long);
gen_pool           78 include/linux/genalloc.h extern int gen_pool_add_virt(struct gen_pool *, unsigned long, phys_addr_t,
gen_pool           92 include/linux/genalloc.h static inline int gen_pool_add(struct gen_pool *pool, unsigned long addr,
gen_pool           97 include/linux/genalloc.h extern void gen_pool_destroy(struct gen_pool *);
gen_pool           98 include/linux/genalloc.h extern unsigned long gen_pool_alloc(struct gen_pool *, size_t);
gen_pool           99 include/linux/genalloc.h extern void *gen_pool_dma_alloc(struct gen_pool *pool, size_t size,
gen_pool          101 include/linux/genalloc.h extern void gen_pool_free(struct gen_pool *, unsigned long, size_t);
gen_pool          102 include/linux/genalloc.h extern void gen_pool_for_each_chunk(struct gen_pool *,
gen_pool          103 include/linux/genalloc.h 	void (*)(struct gen_pool *, struct gen_pool_chunk *, void *), void *);
gen_pool          104 include/linux/genalloc.h extern size_t gen_pool_avail(struct gen_pool *);
gen_pool          105 include/linux/genalloc.h extern size_t gen_pool_size(struct gen_pool *);
gen_pool          107 include/linux/genalloc.h extern void gen_pool_set_algo(struct gen_pool *pool, genpool_algo_t algo,
gen_pool          120 include/linux/genalloc.h extern struct gen_pool *devm_gen_pool_create(struct device *dev,
gen_pool          122 include/linux/genalloc.h extern struct gen_pool *dev_get_gen_pool(struct device *dev);
gen_pool          124 include/linux/genalloc.h bool addr_in_gen_pool(struct gen_pool *pool, unsigned long start,
gen_pool          128 include/linux/genalloc.h extern struct gen_pool *of_get_named_gen_pool(struct device_node *np,
gen_pool          131 include/linux/genalloc.h static inline struct gen_pool *of_get_named_gen_pool(struct device_node *np,
gen_pool           34 include/linux/platform_data/davinci_asp.h 	struct gen_pool *sram_pool;
gen_pool           31 include/linux/platform_data/dma-mmp_tdma.h extern struct gen_pool *sram_get_gpool(char *pool_name);
gen_pool           24 include/linux/platform_data/uio_pruss.h 	struct gen_pool *sram_pool;