Searched refs:gap_uf (Results 1 - 9 of 9) sorted by relevance

/drivers/usb/host/
H A Doxu210hp.h316 u8 gap_uf; /* uframes split/csplit gap */ member in struct:ehci_qh
H A Dehci.h434 u8 gap_uf; /* uframes split/csplit gap */ member in struct:ehci_qh
H A Dfotg210.h508 u8 gap_uf; /* uframes split/csplit gap */ member in struct:fotg210_qh
H A Dfusbh200.h498 u8 gap_uf; /* uframes split/csplit gap */ member in struct:fusbh200_qh
H A Dehci-q.c809 qh->gap_uf = 0;
833 qh->gap_uf = 1 + usb_calc_bus_time (urb->dev->speed,
H A Dehci-sched.c839 mask = 0x03 << (uframe + qh->gap_uf);
844 if (!check_period(ehci, frame, uframe + qh->gap_uf + 1,
847 if (!check_period(ehci, frame, uframe + qh->gap_uf,
H A Dfotg210-hcd.c2885 qh->gap_uf = 0;
2902 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed,
3908 mask = 0x03 << (uframe + qh->gap_uf);
3913 if (!check_period(fotg210, frame, uframe + qh->gap_uf + 1,
3916 if (!check_period(fotg210, frame, uframe + qh->gap_uf,
H A Dfusbh200-hcd.c2833 qh->gap_uf = 0;
2850 qh->gap_uf = 1 + usb_calc_bus_time (urb->dev->speed,
3844 mask = 0x03 << (uframe + qh->gap_uf);
3849 if (!check_period (fusbh200, frame, uframe + qh->gap_uf + 1,
3852 if (!check_period (fusbh200, frame, uframe + qh->gap_uf,
H A Doxu210hp-hcd.c1397 qh->gap_uf = 0;
1414 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed,

Completed in 127 milliseconds