Home
last modified time | relevance | path

Searched refs:of_gen_pool_get (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/linux/
Dgenalloc.h163 extern struct gen_pool *of_gen_pool_get(struct device_node *np,
166 static inline struct gen_pool *of_gen_pool_get(struct device_node *np, in of_gen_pool_get() function
/linux-4.19.296/drivers/memory/
Dti-emif-pm.c77 emif_data->sram_pool_code = of_gen_pool_get(np, "sram", 0); in ti_emif_alloc_sram()
97 emif_data->sram_pool_data = of_gen_pool_get(np, "sram", 1); in ti_emif_alloc_sram()
/linux-4.19.296/lib/
Dgenalloc.c756 struct gen_pool *of_gen_pool_get(struct device_node *np, in of_gen_pool_get() function
785 EXPORT_SYMBOL_GPL(of_gen_pool_get);
/linux-4.19.296/drivers/fsi/
Dfsi-master-ast-cf.c1340 master->sram_pool = of_gen_pool_get(dev_of_node(&pdev->dev), "aspeed,sram", 0); in fsi_master_acf_probe()
/linux-4.19.296/drivers/edac/
Daltera_edac.c1398 gp = of_gen_pool_get(np, "iram", 0); in ocram_alloc_mem()