Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c888 if (pQh->qh_status != QH_STS_IDLE) in ms_qh_refresh()
1119 iStopped = (u8State == QH_STS_IDLE); in ms_qh_completions()
1203 if (u8State == QH_STS_IDLE in ms_qh_completions()
1260 if (u8State == QH_STS_IDLE) in ms_qh_completions()
1680 pQh->qh_status = QH_STS_IDLE; in ms_qh_make()
1729 if (pQh->qh_status == QH_STS_IDLE) in ms_qh_link_async()
1903 if (pQh->qh_status == QH_STS_IDLE) in ms_submit_async()
1939 pQh->qh_status = QH_STS_IDLE; in ms_end_unlink_async()
2926 case QH_STS_IDLE: in ms_urb_dequeue()
2982 case QH_STS_IDLE: in ms_urb_dequeue()
[all …]
H A DdrvEHCI_SCHD.cxx261 pQh1->qh_status = QH_STS_IDLE; in ms_intr_deschedule()
635 if (pQh1->qh_status == QH_STS_IDLE) in ms_intr_submit()
647 if (pQh1->qh_status == QH_STS_IDLE) { in ms_intr_submit()
H A DdrvEHCI.h488 #define QH_STS_IDLE 3 macro