Symbol: REGULATOR_EVENT_OVER_TEMP
drivers/hwmon/pmbus/pmbus_core.c
2933
REGULATOR_EVENT_OVER_TEMP },
drivers/net/pse-pd/pse_core.c
1189
rnotifs |= REGULATOR_EVENT_OVER_TEMP;
drivers/regulator/bd9576-regulator.c
211
data->temp_notif = REGULATOR_EVENT_OVER_TEMP;
drivers/regulator/bd9576-regulator.c
298
r->temp_notif != REGULATOR_EVENT_OVER_TEMP) ||
drivers/regulator/da9121-regulator.c
172
DA9121_STATUS(0, 0, TEMP_CRIT, (REGULATOR_EVENT_OVER_TEMP|REGULATOR_EVENT_DISABLE), NULL),
drivers/regulator/da9121-regulator.c
173
DA9121_STATUS(0, 0, TEMP_WARN, REGULATOR_EVENT_OVER_TEMP, NULL),
drivers/regulator/da9210-regulator.c
94
REGULATOR_EVENT_OVER_TEMP, NULL);
drivers/regulator/ltc3589.c
359
event = REGULATOR_EVENT_OVER_TEMP;
drivers/regulator/ltc3676.c
278
event = REGULATOR_EVENT_OVER_TEMP;
drivers/regulator/pf1550-regulator.c
333
event = REGULATOR_EVENT_OVER_TEMP;
drivers/regulator/pv88060-regulator.c
254
REGULATOR_EVENT_OVER_TEMP,
drivers/regulator/pv88080-regulator.c
341
REGULATOR_EVENT_OVER_TEMP,
drivers/regulator/pv88090-regulator.c
247
REGULATOR_EVENT_OVER_TEMP,
drivers/regulator/rt6190-regulator.c
337
regulator_notifier_call_chain(rdev, REGULATOR_EVENT_OVER_TEMP, NULL);
drivers/regulator/rtmv20-regulator.c
179
regulator_notifier_call_chain(priv->rdev, REGULATOR_EVENT_OVER_TEMP, NULL);
drivers/regulator/rtq2208-regulator.c
346
REGULATOR_EVENT_OVER_TEMP, NULL);
drivers/regulator/slg51000-regulator.c
405
REGULATOR_EVENT_OVER_TEMP, NULL);
drivers/regulator/tps65219-regulator.c
34
{ "SENSOR_3_HOT", "SENSOR3", "hot temperature", REGULATOR_EVENT_OVER_TEMP},
drivers/regulator/tps65219-regulator.c
49
{ "SENSOR_3_HOT", "SENSOR3", "hot temperature", REGULATOR_EVENT_OVER_TEMP},
drivers/regulator/tps65219-regulator.c
88
{ "SENSOR_2_HOT", "SENSOR2", "hot temperature", REGULATOR_EVENT_OVER_TEMP },
drivers/regulator/tps65219-regulator.c
89
{ "SENSOR_1_HOT", "SENSOR1", "hot temperature", REGULATOR_EVENT_OVER_TEMP },
drivers/regulator/tps65219-regulator.c
90
{ "SENSOR_0_HOT", "SENSOR0", "hot temperature", REGULATOR_EVENT_OVER_TEMP },
include/linux/platform_data/lp8755.h
29
#define LP8755_EVENT_TEMP_SHDN REGULATOR_EVENT_OVER_TEMP
include/linux/regulator/driver.h
693
return REGULATOR_EVENT_OVER_TEMP;