Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpm_wakeup.h110 extern void wakeup_source_unregister(struct wakeup_source *ws);
144 static inline void wakeup_source_unregister(struct wakeup_source *ws) {} in wakeup_source_unregister() function
/linux/drivers/base/power/
H A Dwakeup.c234 void wakeup_source_unregister(struct wakeup_source *ws) in wakeup_source_unregister() function
244 EXPORT_SYMBOL_GPL(wakeup_source_unregister);
342 wakeup_source_unregister(ws); in device_wakeup_enable()
455 wakeup_source_unregister(ws); in device_wakeup_disable()
/linux/kernel/power/
H A Dautosleep.c126 wakeup_source_unregister(autosleep_ws); in pm_autosleep_init()
H A Dwakelock.c124 wakeup_source_unregister(wl->ws); in __wakelocks_gc()
/linux/fs/
H A Deventpoll.c821 wakeup_source_unregister(ep->ws); in ep_free()
876 wakeup_source_unregister(ep_wakeup_source(epi)); in __ep_remove()
1524 wakeup_source_unregister(ws); in ep_destroy_wakeup_source()
/linux/drivers/mmc/core/
H A Dhost.c75 wakeup_source_unregister(host->ws); in mmc_host_classdev_release()
/linux/drivers/acpi/
H A Ddevice_pm.c622 wakeup_source_unregister(adev->wakeup.ws); in acpi_remove_pm_notifier()