Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/host/
Duhci-q.c437 struct uhci_qh *pqh; in link_interrupt() local
441 pqh = list_entry(qh->node.prev, struct uhci_qh, node); in link_interrupt()
442 qh->link = pqh->link; in link_interrupt()
444 pqh->link = LINK_TO_QH(uhci, qh); in link_interrupt()
453 struct uhci_qh *pqh; in link_async() local
459 list_for_each_entry_reverse(pqh, &uhci->skel_async_qh->node, node) { in link_async()
460 if (pqh->skel <= qh->skel) in link_async()
463 list_add(&qh->node, &pqh->node); in link_async()
466 qh->link = pqh->link; in link_async()
469 pqh->link = link_to_new_qh; in link_async()
[all …]