Searched refs:gap_uf (Results 1 – 7 of 7) sorted by relevance
| /linux-4.4.14/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.h | 435 u8 gap_uf; /* uframes split/csplit gap */ member
|
| D | ehci-q.c | 809 qh->gap_uf = 0; in qh_make() 833 qh->gap_uf = 1 + usb_calc_bus_time (urb->dev->speed, in qh_make()
|
| 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 | 2789 qh->gap_uf = 0; in qh_make() 2806 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed, in qh_make() 3765 mask = 0x03 << (uframe + qh->gap_uf); in check_intr_schedule() 3770 if (!check_period(fotg210, frame, uframe + qh->gap_uf + 1, in check_intr_schedule() 3773 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()
|