Searched refs:gap_uf (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/drivers/usb/fotg210/ |
D | fotg210-hcd.h | 460 u8 gap_uf; /* uframes split/csplit gap */ member
|
D | fotg210-hcd.c | 2758 qh->gap_uf = 0; in qh_make() 2775 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed, in qh_make() 3734 mask = 0x03 << (uframe + qh->gap_uf); in check_intr_schedule() 3739 if (!check_period(fotg210, frame, uframe + qh->gap_uf + 1, in check_intr_schedule() 3742 if (!check_period(fotg210, frame, uframe + qh->gap_uf, in check_intr_schedule()
|
/Linux-v6.6/drivers/usb/host/ |
D | ehci.h | 439 u8 gap_uf; /* uframes split/csplit gap */ member
|
D | ehci-q.c | 815 qh->gap_uf = 0; in qh_make() 839 qh->gap_uf = 1 + usb_calc_bus_time (urb->dev->speed, in qh_make()
|
D | ehci-sched.c | 815 mask = 0x03 << (uframe + qh->gap_uf); in check_intr_schedule() 820 if (!check_period(ehci, frame, uframe + qh->gap_uf + 1, in check_intr_schedule() 823 if (!check_period(ehci, frame, uframe + qh->gap_uf, in check_intr_schedule()
|
D | oxu210hp-hcd.c | 347 u8 gap_uf; /* uframes split/csplit gap */ member 1817 qh->gap_uf = 0; in qh_make() 1834 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed, in qh_make()
|