Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dehci-q.c832 int think_time; in qh_make() local
847 think_time = tt ? tt->think_time : 0; in qh_make()
848 qh->ps.tt_usecs = NS_TO_US(think_time + in qh_make()
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.c5018 unsigned think_time; in xhci_update_hub_device() local
5078 think_time = tt->think_time; in xhci_update_hub_device()
5079 if (think_time != 0) in xhci_update_hub_device()
5080 think_time = (think_time / 666) - 1; in xhci_update_hub_device()
5083 cpu_to_le32(TT_THINK_TIME(think_time)); in xhci_update_hub_device()
H A Doxu210hp-hcd.c1831 int think_time; in qh_make() local
1846 think_time = tt ? tt->think_time : 0; in qh_make()
1847 qh->tt_usecs = NS_TO_US(think_time + in qh_make()
/linux/drivers/usb/core/
H A Dhub.c1589 hub->tt.think_time = 666; in hub_configure()
1592 8, hub->tt.think_time); in hub_configure()
1596 hub->tt.think_time = 666 * 2; in hub_configure()
1599 16, hub->tt.think_time); in hub_configure()
1602 hub->tt.think_time = 666 * 3; in hub_configure()
1605 24, hub->tt.think_time); in hub_configure()
1608 hub->tt.think_time = 666 * 4; in hub_configure()
1611 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.c1492 device_ns += dwc_tt->usb_tt->think_time; in dwc2_qh_init()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c2765 int think_time; in qh_make() local
2780 think_time = tt ? tt->think_time : 0; in qh_make()
2781 qh->tt_usecs = NS_TO_US(think_time + in qh_make()