Searched refs:REGULATOR_EVENT_PRE_VOLTAGE_CHANGE (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/regulator/
H A Dregulator.h47 #define REGULATOR_EVENT_PRE_VOLTAGE_CHANGE 0x100 macro
/linux-master/drivers/soc/rockchip/
H A Dio-domain.c166 if (event & REGULATOR_EVENT_PRE_VOLTAGE_CHANGE) {
182 if (event == REGULATOR_EVENT_PRE_VOLTAGE_CHANGE)
187 if (ret && event == REGULATOR_EVENT_PRE_VOLTAGE_CHANGE)
/linux-master/drivers/regulator/
H A Dcore.c3502 ret = _notifier_call_chain(rdev, REGULATOR_EVENT_PRE_VOLTAGE_CHANGE,
3526 ret = _notifier_call_chain(rdev, REGULATOR_EVENT_PRE_VOLTAGE_CHANGE,

Completed in 196 milliseconds