Searched refs:gap_uf (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/usb/host/ |
D | fotg210.h | 462 u8 gap_uf; /* uframes split/csplit gap */ member
|
D | ehci.h | 435 u8 gap_uf; /* uframes split/csplit gap */ member
|
D | ehci-q.c | 814 qh->gap_uf = 0; in qh_make() 838 qh->gap_uf = 1 + usb_calc_bus_time (urb->dev->speed, in qh_make()
|
D | ehci-sched.c | 808 mask = 0x03 << (uframe + qh->gap_uf); in check_intr_schedule() 813 if (!check_period(ehci, frame, uframe + qh->gap_uf + 1, in check_intr_schedule() 816 if (!check_period(ehci, frame, uframe + qh->gap_uf, in check_intr_schedule()
|
D | fotg210-hcd.c | 2760 qh->gap_uf = 0; in qh_make() 2777 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed, in qh_make() 3736 mask = 0x03 << (uframe + qh->gap_uf); in check_intr_schedule() 3741 if (!check_period(fotg210, frame, uframe + qh->gap_uf + 1, in check_intr_schedule() 3744 if (!check_period(fotg210, frame, uframe + qh->gap_uf, in check_intr_schedule()
|
D | oxu210hp-hcd.c | 347 u8 gap_uf; /* uframes split/csplit gap */ member 1816 qh->gap_uf = 0; in qh_make() 1833 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed, in qh_make()
|