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.c3870 unsigned think_time; local
3916 think_time = tt->think_time;
3917 if (think_time != 0)
3918 think_time = (think_time / 666) - 1;
3921 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.c1409 int think_time; local
1424 think_time = tt ? tt->think_time : 0;
1425 qh->tt_usecs = NS_TO_US(think_time +
/drivers/usb/core/
H A Dhub.c1106 hub->tt.think_time = 666;
1109 8, hub->tt.think_time);
1113 hub->tt.think_time = 666 * 2;
1116 16, hub->tt.think_time);
1119 hub->tt.think_time = 666 * 3;
1122 24, hub->tt.think_time);
1125 hub->tt.think_time = 666 * 4;
1128 32, hub->tt.think_time);

Completed in 87 milliseconds