Searched refs:check_intr_schedule (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/usb/host/ |
H A D | ehci-sched.c | 768 static int check_intr_schedule( in check_intr_schedule() function 872 status = check_intr_schedule(ehci, in qh_schedule() 881 status = check_intr_schedule(ehci, 0, 0, qh, &c_mask, tt); in qh_schedule()
|
H A D | oxu210hp-hcd.c | 2499 static int check_intr_schedule(struct oxu_hcd *oxu, in check_intr_schedule() function 2537 status = check_intr_schedule(oxu, frame, --uframe, in qh_schedule() 2554 status = check_intr_schedule(oxu, in qh_schedule() 2565 status = check_intr_schedule(oxu, 0, 0, qh, &c_mask); in qh_schedule()
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 3703 static int check_intr_schedule(struct fotg210_hcd *fotg210, unsigned frame, in check_intr_schedule() function 3762 status = check_intr_schedule(fotg210, frame, --uframe, in qh_schedule() 3781 status = check_intr_schedule(fotg210, in qh_schedule() 3792 status = check_intr_schedule(fotg210, 0, 0, qh, in qh_schedule()
|