Home
last modified time | relevance | path

Searched refs:skel_async_qh (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Duhci-hcd.c642 uhci->skelqh[i]->link = LINK_TO_QH(uhci, uhci->skel_async_qh); in uhci_start()
643 uhci->skel_async_qh->link = UHCI_PTR_TERM(uhci); in uhci_start()
650 uhci->skel_async_qh->element = uhci->skel_term_qh->element = in uhci_start()
Duhci-debug.c212 if (qh == uhci->skel_async_qh) { in uhci_show_qh()
527 link = LINK_TO_QH(uhci, uhci->skel_async_qh); in uhci_sprint_schedule()
Duhci-hcd.h333 #define skel_async_qh skelqh[SKEL_ASYNC] macro
Duhci-q.c54 lqh = list_entry(uhci->skel_async_qh->node.prev, in uhci_fsbr_on()
66 lqh = list_entry(uhci->skel_async_qh->node.prev, in uhci_fsbr_off()
460 list_for_each_entry_reverse(pqh, &uhci->skel_async_qh->node, node) { in link_async()