Home
last modified time | relevance | path

Searched refs:REGULATOR_CHANGE_BYPASS (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/include/linux/regulator/
Dmachine.h40 #define REGULATOR_CHANGE_BYPASS 0x20 macro
/linux-5.19.10/drivers/regulator/
Darizona-micsupp.c186 REGULATOR_CHANGE_BYPASS,
198 REGULATOR_CHANGE_BYPASS,
Dof_regulator.c136 constraints->valid_ops_mask |= REGULATOR_CHANGE_BYPASS; in of_get_regulation_constraints()
Dcore.c4683 if (!regulator_ops_is_valid(rdev, REGULATOR_CHANGE_BYPASS)) in regulator_allow_bypass()