Searched refs:gen_pool_get (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | genalloc.c | 794 * 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 D | genalloc.c | 800 * 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 D | pm.c | 48 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 D | pm.c | 50 ocram_pool = gen_pool_get(&pdev->dev, NULL); in socfpga_setup_ocram_self_refresh()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | genalloc.h | 207 extern struct gen_pool *gen_pool_get(struct device *dev, const char *name);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | genalloc.h | 207 extern struct gen_pool *gen_pool_get(struct device *dev, const char *name);
|
/kernel/linux/linux-5.10/arch/arm/mach-at91/ |
H A D | pm.c | 603 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 D | pm-imx5.c | 294 ocram_pool = gen_pool_get(&pdev->dev, NULL); in imx_suspend_alloc_ocram()
|
H A D | pm-imx6.c | 493 ocram_pool = gen_pool_get(&pdev->dev, NULL); in imx6q_suspend_init()
|
/kernel/linux/linux-6.6/arch/arm/mach-imx/ |
H A D | pm-imx5.c | 295 ocram_pool = gen_pool_get(&pdev->dev, NULL); in imx_suspend_alloc_ocram()
|
H A D | pm-imx6.c | 495 ocram_pool = gen_pool_get(&pdev->dev, NULL); in imx6q_suspend_init()
|
/kernel/linux/linux-6.6/arch/arm/mach-at91/ |
H A D | pm.c | 976 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 D | coda-common.c | 3204 pool = gen_pool_get(pdata->iram_dev, NULL); in coda_probe()
|
Completed in 23 milliseconds