Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dusb.h486 unsigned usb2_hw_lpm_capable:1; member
/linux-3.4.99/drivers/usb/core/
Dsysfs.c506 if (udev->usb2_hw_lpm_capable == 1) in add_power_attributes()
Dhub.c2609 if (udev->usb2_hw_lpm_capable == 1) in usb_port_suspend()
2823 if (udev->usb2_hw_lpm_capable == 1) in usb_port_resume()
/linux-3.4.99/drivers/usb/host/
Dxhci.c4003 if (udev->usb2_hw_lpm_capable != 1) in xhci_set_usb2_hardware_lpm()
4043 udev->usb2_hw_lpm_capable = 1; in xhci_update_device()