Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci.c4315 return USB3_LPM_DISABLED; in xhci_get_timeout_no_hub_lpm()
4329 return USB3_LPM_DISABLED; in xhci_get_timeout_no_hub_lpm()
4391 if (timeout_ns == USB3_LPM_DISABLED) in xhci_calculate_u1_timeout()
4467 return USB3_LPM_DISABLED; in xhci_call_host_update_timeout_for_endpoint()
4485 if (alt_timeout == USB3_LPM_DISABLED || in xhci_update_timeout_for_endpoint()
4558 u16 timeout = USB3_LPM_DISABLED; in xhci_calculate_lpm_timeout()
4629 hub_encoded_timeout == USB3_LPM_DISABLED); in calculate_max_exit_latency()
4631 hub_encoded_timeout == USB3_LPM_DISABLED); in calculate_max_exit_latency()
4634 hub_encoded_timeout != USB3_LPM_DISABLED); in calculate_max_exit_latency()
4636 hub_encoded_timeout != USB3_LPM_DISABLED); in calculate_max_exit_latency()
[all …]
/linux-4.4.14/include/uapi/linux/usb/
Dch9.h1010 #define USB3_LPM_DISABLED 0x0 macro