Searched refs:think_time (Results 1 - 5 of 5) sorted by relevance

/drivers/usb/host/
H A Dehci-q.c857 int think_time; local
872 think_time = tt ? tt->think_time : 0;
873 qh->tt_usecs = NS_TO_US (think_time +
H A Dxhci.c3886 unsigned think_time; local
3932 think_time = tt->think_time;
3933 if (think_time != 0)
3934 think_time = (think_time / 666) - 1;
3937 cpu_to_le32(TT_THINK_TIME(think_time));
H A Dehci-sched.c1020 int think_time; local
1031 think_time = dev->tt ? dev->tt->think_time : 0;
1032 stream->tt_usecs = NS_TO_US (think_time + usb_calc_bus_time (
H A Doxu210hp-hcd.c1408 int think_time; local
1423 think_time = tt ? tt->think_time : 0;
1424 qh->tt_usecs = NS_TO_US(think_time +
/drivers/usb/core/
H A Dhub.c1134 hub->tt.think_time = 666;
1137 8, hub->tt.think_time);
1141 hub->tt.think_time = 666 * 2;
1144 16, hub->tt.think_time);
1147 hub->tt.think_time = 666 * 3;
1150 24, hub->tt.think_time);
1153 hub->tt.think_time = 666 * 4;
1156 32, hub->tt.think_time);

Completed in 133 milliseconds