Searched refs:qh_append_tds (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/usb/host/ |
| D | ehci-q.c | 1009 static struct ehci_qh *qh_append_tds ( in qh_append_tds() function 1126 qh = qh_append_tds(ehci, urb, qtd_list, epnum, &urb->ep->hcpriv); in submit_async()
|
| D | oxu210hp-hcd.c | 1962 static struct ehci_qh *qh_append_tds(struct oxu_hcd *oxu, in qh_append_tds() function 2063 qh = qh_append_tds(oxu, urb, qtd_list, epnum, &urb->ep->hcpriv); in submit_async() 2633 qh = qh_append_tds(oxu, urb, &empty, epnum, &urb->ep->hcpriv); in intr_submit() 2645 qh = qh_append_tds(oxu, urb, qtd_list, epnum, &urb->ep->hcpriv); in intr_submit()
|
| D | ehci-sched.c | 944 qh = qh_append_tds(ehci, urb, &empty, epnum, &urb->ep->hcpriv); in intr_submit() 956 qh = qh_append_tds(ehci, urb, qtd_list, epnum, &urb->ep->hcpriv); in intr_submit()
|
| D | fotg210-hcd.c | 2947 static struct fotg210_qh *qh_append_tds(struct fotg210_hcd *fotg210, in qh_append_tds() function 3055 qh = qh_append_tds(fotg210, urb, qtd_list, epnum, &urb->ep->hcpriv); in submit_async() 3849 qh = qh_append_tds(fotg210, urb, &empty, epnum, &urb->ep->hcpriv); in intr_submit() 3861 qh = qh_append_tds(fotg210, urb, qtd_list, epnum, &urb->ep->hcpriv); in intr_submit()
|