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

/linux-4.1.27/drivers/usb/core/
H A Dhcd-pci.c427 if (HCD_RH_RUNNING(hcd)) { check_root_hub_suspended()
433 if (HCD_RH_RUNNING(hcd)) { check_root_hub_suspended()
502 if (HCD_RH_RUNNING(hcd) || resume_common()
504 HCD_RH_RUNNING(hcd->shared_hcd))) { resume_common()
H A Dhcd.c1200 if (HCD_RH_RUNNING(hcd)) { usb_hcd_link_urb_to_ep()
2149 if (!HCD_RH_RUNNING(hcd)) usb_hcd_get_frame_number()
2221 if (HCD_RH_RUNNING(hcd)) hcd_bus_resume()
/linux-4.1.27/include/linux/usb/
H A Dhcd.h131 #define HCD_RH_RUNNING(hcd) ((hcd)->flags & (1U << HCD_FLAG_RH_RUNNING)) macro

Completed in 134 milliseconds