Home
last modified time | relevance | path

Searched refs:think_time (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/usb/host/
H A Dehci-sched.c1072 int think_time; in iso_stream_init() local
1083 think_time = dev->tt->think_time; in iso_stream_init()
1084 stream->ps.tt_usecs = NS_TO_US(think_time + usb_calc_bus_time( in iso_stream_init()
H A Dxhci.c5254 unsigned think_time; in xhci_update_hub_device() local
5314 think_time = tt->think_time; in xhci_update_hub_device()
5315 if (think_time != 0) in xhci_update_hub_device()
5316 think_time = (think_time / 666) - 1; in xhci_update_hub_device()
5319 cpu_to_le32(TT_THINK_TIME(think_time)); in xhci_update_hub_device()
H A Doxu210hp-hcd.c1807 int think_time; in qh_make() local
1822 think_time = tt ? tt->think_time : 0; in qh_make()
1823 qh->tt_usecs = NS_TO_US(think_time + in qh_make()
/linux/drivers/usb/core/
H A Dhub.c1613 hub->tt.think_time = 666; in hub_configure()
1616 8, hub->tt.think_time); in hub_configure()
1620 hub->tt.think_time = 666 * 2; in hub_configure()
1623 16, hub->tt.think_time); in hub_configure()
1626 hub->tt.think_time = 666 * 3; in hub_configure()
1629 24, hub->tt.think_time); in hub_configure()
1632 hub->tt.think_time = 666 * 4; in hub_configure()
1635 32, hub->tt.think_time); in hub_configure()
/linux/include/linux/usb/
H A Dhcd.h578 unsigned think_time; /* think time in ns */ member
/linux/drivers/usb/dwc2/
H A Dhcd_queue.c1491 device_ns += dwc_tt->usb_tt->think_time; in dwc2_qh_init()