Searched refs:gap_uf (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | oxu210hp.h | 316 u8 gap_uf; /* uframes split/csplit gap */ member
|
D | fotg210.h | 452 u8 gap_uf; /* uframes split/csplit gap */ member
|
D | fusbh200.h | 442 u8 gap_uf; /* uframes split/csplit gap */ member
|
D | ehci.h | 434 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 | fusbh200-hcd.c | 2832 qh->gap_uf = 0; in qh_make() 2849 qh->gap_uf = 1 + usb_calc_bus_time (urb->dev->speed, in qh_make() 3843 mask = 0x03 << (uframe + qh->gap_uf); in check_intr_schedule() 3848 if (!check_period (fusbh200, frame, uframe + qh->gap_uf + 1, in check_intr_schedule() 3851 if (!check_period (fusbh200, frame, uframe + qh->gap_uf, in check_intr_schedule()
|
D | fotg210-hcd.c | 2885 qh->gap_uf = 0; in qh_make() 2902 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed, in qh_make() 3908 mask = 0x03 << (uframe + qh->gap_uf); in check_intr_schedule() 3913 if (!check_period(fotg210, frame, uframe + qh->gap_uf + 1, in check_intr_schedule() 3916 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()
|