Home
last modified time | relevance | path

Searched refs:HCD_RH_RUNNING (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/usb/core/
Dhcd-pci.c374 if (HCD_RH_RUNNING(hcd)) { in check_root_hub_suspended()
380 if (HCD_RH_RUNNING(hcd)) { in check_root_hub_suspended()
450 if (HCD_RH_RUNNING(hcd) || in resume_common()
452 HCD_RH_RUNNING(hcd->shared_hcd))) { in resume_common()
Dhcd.c1118 if (HCD_RH_RUNNING(hcd)) { in usb_hcd_link_urb_to_ep()
1946 if (!HCD_RH_RUNNING(hcd)) in usb_hcd_get_frame_number()
2018 if (HCD_RH_RUNNING(hcd)) in hcd_bus_resume()
/linux-3.4.99/include/linux/usb/
Dhcd.h115 #define HCD_RH_RUNNING(hcd) ((hcd)->flags & (1U << HCD_FLAG_RH_RUNNING)) macro