Searched refs:usb_calc_bus_time (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A 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()
|
| H A 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()
|
| H A D | oxu210hp-hcd.c | 1809 qh->usecs = NS_TO_US(usb_calc_bus_time(USB_SPEED_HIGH, in qh_make() 1833 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed, in qh_make() 1847 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 | sl811-hcd.c | 880 ep->load = usb_calc_bus_time(udev->speed, !is_out, in sl811h_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 | 1077 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()
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A D | hcd_queue.c | 1558 qh->host_us = NS_TO_US(usb_calc_bus_time(host_speed, ep_is_in, in dwc2_qh_init() 1560 device_ns = usb_calc_bus_time(dev_speed, ep_is_in, in dwc2_qh_init()
|
| H A D | hcd.c | 1050 xfer_ns = usb_calc_bus_time(host_speed, false, false, in dwc2_hc_set_even_odd_frame()
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | hcd.h | 668 extern long usb_calc_bus_time(int speed, int is_input,
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_hikey960 | 1078 usb_calc_bus_time
|
| H A D | abi_gki_aarch64_db845c | 1392 usb_calc_bus_time
|
| H A D | abi_gki_aarch64_rockchip | 1268 usb_calc_bus_time
|
| H A D | abi_gki_aarch64_galaxy | 4231 usb_calc_bus_time
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | hcd.c | 1093 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) in usb_calc_bus_time() function 1126 EXPORT_SYMBOL_GPL(usb_calc_bus_time);
|