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

/linux-master/arch/arm/mach-socfpga/
H A Dpm.c50 ocram_pool = gen_pool_get(&pdev->dev, NULL);
/linux-master/include/linux/
H A Dgenalloc.h207 extern struct gen_pool *gen_pool_get(struct device *dev, const char *name);
/linux-master/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) function
816 EXPORT_SYMBOL_GPL(gen_pool_get); variable
836 if (gen_pool_get(dev, name))
903 pool = gen_pool_get(&pdev->dev, name);
/linux-master/arch/arm/mach-imx/
H A Dpm-imx5.c295 ocram_pool = gen_pool_get(&pdev->dev, NULL);
H A Dpm-imx6.c495 ocram_pool = gen_pool_get(&pdev->dev, NULL);
/linux-master/arch/arm/mach-at91/
H A Dpm.c976 sram_pool = gen_pool_get(&pdev->dev, NULL);
1065 sram_pool = gen_pool_get(&pdev->dev, NULL);

Completed in 161 milliseconds