Searched refs:gap_uf (Results 1 – 7 of 7) sorted by relevance
/drivers/usb/host/ |
D | oxu210hp.h | 316 u8 gap_uf; /* uframes split/csplit gap */ member
|
D | fotg210.h | 458 u8 gap_uf; /* uframes split/csplit gap */ member
|
D | ehci-q.c | 820 qh->gap_uf = 0; in qh_make() 844 qh->gap_uf = 1 + usb_calc_bus_time (urb->dev->speed, in qh_make()
|
D | ehci.h | 435 u8 gap_uf; /* uframes split/csplit gap */ member
|
D | ehci-sched.c | 839 mask = 0x03 << (uframe + qh->gap_uf); in check_intr_schedule() 844 if (!check_period(ehci, frame, uframe + qh->gap_uf + 1, in check_intr_schedule() 847 if (!check_period(ehci, frame, uframe + qh->gap_uf, in check_intr_schedule()
|
D | fotg210-hcd.c | 2793 qh->gap_uf = 0; in qh_make() 2810 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed, in qh_make() 3769 mask = 0x03 << (uframe + qh->gap_uf); in check_intr_schedule() 3774 if (!check_period(fotg210, frame, uframe + qh->gap_uf + 1, in check_intr_schedule() 3777 if (!check_period(fotg210, frame, uframe + qh->gap_uf, in check_intr_schedule()
|
D | oxu210hp-hcd.c | 1397 qh->gap_uf = 0; in qh_make() 1414 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed, in qh_make()
|