Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dusb.h621 * @usb2_hw_lpm_besl_capable: device can perform USB2 hardware BESL LPM
701 unsigned usb2_hw_lpm_besl_capable:1; member
/linux/drivers/usb/host/
H A Dxhci.c4650 if (udev->usb2_hw_lpm_besl_capable) { in xhci_set_usb2_hardware_lpm()
4692 if (udev->usb2_hw_lpm_besl_capable) { in xhci_set_usb2_hardware_lpm()
4742 udev->usb2_hw_lpm_besl_capable = 1; in xhci_update_device()