Searched refs:usb_calc_bus_time (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | ehci-q.c | 797 qh->ps.usecs = NS_TO_US(usb_calc_bus_time(USB_SPEED_HIGH, in qh_make() 827 qh->gap_uf = 1 + usb_calc_bus_time (urb->dev->speed, in qh_make() 841 usb_calc_bus_time (urb->dev->speed, in qh_make()
|
D | oxu210hp-hcd.c | 1371 qh->usecs = NS_TO_US(usb_calc_bus_time(USB_SPEED_HIGH, in qh_make() 1395 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed, in qh_make() 1409 usb_calc_bus_time(urb->dev->speed, in qh_make()
|
D | fotg210-hcd.c | 2749 qh->usecs = NS_TO_US(usb_calc_bus_time(USB_SPEED_HIGH, in qh_make() 2773 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed, in qh_make() 2787 usb_calc_bus_time(urb->dev->speed, in qh_make() 3952 stream->usecs = NS_TO_US(usb_calc_bus_time(dev->speed, in iso_stream_init()
|
D | ohci-q.c | 459 ed->load = usb_calc_bus_time ( in ed_get()
|
D | sl811-hcd.c | 880 ep->load = usb_calc_bus_time(udev->speed, !is_out, in sl811h_urb_enqueue()
|
D | isp116x-hcd.c | 757 ep->load = usb_calc_bus_time(udev->speed, in isp116x_urb_enqueue()
|
D | uhci-q.c | 279 qh->load = usb_calc_bus_time(udev->speed, in uhci_alloc_qh()
|
D | ehci-sched.c | 1097 stream->ps.tt_usecs = NS_TO_US(think_time + usb_calc_bus_time( in iso_stream_init()
|
D | isp1362-hcd.c | 1301 ep->load = usb_calc_bus_time(udev->speed, !is_out, in isp1362_urb_enqueue()
|
/Linux-v4.19/drivers/usb/dwc2/ |
D | hcd_queue.c | 1546 qh->host_us = NS_TO_US(usb_calc_bus_time(host_speed, ep_is_in, in dwc2_qh_init() 1548 device_ns = usb_calc_bus_time(dev_speed, ep_is_in, in dwc2_qh_init()
|
D | hcd.c | 1244 xfer_ns = usb_calc_bus_time(host_speed, false, false, in dwc2_hc_set_even_odd_frame()
|
/Linux-v4.19/include/linux/usb/ |
D | hcd.h | 636 extern long usb_calc_bus_time(int speed, int is_input,
|
/Linux-v4.19/drivers/usb/core/ |
D | hcd.c | 1182 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) in usb_calc_bus_time() function 1215 EXPORT_SYMBOL_GPL(usb_calc_bus_time);
|