Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/core/
H A Dhub.c4103 case USB3_LPM_U2: in usb_set_device_initiated_lpm()
4158 case USB3_LPM_U2: in usb_set_lpm_timeout()
4207 else if (state == USB3_LPM_U2) in usb_device_may_initiate_lpm()
4269 (state == USB3_LPM_U2 && u2_mel == 0)) in usb_enable_link_state()
4317 else if (state == USB3_LPM_U2) in usb_enable_link_state()
4340 case USB3_LPM_U2: in usb_disable_link_state()
4366 else if (state == USB3_LPM_U2) in usb_disable_link_state()
4400 if (usb_disable_link_state(hcd, udev, USB3_LPM_U2)) in usb_disable_lpm()
4470 usb_enable_link_state(hcd, udev, USB3_LPM_U2); in usb_enable_lpm()
/openbmc/u-boot/include/linux/usb/
H A Dch9.h998 USB3_LPM_U2, enumerator
/openbmc/linux/include/uapi/linux/usb/
H A Dch9.h1217 USB3_LPM_U2, enumerator
/openbmc/linux/drivers/usb/host/
H A Dxhci.c4566 case USB3_LPM_U2: in xhci_get_timeout_no_hub_lpm()
4730 return xhci_get_timeout_no_hub_lpm(udev, USB3_LPM_U2); in xhci_calculate_u2_timeout()
4741 else if (state == USB3_LPM_U2) in xhci_call_host_update_timeout_for_endpoint()
4828 else if (state == USB3_LPM_U2) in xhci_calculate_lpm_timeout()
4895 disabling_u2 = (state_changed == USB3_LPM_U2 && in calculate_max_exit_latency()
4900 enabling_u2 = (state_changed == USB3_LPM_U2 && in calculate_max_exit_latency()