Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dusb.h674 unsigned usb2_hw_lpm_capable:1; member
/Linux-v4.19/drivers/usb/core/
Dsysfs.c674 if (udev->usb2_hw_lpm_capable == 1) in add_power_attributes()
Dhub.c3239 if (udev->usb2_hw_lpm_capable == 1) in usb_port_suspend()
3523 if (udev->usb2_hw_lpm_capable == 1) in usb_port_resume()
4406 if (!udev->usb2_hw_lpm_capable || !udev->bos) in hub_set_initial_usb2_lpm_policy()
/Linux-v4.19/drivers/usb/host/
Dxhci.c4266 if (udev->usb2_hw_lpm_capable != 1) in xhci_set_usb2_hardware_lpm()
4387 udev->usb2_hw_lpm_capable = 1; in xhci_update_device()