/linux/drivers/iio/imu/st_lsm9ds0/ |
H A D | st_lsm9ds0_core.c | 74 static const char * const regulator_names[] = { "vdd", "vddio" }; in st_lsm9ds0_probe() local 78 ret = devm_regulator_bulk_get_enable(dev, ARRAY_SIZE(regulator_names), in st_lsm9ds0_probe() 79 regulator_names); in st_lsm9ds0_probe()
|
/linux/drivers/gpu/drm/panel/ |
H A D | panel-ebbg-ft8719.c | 20 static const char * const regulator_names[] = { variable 36 struct regulator_bulk_data supplies[ARRAY_SIZE(regulator_names)]; 206 ctx->supplies[i].supply = regulator_names[i]; in ebbg_ft8719_probe()
|
H A D | panel-feixin-k101-im2ba02.c | 18 static const char * const regulator_names[] = { variable 28 struct regulator_bulk_data supplies[ARRAY_SIZE(regulator_names)]; 454 ctx->supplies[i].supply = regulator_names[i]; in k101_im2ba02_dsi_probe()
|
H A D | panel-truly-nt35597.c | 21 static const char * const regulator_names[] = { variable 57 struct regulator_bulk_data supplies[ARRAY_SIZE(regulator_names)]; 457 ctx->supplies[i].supply = regulator_names[i]; in truly_nt35597_panel_add()
|
H A D | panel-jdi-lt070me05000.c | 24 static const char * const regulator_names[] = { variable 33 struct regulator_bulk_data supplies[ARRAY_SIZE(regulator_names)]; 376 jdi->supplies[i].supply = regulator_names[i]; in jdi_panel_add()
|
H A D | panel-ilitek-ili9806e.c | 38 static const char * const regulator_names[] = { variable 176 ctx->supplies[i].supply = regulator_names[i]; in ili9806e_dsi_probe()
|
H A D | panel-novatek-nt36672e.c | 16 static const char * const regulator_names[] = { variable 536 ctx->supplies[i].supply = regulator_names[i]; in nt36672e_panel_probe()
|
/linux/drivers/gpu/drm/lima/ |
H A D | lima_devfreq.c | 114 const char *regulator_names[] = { "mali", NULL }; in lima_devfreq_init() local 130 ret = devm_pm_opp_set_regulators(dev, regulator_names); in lima_devfreq_init()
|
/linux/drivers/phy/samsung/ |
H A D | phy-exynos5-usbdrd.c | 370 const char * const *regulator_names; member 1425 .regulator_names = exynos5_regulator_names, 1437 .regulator_names = exynos5_regulator_names, 1450 .regulator_names = exynos5_regulator_names, 1462 .regulator_names = exynos5_regulator_names, 1474 .regulator_names = exynos5_regulator_names, 1649 .regulator_names = gs101_regulator_names, 1753 drv_data->regulator_names, in exynos5_usbdrd_phy_probe()
|
/linux/drivers/iio/proximity/ |
H A D | sx_common.c | 467 static const char * const regulator_names[] = { "vdd", "svdd" }; in sx_common_probe() local 489 ret = devm_regulator_bulk_get_enable(dev, ARRAY_SIZE(regulator_names), in sx_common_probe() 490 regulator_names); in sx_common_probe()
|
/linux/include/linux/ |
H A D | pm_opp.h | 78 const char * const *regulator_names; member 594 .regulator_names = names, in dev_pm_opp_set_regulators() 609 .regulator_names = names, in devm_pm_opp_set_regulators()
|
/linux/drivers/iio/adc/ |
H A D | ad7625.c | 510 static const char * const regulator_names[] = { "vio", "vdd2", "vdd1" }; in devm_ad7625_regulator_setup() local 513 ret = devm_regulator_bulk_get_enable(dev, ARRAY_SIZE(regulator_names), in devm_ad7625_regulator_setup() 514 regulator_names); in devm_ad7625_regulator_setup()
|
/linux/drivers/iio/common/st_sensors/ |
H A D | st_sensors_core.c | 225 static const char * const regulator_names[] = { "vdd", "vddio" }; in st_sensors_power_enable() local 231 ARRAY_SIZE(regulator_names), in st_sensors_power_enable() 232 regulator_names); in st_sensors_power_enable()
|
/linux/drivers/iio/accel/ |
H A D | adxl367.c | 1419 static const char * const regulator_names[] = { "vdd", "vddio" }; in adxl367_probe() local 1444 ARRAY_SIZE(regulator_names), in adxl367_probe() 1445 regulator_names); in adxl367_probe()
|
H A D | kionix-kx022a.c | 1306 static const char * const regulator_names[] = {"io-vdd", "vdd"}; in kx022a_probe_internal() local 1337 ret = devm_regulator_bulk_get_enable(dev, ARRAY_SIZE(regulator_names), in kx022a_probe_internal() 1338 regulator_names); in kx022a_probe_internal()
|
H A D | bma400_core.c | 862 static const char * const regulator_names[] = { "vdd", "vddio" }; in bma400_init() local 867 ARRAY_SIZE(regulator_names), in bma400_init() 868 regulator_names); in bma400_init()
|
/linux/drivers/iio/imu/bmi323/ |
H A D | bmi323_core.c | 2097 static const char * const regulator_names[] = { "vdd", "vddio" }; in bmi323_core_probe() local 2112 ret = devm_regulator_bulk_get_enable(dev, ARRAY_SIZE(regulator_names), in bmi323_core_probe() 2113 regulator_names); in bmi323_core_probe()
|
/linux/drivers/opp/ |
H A D | core.c | 2587 if (config->regulator_names) { in dev_pm_opp_set_config() 2589 config->regulator_names); in dev_pm_opp_set_config()
|