Home
last modified time | relevance | path

Searched refs:USB3_LPM_DISABLED (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/usb/host/
Dxhci.c4567 return USB3_LPM_DISABLED; in xhci_get_timeout_no_hub_lpm()
4581 return USB3_LPM_DISABLED; in xhci_get_timeout_no_hub_lpm()
4640 return USB3_LPM_DISABLED; in xhci_calculate_u1_timeout()
4652 if (timeout_ns == USB3_LPM_DISABLED) in xhci_calculate_u1_timeout()
4704 return USB3_LPM_DISABLED; in xhci_calculate_u2_timeout()
4736 return USB3_LPM_DISABLED; in xhci_call_host_update_timeout_for_endpoint()
4755 if (alt_timeout == USB3_LPM_DISABLED) { in xhci_update_timeout_for_endpoint()
4827 u16 timeout = USB3_LPM_DISABLED; in xhci_calculate_lpm_timeout()
4870 if (timeout == USB3_LPM_DISABLED) in xhci_calculate_lpm_timeout()
4900 hub_encoded_timeout == USB3_LPM_DISABLED); in calculate_max_exit_latency()
[all …]
/Linux-v5.4/include/uapi/linux/usb/
Dch9.h1199 #define USB3_LPM_DISABLED 0x0 macro