Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci.c4817 return USB3_LPM_DISABLED; in xhci_get_timeout_no_hub_lpm()
4831 return USB3_LPM_DISABLED; in xhci_get_timeout_no_hub_lpm()
4890 return USB3_LPM_DISABLED; in xhci_calculate_u1_timeout()
4902 if (timeout_ns == USB3_LPM_DISABLED) in xhci_calculate_u1_timeout()
4954 return USB3_LPM_DISABLED; in xhci_calculate_u2_timeout()
4986 return USB3_LPM_DISABLED; in xhci_call_host_update_timeout_for_endpoint()
5005 if (alt_timeout == USB3_LPM_DISABLED) { in xhci_update_timeout_for_endpoint()
5066 u16 timeout = USB3_LPM_DISABLED; in xhci_calculate_lpm_timeout()
5106 if (timeout == USB3_LPM_DISABLED) in xhci_calculate_lpm_timeout()
5136 hub_encoded_timeout == USB3_LPM_DISABLED); in calculate_max_exit_latency()
[all …]
/linux/include/uapi/linux/usb/
H A Dch9.h1261 #define USB3_LPM_DISABLED 0x0 macro