Searched refs:pdev_name (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/regulator/ |
D | palmas-regulator.c | 893 const char *pdev_name, in palmas_ldo_registration() argument 985 pdev_name); in palmas_ldo_registration() 1011 const char *pdev_name, in tps65917_ldo_registration() argument 1092 pdev_name); in tps65917_ldo_registration() 1118 const char *pdev_name, in palmas_smps_registration() argument 1277 pdev_name); in palmas_smps_registration() 1288 const char *pdev_name, in tps65917_smps_registration() argument 1381 pdev_name); in tps65917_smps_registration() 1603 const char *pdev_name; in palmas_regulators_probe() local 1653 pdev_name = pdev->name; in palmas_regulators_probe() [all …]
|
/Linux-v5.4/arch/arm/mach-omap2/ |
D | omap_device.c | 480 struct platform_device __init *omap_device_build(const char *pdev_name, in omap_device_build() argument 489 if (!oh || !pdev_name) in omap_device_build() 498 __func__, pdev_name); in omap_device_build() 503 pdev = platform_device_alloc(pdev_name, pdev_id); in omap_device_build() 546 pr_err("omap_device: %s: build failed (%d)\n", pdev_name, ret); in omap_device_build()
|
D | omap_device.h | 71 struct platform_device *omap_device_build(const char *pdev_name, int pdev_id,
|
/Linux-v5.4/drivers/scsi/ |
D | myrs.h | 533 unsigned char pdev_name[16]; /* Bytes 64-79 */ member
|
/Linux-v5.4/include/linux/mfd/ |
D | palmas.h | 123 const char *pdev_name, 128 const char *pdev_name,
|