Home
last modified time | relevance | path

Searched refs:HCD_IS_RUNNING (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c348 if (!HCD_IS_RUNNING(pHcd->state)) // patch from 2.6.28 in ms_hub_status_data()
1184 else if(!iStopped && HCD_IS_RUNNING (pEhci->hcd.state)) in ms_qh_completions()
1951 && HCD_IS_RUNNING (pEhci->hcd.state)) in ms_end_unlink_async()
1957 if (HCD_IS_RUNNING (pEhci->hcd.state) in ms_end_unlink_async()
2023 if (!HCD_IS_RUNNING(pEhci->hcd.state)) in ms_start_unlink_async()
2045 if (!HCD_IS_RUNNING (pEhci->hcd.state) && pEhci->stReclaim) in ms_unlink_async()
2245 && HCD_IS_RUNNING(pEhci->hcd.state)) { in ms_ehci_iaa_watchdog()
2618 if (HCD_IS_RUNNING(pEhci->hcd.state) && in ms_ehci_work()
2934 && HCD_IS_RUNNING (pEhci->hcd.state) in ms_urb_dequeue()
2947 else if (!HCD_IS_RUNNING (pEhci->hcd.state) && pEhci->stReclaim) in ms_urb_dequeue()
[all …]
H A DdrvEHCI_SCHD.cxx275 if (!list_empty(&pQh1->qtd_list) && HCD_IS_RUNNING(pEhci->hcd.state)) in ms_intr_deschedule()
693 if (HCD_IS_RUNNING (pEhci->hcd.state)) in ms_scan_periodic()
750 if (!HCD_IS_RUNNING (pEhci->hcd.state) || pEhci->u32PeriodicSched == 0) in ms_scan_periodic()
H A DdrvUsbd.c589 if (HCD_IS_RUNNING (pHcd->state)) in ms_usb_hcd_cpe_ehci_remove()
1004 …if ((HCD_IS_RUNNING (pHcd->state) && pHcd->state != HCD_STATE_QUIESCING) || (pUrb->dev == pHcd->se… in ms_hcd_submit_urb()
H A DdrvUsbd.h151 #define HCD_IS_RUNNING(state) ((state) & __ACTIVE) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c460 if (!HCD_IS_RUNNING (ehci->hcd.state)) in ehci_ready()
3163 && HCD_IS_RUNNING (ehci->hcd.state))) { in qh_completions()
5836 && HCD_IS_RUNNING (ehci->hcd.state)) in end_unlink_async()
5841 if (HCD_IS_RUNNING (ehci->hcd.state) in end_unlink_async()
8487 && HCD_IS_RUNNING (ehci->hcd.state) in ehci_urb_dequeue()
8498 } else if (!HCD_IS_RUNNING (ehci->hcd.state) && ehci->reclaim) in ehci_urb_dequeue()
8746 && HCD_IS_RUNNING (ehci->hcd.state)) { in ehci_urb_dequeue()
8991 if (!HCD_IS_RUNNING (ehci->hcd.state)) in ehci_endpoint_disable()
9351 if (HCD_IS_RUNNING (hcd->state)) in usb_hcd_cpe_ehci_remove()
9404 if (!HCD_IS_RUNNING (hcd->state)) { in usb_hcd_cpe_ehci_resume()
H A DdrvHCD.c595 || !HCD_IS_RUNNING (hcd->state)) { in rh_status_urb()
1627 if (HCD_IS_RUNNING (hcd->state) && hcd->state != USB_STATE_QUIESCING) { in hcd_submit_urb()
1769 if (!HCD_IS_RUNNING (hcd->state)) in hcd_get_frame_number()
H A DdrvEHCI_SCHD.cxx1124 if (HCD_IS_RUNNING (ehci->hcd.state)) in scan_periodic()
1248 if (!HCD_IS_RUNNING (ehci->hcd.state)) in scan_periodic()
H A DdrvHCD.h159 #define HCD_IS_RUNNING(state) ((state) & __ACTIVE) macro