Home
last modified time | relevance | path

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

/drivers/usb/host/
Duhci-hcd.c643 uhci->skelqh[i]->link = LINK_TO_QH(uhci, uhci->skel_async_qh); in uhci_start()
644 uhci->skel_async_qh->link = UHCI_PTR_TERM(uhci); in uhci_start()
651 uhci->skel_async_qh->element = uhci->skel_term_qh->element = in uhci_start()
Duhci-debug.c213 if (qh == uhci->skel_async_qh) { in uhci_show_qh()
528 link = LINK_TO_QH(uhci, uhci->skel_async_qh); in uhci_sprint_schedule()
Duhci-hcd.h337 #define skel_async_qh skelqh[SKEL_ASYNC] macro
Duhci-q.c55 lqh = list_entry(uhci->skel_async_qh->node.prev, in uhci_fsbr_on()
67 lqh = list_entry(uhci->skel_async_qh->node.prev, in uhci_fsbr_off()
459 list_for_each_entry_reverse(pqh, &uhci->skel_async_qh->node, node) { in link_async()