Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci-q.c1124 qh->qh_next = head->qh_next; in qh_link_async()
1127 head->qh_next.qh = qh; in qh_link_async()
1281 while (prev->qh_next.qh != qh) in single_unlink_async()
1282 prev = prev->qh_next.qh; in single_unlink_async()
1285 prev->qh_next = qh->qh_next; in single_unlink_async()
1287 ehci->qh_scan_next = qh->qh_next.qh; in single_unlink_async()
1424 qh->qh_next.qh = NULL; in end_unlink_async()
1445 for (qh = ehci->async->qh_next.qh; qh; qh = qh->qh_next.qh) { in unlink_empty_async()
1476 while (ehci->async->qh_next.qh) { in unlink_empty_async_suspended()
1477 qh = ehci->async->qh_next.qh; in unlink_empty_async_suspended()
[all …]
A Dehci-mem.c73 if (!list_empty (&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()
A Dehci-sched.c50 return &periodic->qh->qh_next; in periodic_next_shadow()
479 here = here.qh->qh_next; in tt_no_collision()
580 prev = &here.qh->qh_next; in qh_link_periodic()
586 qh->qh_next = here; in qh_link_periodic()
648 qh->qh_next.ptr = NULL; in qh_unlink_periodic()
A Dehci.h420 union ehci_shadow qh_next; /* ptr to qh; or periodic */ member
A Dehci-hcd.c530 ehci->async->qh_next.qh = NULL; in ehci_init()

Completed in 18 milliseconds