Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/usb/
Dhcd.h110 #define HCD_FLAG_WAKEUP_PENDING 4 /* root hub is resuming? */ macro
122 #define HCD_WAKEUP_PENDING(hcd) ((hcd)->flags & (1U << HCD_FLAG_WAKEUP_PENDING))
/linux-6.1.9/drivers/usb/core/
Dhcd.c2345 clear_bit(HCD_FLAG_WAKEUP_PENDING, &hcd->flags); in hcd_bus_resume()
2412 set_bit(HCD_FLAG_WAKEUP_PENDING, &hcd->flags); in usb_hcd_resume_root_hub()