/openbmc/u-boot/test/dm/ |
H A D | regulator.c | 39 static const char *regulator_names[OUTPUT_COUNT][OUTPUT_NAME_COUNT] = { variable 63 devname = regulator_names[i][DEVNAME]; in dm_test_power_regulator_get() 64 platname = regulator_names[i][PLATNAME]; in dm_test_power_regulator_get() 102 platname = regulator_names[BUCK1][PLATNAME]; in dm_test_power_regulator_set_get_voltage() 129 platname = regulator_names[LDO1][PLATNAME]; in dm_test_power_regulator_set_get_current() 144 platname = regulator_names[LDO2][PLATNAME]; in dm_test_power_regulator_set_get_current() 167 platname = regulator_names[LDO1][PLATNAME]; in dm_test_power_regulator_set_get_enable() 187 platname = regulator_names[BUCK1][PLATNAME]; in dm_test_power_regulator_set_enable_if_allowed() 207 platname = regulator_names[LDO1][PLATNAME]; in dm_test_power_regulator_set_get_mode() 232 platname = regulator_names[BUCK1][PLATNAME]; in dm_test_power_regulator_autoset()
|
/openbmc/linux/drivers/iio/imu/st_lsm9ds0/ |
H A D | st_lsm9ds0_core.c | 76 static const char * const regulator_names[] = { "vdd", "vddio" }; in st_lsm9ds0_probe() local 80 ret = devm_regulator_bulk_get_enable(dev, ARRAY_SIZE(regulator_names), in st_lsm9ds0_probe() 81 regulator_names); in st_lsm9ds0_probe()
|
/openbmc/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-jdi-lt070me05000.c | 28 static const char * const regulator_names[] = { variable 37 struct regulator_bulk_data supplies[ARRAY_SIZE(regulator_names)]; 403 jdi->supplies[i].supply = regulator_names[i]; in jdi_panel_add()
|
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)]; 477 ctx->supplies[i].supply = regulator_names[i]; in truly_nt35597_panel_add()
|
/openbmc/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()
|
/openbmc/u-boot/drivers/video/rockchip/ |
H A D | rk_hdmi.h | 13 const char * const *regulator_names; member
|
/openbmc/linux/include/linux/ |
H A D | pm_opp.h | 90 const char * const *regulator_names; member 527 .regulator_names = names, in dev_pm_opp_set_regulators() 542 .regulator_names = names, in devm_pm_opp_set_regulators()
|
/openbmc/linux/drivers/iio/proximity/ |
H A D | sx_common.c | 491 static const char * const regulator_names[] = { "vdd", "svdd" }; in sx_common_probe() local 513 ret = devm_regulator_bulk_get_enable(dev, ARRAY_SIZE(regulator_names), in sx_common_probe() 514 regulator_names); in sx_common_probe()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | ti-cpufreq.c | 420 config.regulator_names = opp_data->soc_data->reg_names; in ti_cpufreq_probe() 422 config.regulator_names = default_reg_names; in ti_cpufreq_probe()
|
/openbmc/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()
|
/openbmc/linux/drivers/iio/accel/ |
H A D | kionix-kx022a.c | 1005 static const char * const regulator_names[] = {"io-vdd", "vdd"}; in kx022a_probe_internal() local 1035 ret = devm_regulator_bulk_get_enable(dev, ARRAY_SIZE(regulator_names), in kx022a_probe_internal() 1036 regulator_names); in kx022a_probe_internal()
|
H A D | adxl367.c | 1480 static const char * const regulator_names[] = { "vdd", "vddio" }; in adxl367_probe() local 1505 ARRAY_SIZE(regulator_names), in adxl367_probe() 1506 regulator_names); in adxl367_probe()
|
H A D | bma400_core.c | 863 static const char * const regulator_names[] = { "vdd", "vddio" }; in bma400_init() local 868 ARRAY_SIZE(regulator_names), in bma400_init() 869 regulator_names); in bma400_init()
|
H A D | kxcjk-1013.c | 1430 static const char * const regulator_names[] = { "vdd", "vddio" }; in kxcjk1013_probe() local 1458 ARRAY_SIZE(regulator_names), in kxcjk1013_probe() 1459 regulator_names); in kxcjk1013_probe()
|
/openbmc/linux/drivers/iio/light/ |
H A D | ltr501.c | 1438 static const char * const regulator_names[] = { "vdd", "vddio" }; in ltr501_probe() local 1463 ARRAY_SIZE(regulator_names), in ltr501_probe() 1464 regulator_names); in ltr501_probe()
|
/openbmc/linux/drivers/iio/addac/ |
H A D | ad74115.c | 1836 static const char * const regulator_names[] = { in ad74115_probe() local 1872 ret = devm_regulator_bulk_get_enable(dev, ARRAY_SIZE(regulator_names), in ad74115_probe() 1873 regulator_names); in ad74115_probe()
|
/openbmc/linux/drivers/opp/ |
H A D | core.c | 2634 if (config->regulator_names) { in dev_pm_opp_set_config() 2636 config->regulator_names); in dev_pm_opp_set_config()
|