Home
last modified time | relevance | path

Searched refs:qh_next (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/drivers/usb/host/
Dehci-q.c971 if (!head->qh_next.qh) { in qh_link_async()
989 qh->qh_next = head->qh_next; in qh_link_async()
993 head->qh_next.qh = qh; in qh_link_async()
1159 qh->qh_next.qh = NULL; in end_unlink_async()
1177 && ehci->async->qh_next.qh == NULL) in end_unlink_async()
1224 while (prev->qh_next.qh != qh) in start_unlink_async()
1225 prev = prev->qh_next.qh; in start_unlink_async()
1228 prev->qh_next = qh->qh_next; in start_unlink_async()
1258 qh = ehci->async->qh_next.qh; in scan_async()
1299 qh = qh->qh_next.qh; in scan_async()
Doxu210hp-hcd.c622 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()
1502 if (!head->qh_next.qh) { in qh_link_async()
1521 qh->qh_next = head->qh_next; in qh_link_async()
1525 head->qh_next.qh = qh; in qh_link_async()
1669 qh->qh_next.qh = NULL; in end_unlink_async()
1690 && oxu->async->qh_next.qh == NULL) in end_unlink_async()
1733 while (prev->qh_next.qh != qh) in start_unlink_async()
1734 prev = prev->qh_next.qh; in start_unlink_async()
1737 prev->qh_next = qh->qh_next; in start_unlink_async()
1764 qh = oxu->async->qh_next.qh; in scan_async()
[all …]
Dehci-hcd.c497 (ehci->async->qh_next.ptr != NULL || in ehci_work()
610 ehci->async->qh_next.qh = NULL; in ehci_init()
1076 for (tmp = ehci->async->qh_next.qh; in ehci_endpoint_disable()
1078 tmp = tmp->qh_next.qh) in ehci_endpoint_disable()
Dehci-sched.c52 return &periodic->qh->qh_next; in periodic_next_shadow()
132 q = &q->qh->qh_next; in periodic_usecs()
268 q = &q->qh->qh_next; in periodic_tt_usecs()
425 here = here.qh->qh_next; in tt_no_collision()
571 prev = &here.qh->qh_next; in qh_link_periodic()
577 qh->qh_next = here; in qh_link_periodic()
630 qh->qh_next.ptr = NULL; in qh_unlink_periodic()
2317 q = q.qh->qh_next; in scan_periodic()
Dehci-dbg.c540 for (qh = ehci->async->qh_next.qh; size > 0 && qh; qh = qh->qh_next.qh) in fill_async_buffer()
613 if (p.qh->qh_next.ptr) { in fill_periodic_buffer()
658 p = p.qh->qh_next; in fill_periodic_buffer()
Dehci-mem.c72 if (!list_empty (&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()
Doxu210hp.h298 union ehci_shadow qh_next; /* ptr to qh; or periodic */ member
Dehci.h333 union ehci_shadow qh_next; /* ptr to qh; or periodic */ member
Dehci-hub.c444 if (ehci->async->qh_next.qh) in ehci_bus_resume()
/linux-2.6.39/fs/xfs/quota/
Dxfs_qm_syscalls.c938 for (dqp = (xfs_dqtest_t *)(l)->qh_next; dqp != NULL; \