Searched refs:gen_pool_get (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | genalloc.c | 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); 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()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-socfpga/ |
| H A D | pm.c | 48 ocram_pool = gen_pool_get(&pdev->dev, NULL); in socfpga_setup_ocram_self_refresh()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | genalloc.h | 207 extern struct gen_pool *gen_pool_get(struct device *dev, const char *name);
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | genalloc.rst | 141 :functions: gen_pool_get
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/coda/ |
| H A D | coda-common.c | 3204 pool = gen_pool_get(pdata->iram_dev, NULL); in coda_probe()
|