Home
last modified time | relevance | path

Searched refs:USB3_LPM_U2 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/core/
Dhub.c3692 (state == USB3_LPM_U2 && in usb_req_set_sel()
3754 case USB3_LPM_U2: in usb_set_device_initiated_lpm()
3809 case USB3_LPM_U2: in usb_set_lpm_timeout()
3866 (state == USB3_LPM_U2 && u2_mel == 0)) in usb_enable_link_state()
3919 else if (state == USB3_LPM_U2) in usb_enable_link_state()
3944 case USB3_LPM_U2: in usb_disable_link_state()
3970 else if (state == USB3_LPM_U2) in usb_disable_link_state()
4004 if (usb_disable_link_state(hcd, udev, USB3_LPM_U2)) in usb_disable_lpm()
4063 usb_enable_link_state(hcd, udev, USB3_LPM_U2); in usb_enable_lpm()
/linux-4.4.14/include/uapi/linux/usb/
Dch9.h988 USB3_LPM_U2, enumerator
/linux-4.4.14/drivers/usb/host/
Dxhci.c4306 case USB3_LPM_U2: in xhci_get_timeout_no_hub_lpm()
4453 return xhci_get_timeout_no_hub_lpm(udev, USB3_LPM_U2); in xhci_calculate_u2_timeout()
4464 else if (state == USB3_LPM_U2) in xhci_call_host_update_timeout_for_endpoint()
4518 if (state == USB3_LPM_U2) in xhci_check_intel_tier_policy()
4562 else if (state == USB3_LPM_U2) in xhci_calculate_lpm_timeout()
4630 disabling_u2 = (state_changed == USB3_LPM_U2 && in calculate_max_exit_latency()
4635 enabling_u2 = (state_changed == USB3_LPM_U2 && in calculate_max_exit_latency()