Searched refs:REGULATOR_CHANGE_VOLTAGE (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/include/linux/regulator/ |
H A D | machine.h | 35 #define REGULATOR_CHANGE_VOLTAGE 0x1 macro
|
/openbmc/linux/drivers/regulator/ |
H A D | arizona-ldo1.c | 143 REGULATOR_CHANGE_VOLTAGE, 160 REGULATOR_CHANGE_VOLTAGE,
|
H A D | arizona-micsupp.c | 186 REGULATOR_CHANGE_VOLTAGE | 198 REGULATOR_CHANGE_VOLTAGE |
|
H A D | lp8755.c | 161 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE,\
|
H A D | twl-regulator.c | 606 c->valid_ops_mask &= REGULATOR_CHANGE_VOLTAGE in twlreg_probe()
|
H A D | twl6030-regulator.c | 706 c->valid_ops_mask &= REGULATOR_CHANGE_VOLTAGE in twlreg_probe()
|
H A D | of_regulator.c | 107 constraints->valid_ops_mask |= REGULATOR_CHANGE_VOLTAGE; in of_get_regulation_constraints()
|
H A D | ti-abb-regulator.c | 855 c->valid_ops_mask |= REGULATOR_CHANGE_VOLTAGE; in ti_abb_probe()
|
H A D | core.c | 492 if (!regulator_ops_is_valid(rdev, REGULATOR_CHANGE_VOLTAGE)) { in regulator_check_voltage() 1234 !regulator_ops_is_valid(rdev, REGULATOR_CHANGE_VOLTAGE)) in print_constraints() 3429 if (!regulator_ops_is_valid(rdev, REGULATOR_CHANGE_VOLTAGE)) { in regulator_is_supported_voltage() 3765 if (!regulator_ops_is_valid(rdev, REGULATOR_CHANGE_VOLTAGE)) { in regulator_set_voltage_unlocked() 3812 REGULATOR_CHANGE_VOLTAGE) && in regulator_set_voltage_rdev() 4399 if (!regulator_ops_is_valid(rdev, REGULATOR_CHANGE_VOLTAGE)) in regulator_sync_voltage()
|
/openbmc/linux/arch/arm/mach-s3c/ |
H A D | mach-crag6410.c | 411 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE, 429 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE,
|
/openbmc/linux/Documentation/power/regulator/ |
H A D | machine.rst | 68 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE,
|
/openbmc/linux/arch/arm/mach-pxa/ |
H A D | spitz.c | 905 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE,
|