Searched refs:qh_completions (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-q.c | 123 * qtd is updated in qh_completions(). Update the QH in qh_refresh() 289 qh_completions (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_completions() function 1413 qh_completions(ehci, qh); in end_unlink_async() 1506 temp = qh_completions(ehci, qh); in scan_async()
|
H A D | oxu210hp-hcd.c | 1406 static unsigned qh_completions(struct oxu_hcd *oxu, struct ehci_qh *qh) in qh_completions() function 2098 qh_completions(oxu, qh); in end_unlink_async() 2198 temp = qh_completions(oxu, qh); in scan_async() 2718 modified = qh_completions(oxu, temp.qh); in scan_periodic() 3381 qh_completions(oxu, qh); in oxu_urb_dequeue()
|
H A D | fotg210-hcd.c | 2076 * qtd is updated in qh_completions(). Update the QH in qh_refresh() 2239 static unsigned qh_completions(struct fotg210_hcd *fotg210, in qh_completions() function 3138 qh_completions(fotg210, qh); in end_unlink_async() 3197 * qh_completions() has to deal with it. in start_unlink_async() 3230 temp = qh_completions(fotg210, qh); in scan_async() 3597 * qh_completions() has to deal with it. in start_unlink_intr() 3643 qh_completions(fotg210, qh); in end_unlink_intr() 3888 temp = qh_completions(fotg210, qh); in scan_intr() 5268 /* qh_completions() code doesn't handle all the fault cases in fotg210_urb_enqueue() 5324 qh_completions(fotg21 in fotg210_urb_dequeue() [all...] |
H A D | ehci-sched.c | 706 qh_completions(ehci, qh); in end_unlink_intr() 980 temp = qh_completions(ehci, qh); in scan_intr()
|
H A D | ehci-hcd.c | 896 /* qh_completions() code doesn't handle all the fault cases in ehci_urb_enqueue() 962 qh_completions(ehci, qh); in ehci_urb_dequeue()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-q.c | 124 * qtd is updated in qh_completions(). Update the QH in qh_refresh() 290 qh_completions (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_completions() function 1414 qh_completions(ehci, qh); in end_unlink_async() 1507 temp = qh_completions(ehci, qh); in scan_async()
|
H A D | oxu210hp-hcd.c | 1407 static unsigned qh_completions(struct oxu_hcd *oxu, struct ehci_qh *qh) in qh_completions() function 2099 qh_completions(oxu, qh); in end_unlink_async() 2199 temp = qh_completions(oxu, qh); in scan_async() 2719 modified = qh_completions(oxu, temp.qh); in scan_periodic() 3382 qh_completions(oxu, qh); in oxu_urb_dequeue()
|
H A D | ehci-sched.c | 713 qh_completions(ehci, qh); in end_unlink_intr() 987 temp = qh_completions(ehci, qh); in scan_intr()
|
H A D | ehci-hcd.c | 894 /* qh_completions() code doesn't handle all the fault cases in ehci_urb_enqueue() 960 qh_completions(ehci, qh); in ehci_urb_dequeue()
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 2077 * qtd is updated in qh_completions(). Update the QH in qh_refresh() 2240 static unsigned qh_completions(struct fotg210_hcd *fotg210, in qh_completions() function 3139 qh_completions(fotg210, qh); in end_unlink_async() 3198 * qh_completions() has to deal with it. in start_unlink_async() 3231 temp = qh_completions(fotg210, qh); in scan_async() 3598 * qh_completions() has to deal with it. in start_unlink_intr() 3644 qh_completions(fotg210, qh); in end_unlink_intr() 3889 temp = qh_completions(fotg210, qh); in scan_intr() 5267 /* qh_completions() code doesn't handle all the fault cases in fotg210_urb_enqueue() 5323 qh_completions(fotg21 in fotg210_urb_dequeue() [all...] |
Completed in 36 milliseconds