Searched refs:usb_calc_bus_time (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | ehci-q.c | 802 qh->ps.usecs = NS_TO_US(usb_calc_bus_time(USB_SPEED_HIGH, in qh_make() 833 qh->gap_uf = 1 + usb_calc_bus_time (urb->dev->speed, in qh_make() 847 usb_calc_bus_time (urb->dev->speed, in qh_make()
|
D | oxu210hp-hcd.c | 1390 qh->usecs = NS_TO_US(usb_calc_bus_time(USB_SPEED_HIGH, in qh_make() 1414 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed, in qh_make() 1428 usb_calc_bus_time(urb->dev->speed, in qh_make()
|
D | ohci-q.c | 456 ed->load = usb_calc_bus_time ( in ed_get()
|
D | fusbh200-hcd.c | 2825 qh->usecs = NS_TO_US(usb_calc_bus_time(USB_SPEED_HIGH, in qh_make() 2849 qh->gap_uf = 1 + usb_calc_bus_time (urb->dev->speed, in qh_make() 2863 usb_calc_bus_time (urb->dev->speed, in qh_make() 4073 stream->usecs = NS_TO_US(usb_calc_bus_time(dev->speed, in iso_stream_init()
|
D | fotg210-hcd.c | 2878 qh->usecs = NS_TO_US(usb_calc_bus_time(USB_SPEED_HIGH, in qh_make() 2902 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed, in qh_make() 2916 usb_calc_bus_time(urb->dev->speed, in qh_make() 4139 stream->usecs = NS_TO_US(usb_calc_bus_time(dev->speed, in iso_stream_init()
|
D | isp116x-hcd.c | 755 ep->load = usb_calc_bus_time(udev->speed, in isp116x_urb_enqueue()
|
D | sl811-hcd.c | 879 ep->load = usb_calc_bus_time(udev->speed, !is_out, in sl811h_urb_enqueue()
|
D | uhci-q.c | 280 qh->load = usb_calc_bus_time(udev->speed, in uhci_alloc_qh()
|
D | ehci-sched.c | 1112 stream->ps.tt_usecs = NS_TO_US(think_time + usb_calc_bus_time( in iso_stream_init()
|
D | isp1362-hcd.c | 1299 ep->load = usb_calc_bus_time(udev->speed, !is_out, in isp1362_urb_enqueue()
|
/linux-4.1.27/include/linux/usb/ |
D | hcd.h | 610 extern long usb_calc_bus_time(int speed, int is_input,
|
/linux-4.1.27/drivers/usb/dwc2/ |
D | hcd_queue.c | 105 qh->usecs = NS_TO_US(usb_calc_bus_time(qh->do_split ? in dwc2_qh_init()
|
/linux-4.1.27/drivers/usb/core/ |
D | hcd.c | 1115 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) in usb_calc_bus_time() function 1148 EXPORT_SYMBOL_GPL(usb_calc_bus_time);
|