Home
last modified time | relevance | path

Searched refs:wakeup_source_unregister (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
Dpm_wakeup.h90 extern void wakeup_source_unregister(struct wakeup_source *ws);
136 static inline void wakeup_source_unregister(struct wakeup_source *ws) {} in wakeup_source_unregister() function
/linux-4.1.27/drivers/base/power/
Dwakeup.c187 void wakeup_source_unregister(struct wakeup_source *ws) in wakeup_source_unregister() function
194 EXPORT_SYMBOL_GPL(wakeup_source_unregister);
235 wakeup_source_unregister(ws); in device_wakeup_enable()
274 wakeup_source_unregister(ws); in device_wakeup_disable()
/linux-4.1.27/kernel/power/
Dautosleep.c126 wakeup_source_unregister(autosleep_ws); in pm_autosleep_init()
/linux-4.1.27/fs/
Deventpoll.c719 wakeup_source_unregister(ep_wakeup_source(epi)); in ep_remove()
782 wakeup_source_unregister(ep->ws); in ep_free()
1258 wakeup_source_unregister(ws); in ep_destroy_wakeup_source()
1380 wakeup_source_unregister(ep_wakeup_source(epi)); in ep_insert()
/linux-4.1.27/drivers/acpi/
Ddevice_pm.c460 wakeup_source_unregister(adev->wakeup.ws); in acpi_remove_pm_notifier()