Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dgenalloc.h213 extern struct gen_pool *of_gen_pool_get(struct device_node *np,
216 static inline struct gen_pool *of_gen_pool_get(struct device_node *np, in of_gen_pool_get() function
/linux/drivers/memory/
H A Dti-emif-pm.c69 emif_data->sram_pool_code = of_gen_pool_get(np, "sram", 0); in ti_emif_alloc_sram()
89 emif_data->sram_pool_data = of_gen_pool_get(np, "sram", 1); in ti_emif_alloc_sram()
/linux/drivers/firmware/tegra/
H A Dbpmp-tegra186.c238 priv->tx.pool = of_gen_pool_get(bpmp->dev->of_node, "shmem", 0); in tegra186_bpmp_sram_init()
251 priv->rx.pool = of_gen_pool_get(bpmp->dev->of_node, "shmem", 1); in tegra186_bpmp_sram_init()
/linux/drivers/soc/ti/
H A Dpm33xx.c397 sram_pool = of_gen_pool_get(np, "pm-sram", 0); in am33xx_pm_alloc_sram()
403 sram_pool_data = of_gen_pool_get(np, "pm-sram", 1); in am33xx_pm_alloc_sram()
/linux/arch/arm/mach-omap2/
H A Domap4-common.c136 sram_pool = of_gen_pool_get(np, "sram", 0); in omap4_sram_init()
/linux/lib/
H A Dgenalloc.c879 struct gen_pool *of_gen_pool_get(struct device_node *np, in of_gen_pool_get() function
908 EXPORT_SYMBOL_GPL(of_gen_pool_get);
/linux/drivers/gpu/ipu-v3/
H A Dipu-pre.c327 pre->iram = of_gen_pool_get(dev->of_node, "fsl,iram", 0); in ipu_pre_probe()
/linux/Documentation/core-api/
H A Dgenalloc.rst144 :functions: of_gen_pool_get
/linux/sound/core/
H A Dmemalloc.c429 pool = of_gen_pool_get(dev->of_node, "iram", 0); in snd_dma_iram_alloc()
/linux/drivers/fsi/
H A Dfsi-master-ast-cf.c1342 master->sram_pool = of_gen_pool_get(dev_of_node(&pdev->dev), "aspeed,sram", 0); in fsi_master_acf_probe()
/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth_sr1.c1012 prueth->sram_pool = of_gen_pool_get(np, "sram", 0); in prueth_probe()
H A Dicssg_prueth.c1629 prueth->sram_pool = of_gen_pool_get(np, "sram", 0); in prueth_probe()
/linux/drivers/edac/
H A Daltera_edac.c1142 gp = of_gen_pool_get(np, "iram", 0); in ocram_alloc_mem()
/linux/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c2290 nc->sram.pool = of_gen_pool_get(nc->base.dev->of_node, in atmel_hsmc_nand_controller_init()