| /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/rust/kernel/ |
| H A D | opp.rs | 364 regulator_names: Option<KVec<CString>>, field 405 if self.regulator_names.is_some() { in set_regulator_names() 413 self.regulator_names = Some(names); in set_regulator_names() 447 let regulator_names = self in set() localVariable 448 .regulator_names in set() 455 let regulator_names = regulator_names.as_ref().map_or(ptr::null(), |c| c.as_ptr()); in set() localVariable 480 regulator_names, in set()
|
| /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/gpu/drm/panel/ |
| 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()
|
| /linux/drivers/iio/accel/ |
| H A D | bma220_core.c | 444 static const char * const regulator_names[] = { "vddd", "vddio", "vdda" }; in bma220_init() local 447 ARRAY_SIZE(regulator_names), in bma220_init() 448 regulator_names); in bma220_init()
|
| H A D | adxl367.c | 1433 static const char * const regulator_names[] = { "vdd", "vddio" }; in adxl367_probe() local 1458 ARRAY_SIZE(regulator_names), in adxl367_probe() 1459 regulator_names); in adxl367_probe()
|
| H A D | kionix-kx022a.c | 1318 static const char * const regulator_names[] = {"io-vdd", "vdd"}; in kx022a_probe_internal() local 1349 ret = devm_regulator_bulk_get_enable(dev, ARRAY_SIZE(regulator_names), in kx022a_probe_internal() 1350 regulator_names); in kx022a_probe_internal()
|
| H A D | bma400_core.c | 897 static const char * const regulator_names[] = { "vdd", "vddio" }; in bma400_init() local 902 ARRAY_SIZE(regulator_names), in bma400_init() 903 regulator_names); in bma400_init()
|
| /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/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/light/ |
| H A D | ltr501.c | 1419 static const char * const regulator_names[] = { "vdd", "vddio" }; in ltr501_probe() local 1446 ARRAY_SIZE(regulator_names), in ltr501_probe() 1447 regulator_names); in ltr501_probe()
|
| H A D | vcnl4000.c | 1989 const char * const regulator_names[] = { "vdd", "vio", "vled" }; in vcnl4000_probe() local 2005 ret = devm_regulator_bulk_get_enable(dev, ARRAY_SIZE(regulator_names), in vcnl4000_probe() 2006 regulator_names); in vcnl4000_probe()
|
| /linux/drivers/iio/addac/ |
| H A D | ad74115.c | 1823 static const char * const regulator_names[] = { in ad74115_probe() local 1859 ret = devm_regulator_bulk_get_enable(dev, ARRAY_SIZE(regulator_names), in ad74115_probe() 1860 regulator_names); in ad74115_probe()
|
| /linux/drivers/iio/imu/bmi323/ |
| H A D | bmi323_core.c | 2102 static const char * const regulator_names[] = { "vdd", "vddio" }; in bmi323_core_probe() local 2116 ret = devm_regulator_bulk_get_enable(dev, ARRAY_SIZE(regulator_names), in bmi323_core_probe() 2117 regulator_names); in bmi323_core_probe()
|