Searched refs:usb_calc_bus_time (Results 1 – 12 of 12) sorted by relevance
/drivers/usb/host/ |
D | ehci-q.c | 808 qh->ps.usecs = NS_TO_US(usb_calc_bus_time(USB_SPEED_HIGH, in qh_make() 838 qh->gap_uf = 1 + usb_calc_bus_time (urb->dev->speed, in qh_make() 852 usb_calc_bus_time (urb->dev->speed, in qh_make()
|
D | fotg210-hcd.c | 2751 qh->usecs = NS_TO_US(usb_calc_bus_time(USB_SPEED_HIGH, in qh_make() 2774 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed, in qh_make() 2788 usb_calc_bus_time(urb->dev->speed, in qh_make() 3954 stream->usecs = NS_TO_US(usb_calc_bus_time(dev->speed, in iso_stream_init()
|
D | oxu210hp-hcd.c | 1810 qh->usecs = NS_TO_US(usb_calc_bus_time(USB_SPEED_HIGH, in qh_make() 1834 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed, in qh_make() 1848 usb_calc_bus_time(urb->dev->speed, in qh_make()
|
D | ohci-q.c | 459 ed->load = usb_calc_bus_time ( in ed_get()
|
D | isp116x-hcd.c | 757 ep->load = usb_calc_bus_time(udev->speed, in isp116x_urb_enqueue()
|
D | sl811-hcd.c | 880 ep->load = usb_calc_bus_time(udev->speed, !is_out, in sl811h_urb_enqueue()
|
D | uhci-q.c | 279 qh->load = usb_calc_bus_time(udev->speed, in uhci_alloc_qh()
|
D | ehci-sched.c | 1083 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()
|
/drivers/usb/dwc2/ |
D | hcd_queue.c | 1552 qh->host_us = NS_TO_US(usb_calc_bus_time(host_speed, ep_is_in, in dwc2_qh_init() 1554 device_ns = usb_calc_bus_time(dev_speed, ep_is_in, in dwc2_qh_init()
|
D | hcd.c | 1046 xfer_ns = usb_calc_bus_time(host_speed, false, false, in dwc2_hc_set_even_odd_frame()
|
/drivers/usb/core/ |
D | hcd.c | 1098 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) in usb_calc_bus_time() function 1131 EXPORT_SYMBOL_GPL(usb_calc_bus_time);
|