Searched refs:usb_calc_bus_time (Results 1 – 9 of 9) sorted by relevance
/drivers/usb/host/ |
D | ehci-q.c | 705 qh->usecs = NS_TO_US(usb_calc_bus_time(USB_SPEED_HIGH, in qh_make() 728 qh->gap_uf = 1 + usb_calc_bus_time (urb->dev->speed, in qh_make() 742 usb_calc_bus_time (urb->dev->speed, in qh_make()
|
D | oxu210hp-hcd.c | 1398 qh->usecs = NS_TO_US(usb_calc_bus_time(USB_SPEED_HIGH, in qh_make() 1422 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed, in qh_make() 1436 usb_calc_bus_time(urb->dev->speed, in qh_make()
|
D | ohci-q.c | 440 ed->load = usb_calc_bus_time ( in ed_get()
|
D | sl811-hcd.c | 873 ep->load = usb_calc_bus_time(udev->speed, !is_out, in sl811h_urb_enqueue()
|
D | isp116x-hcd.c | 755 ep->load = usb_calc_bus_time(udev->speed, in isp116x_urb_enqueue()
|
D | uhci-q.c | 278 qh->load = usb_calc_bus_time(udev->speed, in uhci_alloc_qh()
|
D | ehci-sched.c | 937 stream->tt_usecs = NS_TO_US (think_time + usb_calc_bus_time ( in iso_stream_init()
|
/drivers/usb/core/ |
D | hcd.h | 367 extern long usb_calc_bus_time(int speed, int is_input,
|
D | hcd.c | 947 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) in usb_calc_bus_time() function 980 EXPORT_SYMBOL_GPL(usb_calc_bus_time);
|