Home
last modified time | relevance | path

Searched refs:pdev_name (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap2/
Ddisplay.c165 static struct platform_device *create_dss_pdev(const char *pdev_name, in create_dss_pdev() argument
182 pdev = platform_device_alloc(pdev_name, pdev_id); in create_dss_pdev()
184 pr_err("Could not create pdev for %s\n", pdev_name); in create_dss_pdev()
200 pr_err("Could not alloc omap_device for %s\n", pdev_name); in create_dss_pdev()
207 pr_err("Could not set pdata for %s\n", pdev_name); in create_dss_pdev()
213 pr_err("Could not register omap_device for %s\n", pdev_name); in create_dss_pdev()
223 static struct platform_device *create_simple_dss_pdev(const char *pdev_name, in create_simple_dss_pdev() argument
230 pdev = platform_device_alloc(pdev_name, pdev_id); in create_simple_dss_pdev()
232 pr_err("Could not create pdev for %s\n", pdev_name); in create_simple_dss_pdev()
247 pr_err("Could not set pdata for %s\n", pdev_name); in create_simple_dss_pdev()
[all …]
Domap_device.h74 struct platform_device *omap_device_build(const char *pdev_name, int pdev_id,
78 struct platform_device *omap_device_build_ss(const char *pdev_name, int pdev_id,
Domap_device.c510 struct platform_device __init *omap_device_build(const char *pdev_name, in omap_device_build() argument
520 return omap_device_build_ss(pdev_name, pdev_id, ohs, 1, pdata, in omap_device_build()
538 struct platform_device __init *omap_device_build_ss(const char *pdev_name, in omap_device_build_ss() argument
548 if (!ohs || oh_cnt == 0 || !pdev_name) in omap_device_build_ss()
554 pdev = platform_device_alloc(pdev_name, pdev_id); in omap_device_build_ss()
586 pr_err("omap_device: %s: build failed (%d)\n", pdev_name, ret); in omap_device_build_ss()
/linux-4.1.27/drivers/regulator/
Dpalmas-regulator.c862 const char *pdev_name, in palmas_ldo_registration() argument
945 pdev_name); in palmas_ldo_registration()
974 const char *pdev_name, in tps65917_ldo_registration() argument
1046 pdev_name); in tps65917_ldo_registration()
1075 const char *pdev_name, in palmas_smps_registration() argument
1233 pdev_name); in palmas_smps_registration()
1247 const char *pdev_name, in tps65917_smps_registration() argument
1339 pdev_name); in tps65917_smps_registration()
1561 const char *pdev_name; in palmas_regulators_probe() local
1607 pdev_name = pdev->name; in palmas_regulators_probe()
[all …]
/linux-4.1.27/include/linux/mfd/
Dpalmas.h127 const char *pdev_name,
132 const char *pdev_name,