Searched refs:qh_next (Results 1 – 10 of 10) sorted by relevance
987 if (!head->qh_next.qh) { in qh_link_async()1004 qh->qh_next = head->qh_next; in qh_link_async()1008 head->qh_next.qh = qh; in qh_link_async()1174 qh->qh_next.qh = NULL; in end_unlink_async()1191 && ehci->async->qh_next.qh == NULL) in end_unlink_async()1242 while (prev->qh_next.qh != qh) in start_unlink_async()1243 prev = prev->qh_next.qh; in start_unlink_async()1246 prev->qh_next = qh->qh_next; in start_unlink_async()1248 ehci->qh_scan_next = qh->qh_next.qh; in start_unlink_async()1277 ehci->qh_scan_next = ehci->async->qh_next.qh; in scan_async()[all …]
621 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()1501 if (!head->qh_next.qh) { in qh_link_async()1520 qh->qh_next = head->qh_next; in qh_link_async()1524 head->qh_next.qh = qh; in qh_link_async()1668 qh->qh_next.qh = NULL; in end_unlink_async()1689 && oxu->async->qh_next.qh == NULL) in end_unlink_async()1732 while (prev->qh_next.qh != qh) in start_unlink_async()1733 prev = prev->qh_next.qh; in start_unlink_async()1736 prev->qh_next = qh->qh_next; in start_unlink_async()1763 qh = oxu->async->qh_next.qh; in scan_async()[all …]
73 return &periodic->qh->qh_next; in periodic_next_shadow()153 q = &q->qh->qh_next; in periodic_usecs()289 q = &q->qh->qh_next; in periodic_tt_usecs()446 here = here.qh->qh_next; in tt_no_collision()595 prev = &here.qh->qh_next; in qh_link_periodic()601 qh->qh_next = here; in qh_link_periodic()654 qh->qh_next.ptr = NULL; in qh_unlink_periodic()2345 q = q.qh->qh_next; in scan_periodic()
551 (ehci->async->qh_next.ptr != NULL || in ehci_work()670 ehci->async->qh_next.qh = NULL; in ehci_init()1167 for (tmp = ehci->async->qh_next.qh; in ehci_endpoint_disable()1169 tmp = tmp->qh_next.qh) in ehci_endpoint_disable()
539 for (qh = ehci->async->qh_next.qh; size > 0 && qh; qh = qh->qh_next.qh) in fill_async_buffer()612 if (p.qh->qh_next.ptr) { in fill_periodic_buffer()657 p = p.qh->qh_next; in fill_periodic_buffer()
72 if (!list_empty (&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()
298 union ehci_shadow qh_next; /* ptr to qh; or periodic */ member
352 union ehci_shadow qh_next; /* ptr to qh; or periodic */ member
938 struct isp1760_qh *qh, *qh_next; in schedule_ptds() local956 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) { in schedule_ptds()995 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) in schedule_ptds()
438 if (ehci->async->qh_next.qh) in ehci_bus_resume()