Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/usb/
Dhcd.h120 #define HCD_FLAG_WAKEUP_PENDING 4 /* root hub is resuming? */ macro
130 #define HCD_WAKEUP_PENDING(hcd) ((hcd)->flags & (1U << HCD_FLAG_WAKEUP_PENDING))
/linux-4.1.27/drivers/usb/core/
Dhcd.c2226 clear_bit(HCD_FLAG_WAKEUP_PENDING, &hcd->flags); in hcd_bus_resume()
2288 set_bit(HCD_FLAG_WAKEUP_PENDING, &hcd->flags); in usb_hcd_resume_root_hub()