Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Dehci-q.c836 int think_time; in qh_make() local
851 think_time = tt ? tt->think_time : 0; in qh_make()
852 qh->ps.tt_usecs = NS_TO_US(think_time + in qh_make()
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()
Dxhci.c4971 unsigned think_time; in xhci_update_hub_device() local
5031 think_time = tt->think_time; in xhci_update_hub_device()
5032 if (think_time != 0) in xhci_update_hub_device()
5033 think_time = (think_time / 666) - 1; in xhci_update_hub_device()
5036 cpu_to_le32(TT_THINK_TIME(think_time)); in xhci_update_hub_device()
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-v6.6/drivers/usb/core/
Dhub.c1572 hub->tt.think_time = 666; in hub_configure()
1575 8, hub->tt.think_time); in hub_configure()
1579 hub->tt.think_time = 666 * 2; in hub_configure()
1582 16, hub->tt.think_time); in hub_configure()
1585 hub->tt.think_time = 666 * 3; in hub_configure()
1588 24, hub->tt.think_time); in hub_configure()
1591 hub->tt.think_time = 666 * 4; in hub_configure()
1594 32, hub->tt.think_time); in hub_configure()
/Linux-v6.6/include/linux/usb/
Dhcd.h560 unsigned think_time; /* think time in ns */ member
/Linux-v6.6/drivers/usb/dwc2/
Dhcd_queue.c1528 device_ns += dwc_tt->usb_tt->think_time; in dwc2_qh_init()
/Linux-v6.6/drivers/usb/fotg210/
Dfotg210-hcd.c2772 int think_time; in qh_make() local
2787 think_time = tt ? tt->think_time : 0; in qh_make()
2788 qh->tt_usecs = NS_TO_US(think_time + in qh_make()