Searched refs:wakeup_source_unregister (Results 1 - 7 of 7) sorted by relevance

/linux-master/kernel/power/
H A Dautosleep.c127 wakeup_source_unregister(autosleep_ws);
H A Dwakelock.c121 wakeup_source_unregister(wl->ws);
/linux-master/include/linux/
H A Dpm_wakeup.h104 extern void wakeup_source_unregister(struct wakeup_source *ws);
149 static inline void wakeup_source_unregister(struct wakeup_source *ws) {} function
/linux-master/drivers/base/power/
H A Dwakeup.c236 * wakeup_source_unregister - Remove wakeup source from the list and remove it.
239 void wakeup_source_unregister(struct wakeup_source *ws) function
249 EXPORT_SYMBOL_GPL(wakeup_source_unregister); variable
349 wakeup_source_unregister(ws);
462 wakeup_source_unregister(ws);
/linux-master/fs/
H A Deventpoll.c791 wakeup_source_unregister(ep->ws);
845 wakeup_source_unregister(ep_wakeup_source(epi));
1540 * wakeup_source_unregister), so we cannot use call_rcu
1543 wakeup_source_unregister(ws);
/linux-master/drivers/mmc/core/
H A Dhost.c77 wakeup_source_unregister(host->ws);
/linux-master/drivers/acpi/
H A Ddevice_pm.c623 wakeup_source_unregister(adev->wakeup.ws);

Completed in 127 milliseconds