Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/usb/
Dhcd.h114 #define HCD_FLAG_WAKEUP_PENDING 4 /* root hub is resuming? */ macro
126 #define HCD_WAKEUP_PENDING(hcd) ((hcd)->flags & (1U << HCD_FLAG_WAKEUP_PENDING))
/linux-4.4.14/drivers/usb/core/
Dhcd.c2277 clear_bit(HCD_FLAG_WAKEUP_PENDING, &hcd->flags); in hcd_bus_resume()
2339 set_bit(HCD_FLAG_WAKEUP_PENDING, &hcd->flags); in usb_hcd_resume_root_hub()