Home
last modified time | relevance | path

Searched refs:gen_pool_get (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dgenalloc.c794 * gen_pool_get - Obtain the gen_pool (if any) for a device
800 struct gen_pool *gen_pool_get(struct device *dev, const char *name) in gen_pool_get() function
810 EXPORT_SYMBOL_GPL(gen_pool_get); variable
830 if (gen_pool_get(dev, name)) in devm_gen_pool_create()
897 pool = gen_pool_get(&pdev->dev, name); in of_gen_pool_get()
/kernel/linux/linux-6.6/lib/
H A Dgenalloc.c800 * gen_pool_get - Obtain the gen_pool (if any) for a device
806 struct gen_pool *gen_pool_get(struct device *dev, const char *name) in gen_pool_get() function
816 EXPORT_SYMBOL_GPL(gen_pool_get); variable
836 if (gen_pool_get(dev, name)) in devm_gen_pool_create()
903 pool = gen_pool_get(&pdev->dev, name); in of_gen_pool_get()
/kernel/linux/linux-5.10/arch/arm/mach-socfpga/
H A Dpm.c48 ocram_pool = gen_pool_get(&pdev->dev, NULL); in socfpga_setup_ocram_self_refresh()
/kernel/linux/linux-6.6/arch/arm/mach-socfpga/
H A Dpm.c50 ocram_pool = gen_pool_get(&pdev->dev, NULL); in socfpga_setup_ocram_self_refresh()
/kernel/linux/linux-5.10/include/linux/
H A Dgenalloc.h207 extern struct gen_pool *gen_pool_get(struct device *dev, const char *name);
/kernel/linux/linux-6.6/include/linux/
H A Dgenalloc.h207 extern struct gen_pool *gen_pool_get(struct device *dev, const char *name);
/kernel/linux/linux-5.10/arch/arm/mach-at91/
H A Dpm.c603 sram_pool = gen_pool_get(&pdev->dev, NULL); in at91_pm_sram_init()
672 sram_pool = gen_pool_get(&pdev->dev, NULL); in at91_pm_backup_init()
/kernel/linux/linux-5.10/arch/arm/mach-imx/
H A Dpm-imx5.c294 ocram_pool = gen_pool_get(&pdev->dev, NULL); in imx_suspend_alloc_ocram()
H A Dpm-imx6.c493 ocram_pool = gen_pool_get(&pdev->dev, NULL); in imx6q_suspend_init()
/kernel/linux/linux-6.6/arch/arm/mach-imx/
H A Dpm-imx5.c295 ocram_pool = gen_pool_get(&pdev->dev, NULL); in imx_suspend_alloc_ocram()
H A Dpm-imx6.c495 ocram_pool = gen_pool_get(&pdev->dev, NULL); in imx6q_suspend_init()
/kernel/linux/linux-6.6/arch/arm/mach-at91/
H A Dpm.c976 sram_pool = gen_pool_get(&pdev->dev, NULL); in at91_pm_sram_init()
1065 sram_pool = gen_pool_get(&pdev->dev, NULL); in at91_pm_backup_init()
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H A Dcoda-common.c3204 pool = gen_pool_get(pdata->iram_dev, NULL); in coda_probe()

Completed in 23 milliseconds