Searched refs:gap_uf (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/usb/fotg210/ |
| H A D | fotg210-hcd.h | 460 u8 gap_uf; /* uframes split/csplit gap */ member
|
| H A D | fotg210-hcd.c | 2751 qh->gap_uf = 0; in qh_make() 2768 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed, in qh_make() 3727 mask = 0x03 << (uframe + qh->gap_uf); in check_intr_schedule() 3732 if (!check_period(fotg210, frame, uframe + qh->gap_uf + 1, in check_intr_schedule() 3735 if (!check_period(fotg210, frame, uframe + qh->gap_uf, in check_intr_schedule()
|
| /linux/drivers/usb/host/ |
| H A D | ehci-sched.c | 814 mask = 0x03 << (uframe + qh->gap_uf); in check_intr_schedule() 819 if (!check_period(ehci, frame, uframe + qh->gap_uf + 1, in check_intr_schedule() 822 if (!check_period(ehci, frame, uframe + qh->gap_uf, in check_intr_schedule()
|
| H A D | oxu210hp-hcd.c | 323 u8 gap_uf; /* uframes split/csplit gap */ member 1793 qh->gap_uf = 0; in qh_make() 1810 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed, in qh_make()
|