Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/usb/
Dhcd.h124 #define HCD_FLAG_WAKEUP_PENDING 4 /* root hub is resuming? */ macro
136 #define HCD_WAKEUP_PENDING(hcd) ((hcd)->flags & (1U << HCD_FLAG_WAKEUP_PENDING))
/linux-5.19.10/drivers/usb/core/
Dhcd.c2351 clear_bit(HCD_FLAG_WAKEUP_PENDING, &hcd->flags); in hcd_bus_resume()
2418 set_bit(HCD_FLAG_WAKEUP_PENDING, &hcd->flags); in usb_hcd_resume_root_hub()