Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/regulator/
Dmachine.h42 #define REGULATOR_CHANGE_DRMS 0x10 macro
/linux-4.4.14/arch/arm/mach-ux500/
Dboard-mop500-regulators.c462 REGULATOR_CHANGE_DRMS,
949 REGULATOR_CHANGE_DRMS,
/linux-4.4.14/drivers/regulator/
Dof_regulator.c80 constraints->valid_ops_mask |= REGULATOR_CHANGE_DRMS; in of_get_regulation_constraints()
Dcore.c343 if (!(rdev->constraints->valid_ops_mask & REGULATOR_CHANGE_DRMS)) { in regulator_check_drms()
2098 (rdev->constraints->valid_ops_mask & REGULATOR_CHANGE_DRMS)) in _regulator_enable()
2231 REGULATOR_CHANGE_DRMS)) in _regulator_disable()