Home
last modified time | relevance | path

Searched refs:suspend_wakeups (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/core/
Durb.c144 return atomic_read(&anchor->suspend_wakeups) == 0 && in usb_anchor_check_wakeup()
931 atomic_inc(&anchor->suspend_wakeups); in usb_anchor_suspend_wakeups()
947 atomic_dec(&anchor->suspend_wakeups); in usb_anchor_resume_wakeups()
/kernel/linux/linux-5.10/include/linux/
Dusb.h1366 atomic_t suspend_wakeups; member