Home
last modified time | relevance | path

Searched refs:REGULATOR_CHANGE_DRMS (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/regulator/
Dmachine.h39 #define REGULATOR_CHANGE_DRMS 0x10 macro
/linux-6.1.9/drivers/regulator/
Dof_regulator.c139 constraints->valid_ops_mask |= REGULATOR_CHANGE_DRMS; in of_get_regulation_constraints()
Dcore.c952 if (!regulator_ops_is_valid(rdev, REGULATOR_CHANGE_DRMS)) { in drms_uA_update()