Home
last modified time | relevance | path

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

/linux/include/linux/regulator/
H A Dmachine.h35 #define REGULATOR_CHANGE_VOLTAGE 0x1 macro
/linux/drivers/regulator/
H A Darizona-ldo1.c143 REGULATOR_CHANGE_VOLTAGE,
160 REGULATOR_CHANGE_VOLTAGE,
H A Darizona-micsupp.c182 REGULATOR_CHANGE_VOLTAGE |
194 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 Dcore.c446 if (!regulator_ops_is_valid(rdev, REGULATOR_CHANGE_VOLTAGE)) { in regulator_check_voltage()
1213 !regulator_ops_is_valid(rdev, REGULATOR_CHANGE_VOLTAGE)) in print_constraints()
3713 if (!regulator_ops_is_valid(rdev, REGULATOR_CHANGE_VOLTAGE)) { in regulator_is_supported_voltage()
4059 if (!regulator_ops_is_valid(rdev, REGULATOR_CHANGE_VOLTAGE)) { in regulator_set_voltage_unlocked()
4137 REGULATOR_CHANGE_VOLTAGE) && in regulator_set_voltage_rdev()
4731 if (!regulator_ops_is_valid(rdev, REGULATOR_CHANGE_VOLTAGE)) in regulator_sync_voltage()
H A Dof_regulator.c107 constraints->valid_ops_mask |= REGULATOR_CHANGE_VOLTAGE; in of_get_regulation_constraints()
/linux/arch/arm/mach-s3c/
H A Dmach-crag6410.c411 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE,
429 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE,
/linux/Documentation/power/regulator/
H A Dmachine.rst68 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE,
/linux/arch/arm/mach-pxa/
H A Dspitz.c1005 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE,
/linux/drivers/hwmon/pmbus/
H A Dpmbus_core.c3364 constraints->valid_ops_mask &= ~REGULATOR_CHANGE_VOLTAGE; in pmbus_regulator_init_cb()