Searched refs:qh_append_tds (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/usb/host/ |
| H A D | oxu210hp-hcd.c | 1938 static struct ehci_qh *qh_append_tds(struct oxu_hcd *oxu, in qh_append_tds() function 2038 qh = qh_append_tds(oxu, urb, qtd_list, epnum, &urb->ep->hcpriv); in submit_async() 2608 qh = qh_append_tds(oxu, urb, &empty, epnum, &urb->ep->hcpriv); in intr_submit() 2620 qh = qh_append_tds(oxu, urb, qtd_list, epnum, &urb->ep->hcpriv); in intr_submit()
|
| H A D | ehci-sched.c | 930 qh = qh_append_tds(ehci, urb, &empty, epnum, &urb->ep->hcpriv); in intr_submit() 942 qh = qh_append_tds(ehci, urb, qtd_list, epnum, &urb->ep->hcpriv); in intr_submit()
|
| /linux/drivers/usb/fotg210/ |
| H A D | fotg210-hcd.c | 2936 static struct fotg210_qh *qh_append_tds(struct fotg210_hcd *fotg210, in qh_append_tds() function 3044 qh = qh_append_tds(fotg210, urb, qtd_list, epnum, &urb->ep->hcpriv); in submit_async() 3838 qh = qh_append_tds(fotg210, urb, &empty, epnum, &urb->ep->hcpriv); in intr_submit() 3850 qh = qh_append_tds(fotg210, urb, qtd_list, epnum, &urb->ep->hcpriv); in intr_submit()
|