Home
last modified time | relevance | path

Searched refs:usb_calc_bus_time (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dehci-q.c809 qh->ps.usecs = NS_TO_US(usb_calc_bus_time(USB_SPEED_HIGH, in qh_make()
839 qh->gap_uf = 1 + usb_calc_bus_time (urb->dev->speed, in qh_make()
853 usb_calc_bus_time (urb->dev->speed, in qh_make()
H A Doxu210hp-hcd.c1810 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()
H A Dohci-q.c459 ed->load = usb_calc_bus_time ( in ed_get()
H A Disp116x-hcd.c757 ep->load = usb_calc_bus_time(udev->speed, in isp116x_urb_enqueue()
H A Dsl811-hcd.c882 ep->load = usb_calc_bus_time(udev->speed, !is_out, in sl811h_urb_enqueue()
H A Duhci-q.c279 qh->load = usb_calc_bus_time(udev->speed, in uhci_alloc_qh()
H A Dehci-sched.c1084 stream->ps.tt_usecs = NS_TO_US(think_time + usb_calc_bus_time( in iso_stream_init()
H A Disp1362-hcd.c1301 ep->load = usb_calc_bus_time(udev->speed, !is_out, in isp1362_urb_enqueue()
/openbmc/linux/drivers/usb/dwc2/
H A Dhcd_queue.c1522 qh->host_us = NS_TO_US(usb_calc_bus_time(host_speed, ep_is_in, in dwc2_qh_init()
1524 device_ns = usb_calc_bus_time(dev_speed, ep_is_in, in dwc2_qh_init()
H A Dhcd.c1013 xfer_ns = usb_calc_bus_time(host_speed, false, false, in dwc2_hc_set_even_odd_frame()
/openbmc/linux/include/linux/usb/
H A Dhcd.h655 extern long usb_calc_bus_time(int speed, int is_input,
/openbmc/linux/drivers/usb/core/
H A Dhcd.c1073 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) in usb_calc_bus_time() function
1106 EXPORT_SYMBOL_GPL(usb_calc_bus_time);
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c2749 qh->usecs = NS_TO_US(usb_calc_bus_time(USB_SPEED_HIGH, in qh_make()
2772 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed, in qh_make()
2786 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()