Searched refs:pQh1 (Results 1 – 1 of 1) sorted by relevance
196 struct ehci_qh *pQh1 in ms_intr_deschedule() argument199 U32 u32Frame = pQh1->u16Start; in ms_intr_deschedule()207 if ((period = pQh1->u16Period) == 0) in ms_intr_deschedule()213 ms_periodic_unlink (pEhci, u32Frame, pQh1); in ms_intr_deschedule()219 pQh1->qh_status = QH_STS_UNLINK; in ms_intr_deschedule()220 pQh1->qh_next.ptr = 0; in ms_intr_deschedule()221 ms_qh_put (pEhci, pQh1); // patch from Linux here in ms_intr_deschedule()238 if (list_empty (&pQh1->qtd_list) || (QH_CMASK & pQh1->hw_ep_state2) != 0) in ms_intr_deschedule()245 if (((ms_ehci_get_frame_idx (&pEhci->hcd) - u32Frame) % pQh1->u16Period) == 0) in ms_intr_deschedule()250 pQh1->hw_next_qh = EHCI_LIST_END; in ms_intr_deschedule()[all …]