Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/core/
Dhub.c4079 case USB3_LPM_U2: in usb_set_device_initiated_lpm()
4134 case USB3_LPM_U2: in usb_set_lpm_timeout()
4183 else if (state == USB3_LPM_U2) in usb_device_may_initiate_lpm()
4245 (state == USB3_LPM_U2 && u2_mel == 0)) in usb_enable_link_state()
4293 else if (state == USB3_LPM_U2) in usb_enable_link_state()
4316 case USB3_LPM_U2: in usb_disable_link_state()
4342 else if (state == USB3_LPM_U2) in usb_disable_link_state()
4376 if (usb_disable_link_state(hcd, udev, USB3_LPM_U2)) in usb_disable_lpm()
4446 usb_enable_link_state(hcd, udev, USB3_LPM_U2); in usb_enable_lpm()
/Linux-v6.6/include/uapi/linux/usb/
Dch9.h1217 USB3_LPM_U2, enumerator
/Linux-v6.6/drivers/usb/host/
Dxhci.c4516 case USB3_LPM_U2: in xhci_get_timeout_no_hub_lpm()
4680 return xhci_get_timeout_no_hub_lpm(udev, USB3_LPM_U2); in xhci_calculate_u2_timeout()
4691 else if (state == USB3_LPM_U2) in xhci_call_host_update_timeout_for_endpoint()
4778 else if (state == USB3_LPM_U2) in xhci_calculate_lpm_timeout()
4845 disabling_u2 = (state_changed == USB3_LPM_U2 && in calculate_max_exit_latency()
4850 enabling_u2 = (state_changed == USB3_LPM_U2 && in calculate_max_exit_latency()