Searched refs:think_time (Results 1 – 6 of 6) sorted by relevance
1072 int think_time; in iso_stream_init() local1083 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()
5254 unsigned think_time; in xhci_update_hub_device() local5314 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()
1807 int think_time; in qh_make() local1822 think_time = tt ? tt->think_time : 0; in qh_make()1823 qh->tt_usecs = NS_TO_US(think_time + in qh_make()
1613 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()
578 unsigned think_time; /* think time in ns */ member
1491 device_ns += dwc_tt->usb_tt->think_time; in dwc2_qh_init()