Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhcd-pci.c408 if (HCD_RH_RUNNING(hcd)) { in check_root_hub_suspended()
414 if (HCD_RH_RUNNING(hcd)) { in check_root_hub_suspended()
483 if (HCD_RH_RUNNING(hcd) || in resume_common()
485 HCD_RH_RUNNING(hcd->shared_hcd))) { in resume_common()
H A Dhcd.c1178 if (HCD_RH_RUNNING(hcd)) { in usb_hcd_link_urb_to_ep()
2126 if (!HCD_RH_RUNNING(hcd)) in usb_hcd_get_frame_number()
2210 if (HCD_RH_RUNNING(hcd)) in hcd_bus_resume()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dhcd.h137 #define HCD_RH_RUNNING(hcd) ((hcd)->flags & (1U << HCD_FLAG_RH_RUNNING)) macro