Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/regulator/
Dmachine.h40 #define REGULATOR_CHANGE_BYPASS 0x20 macro
/linux-6.12.1/drivers/regulator/
Darizona-micsupp.c187 REGULATOR_CHANGE_BYPASS,
199 REGULATOR_CHANGE_BYPASS,
Dof_regulator.c138 constraints->valid_ops_mask |= REGULATOR_CHANGE_BYPASS; in of_get_regulation_constraints()
Dcore.c4834 if (!regulator_ops_is_valid(rdev, REGULATOR_CHANGE_BYPASS)) in regulator_allow_bypass()