Searched refs:qh_schedule (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-sched.c | 710 rc = qh_schedule(ehci, qh); in end_unlink_intr() 829 static int qh_schedule(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_schedule() function 930 status = qh_schedule(ehci, qh); in intr_submit()
|
H A D | oxu210hp-hcd.c | 1398 static int qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh); 1580 (void) qh_schedule(oxu, qh); in qh_completions() 2547 static int qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh) in qh_schedule() function 2637 status = qh_schedule(oxu, qh); in intr_submit() 3394 status = qh_schedule(oxu, qh); in oxu_urb_dequeue()
|
H A D | fotg210-hcd.c | 2233 static int qh_schedule(struct fotg210_hcd *fotg210, struct fotg210_qh *qh); 3648 rc = qh_schedule(fotg210, qh); in end_unlink_intr() 3750 static int qh_schedule(struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in qh_schedule() function 3847 status = qh_schedule(fotg210, qh); in intr_submit()
|
H A D | ehci-q.c | 281 static int qh_schedule (struct ehci_hcd *ehci, struct ehci_qh *qh);
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-sched.c | 717 rc = qh_schedule(ehci, qh); in end_unlink_intr() 836 static int qh_schedule(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_schedule() function 937 status = qh_schedule(ehci, qh); in intr_submit()
|
H A D | oxu210hp-hcd.c | 1399 static int qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh); 1581 (void) qh_schedule(oxu, qh); in qh_completions() 2548 static int qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh) in qh_schedule() function 2638 status = qh_schedule(oxu, qh); in intr_submit() 3395 status = qh_schedule(oxu, qh); in oxu_urb_dequeue()
|
H A D | ehci-q.c | 282 static int qh_schedule (struct ehci_hcd *ehci, struct ehci_qh *qh);
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 2234 static int qh_schedule(struct fotg210_hcd *fotg210, struct fotg210_qh *qh); 3649 rc = qh_schedule(fotg210, qh); in end_unlink_intr() 3751 static int qh_schedule(struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in qh_schedule() function 3848 status = qh_schedule(fotg210, qh); in intr_submit()
|
Completed in 52 milliseconds