Searched refs:async_unlink (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/usb/host/
H A Dehci-q.c973 WARN_ON(ehci->async->qh_next.qh || !list_empty(&ehci->async_unlink) ||
1264 list_add_tail(&qh->unlink_node, &ehci->async_unlink);
1317 if (list_empty(&ehci->async_unlink))
1319 qh = list_first_entry(&ehci->async_unlink, struct ehci_qh,
1330 list_splice_tail_init(&ehci->async_unlink, &ehci->async_idle);
1393 if (!list_empty(&ehci->async_unlink))
1442 if (list_empty(&ehci->async_unlink) && qh_to_unlink) {
H A Dehci-dbg.c494 if (!list_empty(&ehci->async_unlink) && size > 0) {
499 list_for_each_entry(qh, &ehci->async_unlink, unlink_node) {
887 if (!list_empty(&ehci->async_unlink)) {
889 list_first_entry(&ehci->async_unlink,
H A Dehci.h143 struct list_head async_unlink; member in struct:ehci_hcd
H A Dehci-hcd.c486 INIT_LIST_HEAD(&ehci->async_unlink);
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.h107 struct fotg210_qh *async_unlink; member in struct:fotg210_hcd
H A Dfotg210-hcd.c464 if (fotg210->async_unlink && size > 0) {
469 for (qh = fotg210->async_unlink; size > 0 && qh;
709 if (fotg210->async_unlink) {
711 fotg210->async_unlink);
2892 /* The async schedule and async_unlink list are supposed to be empty */
2893 WARN_ON(fotg210->async->qh_next.qh || fotg210->async_unlink);
3070 if (fotg210->async_unlink)
3073 fotg210->async_unlink = qh;
3097 fotg210->async_iaa = fotg210->async_unlink;
3098 fotg210->async_unlink
[all...]

Completed in 401 milliseconds