Home
last modified time | relevance | path

Searched refs:usb2_hw_lpm_capable (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/linux/
Dusb.h673 unsigned usb2_hw_lpm_capable:1; member
/Linux-v5.4/drivers/usb/core/
Dsysfs.c678 if (udev->usb2_hw_lpm_capable == 1) in add_power_attributes()
Ddriver.c1904 if (!udev->usb2_hw_lpm_capable || in usb_enable_usb2_hardware_lpm()
Dhub.c4473 if (!udev->usb2_hw_lpm_capable || !udev->bos) in hub_set_initial_usb2_lpm_policy()
/Linux-v5.4/drivers/usb/host/
Dxhci.c4402 if (udev->usb2_hw_lpm_capable != 1) in xhci_set_usb2_hardware_lpm()
4522 udev->usb2_hw_lpm_capable = 1; in xhci_update_device()