Searched refs:uevent_notify (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/power/ |
D | charger-manager.c | 463 static void uevent_notify(struct charger_manager *cm, const char *event) in uevent_notify() function 543 uevent_notify(cm, "Recharging"); in fullbatt_vchk() 574 uevent_notify(cm, "Discharging"); in check_charging_duration() 585 uevent_notify(cm, "Recharging"); in check_charging_duration() 693 uevent_notify(cm, default_event_names[temp_alrt]); in _cm_monitor() 718 uevent_notify(cm, default_event_names[CM_EVENT_BATT_FULL]); in _cm_monitor() 727 uevent_notify(cm, "CHARGING"); in _cm_monitor() 848 uevent_notify(cm, default_event_names[CM_EVENT_BATT_FULL]); in fullbatt_handler() 862 uevent_notify(cm, default_event_names[CM_EVENT_BATT_OUT]); in battout_handler() 864 uevent_notify(cm, "Battery Reinserted?"); in battout_handler() [all …]
|