Searched defs:uevent_notify (Results 1 - 1 of 1) sorted by relevance

/drivers/power/
H A Dcharger-manager.c282 * uevent_notify - Let users know something has changed.
286 * If @event is null, it implies that uevent_notify is called
288 * should be already reset to false in order to let uevent_notify
290 * suspended, uevent_notify does not notify users, but tracks
291 * events so that uevent_notify can notify users later after resumed.
293 static void uevent_notify(struct charger_manager *cm, const char *event) function
359 uevent_notify(cm, "OVERHEAT");
361 uevent_notify(cm, "COLD");
366 uevent_notify(cm, "CHARGING");
1030 uevent_notify(c
[all...]

Completed in 41 milliseconds