Home
last modified time | relevance | path

Searched refs:REGULATOR_CHANGE_VOLTAGE (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/include/linux/regulator/
H A Dmachine.h35 #define REGULATOR_CHANGE_VOLTAGE 0x1 macro
/linux-6.15/drivers/regulator/
H A Darizona-micsupp.c186 REGULATOR_CHANGE_VOLTAGE |
198 REGULATOR_CHANGE_VOLTAGE |
H A Darizona-ldo1.c143 REGULATOR_CHANGE_VOLTAGE,
160 REGULATOR_CHANGE_VOLTAGE,
H A Dlp8755.c161 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE,\
H A Dtwl-regulator.c606 c->valid_ops_mask &= REGULATOR_CHANGE_VOLTAGE in twlreg_probe()
H A Dtwl6030-regulator.c706 c->valid_ops_mask &= REGULATOR_CHANGE_VOLTAGE in twlreg_probe()
H A Dti-abb-regulator.c847 c->valid_ops_mask |= REGULATOR_CHANGE_VOLTAGE; in ti_abb_probe()
H A Dof_regulator.c107 constraints->valid_ops_mask |= REGULATOR_CHANGE_VOLTAGE; in of_get_regulation_constraints()
H A Dcore.c430 if (!regulator_ops_is_valid(rdev, REGULATOR_CHANGE_VOLTAGE)) { in regulator_check_voltage()
1197 !regulator_ops_is_valid(rdev, REGULATOR_CHANGE_VOLTAGE)) in print_constraints()
3485 if (!regulator_ops_is_valid(rdev, REGULATOR_CHANGE_VOLTAGE)) { in regulator_is_supported_voltage()
3821 if (!regulator_ops_is_valid(rdev, REGULATOR_CHANGE_VOLTAGE)) { in regulator_set_voltage_unlocked()
3868 REGULATOR_CHANGE_VOLTAGE) && in regulator_set_voltage_rdev()
4462 if (!regulator_ops_is_valid(rdev, REGULATOR_CHANGE_VOLTAGE)) in regulator_sync_voltage()
/linux-6.15/arch/arm/mach-s3c/
H A Dmach-crag6410.c409 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE,
427 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE,
/linux-6.15/Documentation/power/regulator/
H A Dmachine.rst68 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE,
/linux-6.15/arch/arm/mach-pxa/
H A Dspitz.c1005 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE,
/linux-6.15/drivers/hwmon/pmbus/
H A Dpmbus_core.c3277 constraints->valid_ops_mask &= ~REGULATOR_CHANGE_VOLTAGE; in pmbus_regulator_init_cb()