Searched refs:HCD_RH_RUNNING (Results 1 – 3 of 3) sorted by relevance
366 if (HCD_RH_RUNNING(hcd)) { in check_root_hub_suspended()372 if (HCD_RH_RUNNING(hcd)) { in check_root_hub_suspended()441 if (HCD_RH_RUNNING(hcd) || in resume_common()443 HCD_RH_RUNNING(hcd->shared_hcd))) { in resume_common()
1095 if (HCD_RH_RUNNING(hcd)) { in usb_hcd_link_urb_to_ep()1936 if (!HCD_RH_RUNNING(hcd)) in usb_hcd_get_frame_number()1995 if (HCD_RH_RUNNING(hcd)) in hcd_bus_resume()
117 #define HCD_RH_RUNNING(hcd) ((hcd)->flags & (1U << HCD_FLAG_RH_RUNNING)) macro