Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Dxhci.c4525 return USB3_LPM_DISABLED; in xhci_get_timeout_no_hub_lpm()
4539 return USB3_LPM_DISABLED; in xhci_get_timeout_no_hub_lpm()
4598 return USB3_LPM_DISABLED; in xhci_calculate_u1_timeout()
4610 if (timeout_ns == USB3_LPM_DISABLED) in xhci_calculate_u1_timeout()
4662 return USB3_LPM_DISABLED; in xhci_calculate_u2_timeout()
4694 return USB3_LPM_DISABLED; in xhci_call_host_update_timeout_for_endpoint()
4713 if (alt_timeout == USB3_LPM_DISABLED) { in xhci_update_timeout_for_endpoint()
4774 u16 timeout = USB3_LPM_DISABLED; in xhci_calculate_lpm_timeout()
4814 if (timeout == USB3_LPM_DISABLED) in xhci_calculate_lpm_timeout()
4844 hub_encoded_timeout == USB3_LPM_DISABLED); in calculate_max_exit_latency()
[all …]
/Linux-v6.6/include/uapi/linux/usb/
Dch9.h1239 #define USB3_LPM_DISABLED 0x0 macro