Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dusb.h577 unsigned usb2_hw_lpm_capable:1; member
/linux-4.1.27/drivers/usb/core/
Dsysfs.c564 if (udev->usb2_hw_lpm_capable == 1) in add_power_attributes()
Dhub.c3182 if (udev->usb2_hw_lpm_capable == 1) in usb_port_suspend()
3455 if (udev->usb2_hw_lpm_capable == 1) in usb_port_resume()
4197 if (!udev->usb2_hw_lpm_capable) in hub_set_initial_usb2_lpm_policy()
/linux-4.1.27/drivers/usb/host/
Dxhci.c4161 if (udev->usb2_hw_lpm_capable != 1) in xhci_set_usb2_hardware_lpm()
4282 udev->usb2_hw_lpm_capable = 1; in xhci_update_device()