Searched refs:regulator_names (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/iio/imu/st_lsm9ds0/
H A Dst_lsm9ds0_core.c74 static const char * const regulator_names[] = { "vdd", "vddio" }; local
78 ret = devm_regulator_bulk_get_enable(dev, ARRAY_SIZE(regulator_names),
79 regulator_names);
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-ebbg-ft8719.c20 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];
H A Dpanel-jdi-lt070me05000.c24 static const char * const regulator_names[] = { variable
33 struct regulator_bulk_data supplies[ARRAY_SIZE(regulator_names)];
399 jdi->supplies[i].supply = regulator_names[i];
H A Dpanel-feixin-k101-im2ba02.c18 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];
H A Dpanel-truly-nt35597.c21 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];
H A Dpanel-novatek-nt36672e.c16 static const char * const regulator_names[] = { variable
571 ctx->supplies[i].supply = regulator_names[i];
/linux-master/drivers/gpu/drm/lima/
H A Dlima_devfreq.c114 const char *regulator_names[] = { "mali", NULL }; local
130 ret = devm_pm_opp_set_regulators(dev, regulator_names);
/linux-master/include/linux/
H A Dpm_opp.h64 * @regulator_names: Array of pointers to the names of the regulator, NULL terminated.
81 const char * const *regulator_names; member in struct:dev_pm_opp_config
571 .regulator_names = names,
586 .regulator_names = names,
/linux-master/drivers/cpufreq/
H A Dti-cpufreq.c415 config.regulator_names = opp_data->soc_data->reg_names;
417 config.regulator_names = default_reg_names;
/linux-master/drivers/iio/common/st_sensors/
H A Dst_sensors_core.c225 static const char * const regulator_names[] = { "vdd", "vddio" }; local
231 ARRAY_SIZE(regulator_names),
232 regulator_names);
/linux-master/drivers/iio/proximity/
H A Dsx_common.c491 static const char * const regulator_names[] = { "vdd", "svdd" }; local
513 ret = devm_regulator_bulk_get_enable(dev, ARRAY_SIZE(regulator_names),
514 regulator_names);
/linux-master/drivers/iio/accel/
H A Dkionix-kx022a.c1240 static const char * const regulator_names[] = {"io-vdd", "vdd"}; local
1271 ret = devm_regulator_bulk_get_enable(dev, ARRAY_SIZE(regulator_names),
1272 regulator_names);
H A Dbma400_core.c863 static const char * const regulator_names[] = { "vdd", "vddio" }; local
868 ARRAY_SIZE(regulator_names),
869 regulator_names);
H A Dadxl367.c1419 static const char * const regulator_names[] = { "vdd", "vddio" }; local
1444 ARRAY_SIZE(regulator_names),
1445 regulator_names);
H A Dkxcjk-1013.c1525 static const char * const regulator_names[] = { "vdd", "vddio" }; local
1556 ARRAY_SIZE(regulator_names),
1557 regulator_names);
/linux-master/drivers/iio/light/
H A Dltr501.c1439 static const char * const regulator_names[] = { "vdd", "vddio" }; local
1464 ARRAY_SIZE(regulator_names),
1465 regulator_names);
/linux-master/drivers/iio/addac/
H A Dad74115.c1836 static const char * const regulator_names[] = { local
1872 ret = devm_regulator_bulk_get_enable(dev, ARRAY_SIZE(regulator_names),
1873 regulator_names);
/linux-master/drivers/iio/imu/bmi323/
H A Dbmi323_core.c2057 static const char * const regulator_names[] = { "vdd", "vddio" }; local
2072 ret = devm_regulator_bulk_get_enable(dev, ARRAY_SIZE(regulator_names),
2073 regulator_names);
/linux-master/drivers/opp/
H A Dcore.c2604 if (config->regulator_names) {
2606 config->regulator_names);

Completed in 392 milliseconds