Home
last modified time | relevance | path

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

/linux-6.15/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) {} in wakeup_source_unregister() function
/linux-6.15/kernel/power/
H A Dautosleep.c126 wakeup_source_unregister(autosleep_ws); in pm_autosleep_init()
H A Dwakelock.c121 wakeup_source_unregister(wl->ws); in __wakelocks_gc()
/linux-6.15/drivers/base/power/
H A Dwakeup.c239 void wakeup_source_unregister(struct wakeup_source *ws) in wakeup_source_unregister() function
249 EXPORT_SYMBOL_GPL(wakeup_source_unregister);
349 wakeup_source_unregister(ws); in device_wakeup_enable()
462 wakeup_source_unregister(ws); in device_wakeup_disable()
/linux-6.15/fs/
H A Deventpoll.c820 wakeup_source_unregister(ep->ws); in ep_free()
875 wakeup_source_unregister(ep_wakeup_source(epi)); in __ep_remove()
1612 wakeup_source_unregister(ws); in ep_destroy_wakeup_source()
/linux-6.15/drivers/mmc/core/
H A Dhost.c75 wakeup_source_unregister(host->ws); in mmc_host_classdev_release()
/linux-6.15/drivers/acpi/
H A Ddevice_pm.c623 wakeup_source_unregister(adev->wakeup.ws); in acpi_remove_pm_notifier()