Searched refs:usb_calc_bus_time (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/usb/host/ ! |
H A D | ehci-q.c | 805 qh->ps.usecs = NS_TO_US(usb_calc_bus_time(USB_SPEED_HIGH, in qh_make() 835 qh->gap_uf = 1 + usb_calc_bus_time (urb->dev->speed, in qh_make() 849 usb_calc_bus_time (urb->dev->speed, in qh_make()
|
H A D | ohci-q.c | 459 ed->load = usb_calc_bus_time ( in ed_get()
|
H A D | isp116x-hcd.c | 757 ep->load = usb_calc_bus_time(udev->speed, in isp116x_urb_enqueue()
|
H A D | uhci-q.c | 279 qh->load = usb_calc_bus_time(udev->speed, in uhci_alloc_qh()
|
H A D | ehci-sched.c | 1084 stream->ps.tt_usecs = NS_TO_US(think_time + usb_calc_bus_time( in iso_stream_init()
|
H A D | isp1362-hcd.c | 1301 ep->load = usb_calc_bus_time(udev->speed, !is_out, in isp1362_urb_enqueue()
|
/linux/include/linux/usb/ ! |
H A D | hcd.h | 672 extern long usb_calc_bus_time(int speed, int is_input,
|
/linux/drivers/usb/core/ ! |
H A D | hcd.c | 1059 * usb_calc_bus_time - approximate periodic transaction time in nanoseconds 1071 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) in usb_calc_bus_time() function 1104 EXPORT_SYMBOL_GPL(usb_calc_bus_time);
|
/linux/drivers/usb/fotg210/ ! |
H A D | fotg210-hcd.c | 2745 qh->usecs = NS_TO_US(usb_calc_bus_time(USB_SPEED_HIGH, in qh_make() 2768 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed, in qh_make() 2782 usb_calc_bus_time(urb->dev->speed, in qh_make() 3948 stream->usecs = NS_TO_US(usb_calc_bus_time(dev->speed, in iso_stream_init()
|
/linux/drivers/usb/dwc2/ ! |
H A D | hcd.c | 1013 xfer_ns = usb_calc_bus_time(host_speed, false, false, in dwc2_hc_set_even_odd_frame()
|