Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/core/
Dsysfs.c453 if (udev->usb2_hw_lpm_allowed == 1) in usb2_hardware_lpm_show()
474 udev->usb2_hw_lpm_allowed = value; in usb2_hardware_lpm_store()
Ddriver.c1875 if (enable && !udev->usb2_hw_lpm_allowed) in usb_set_usb2_hardware_lpm()
Dhub.c4245 udev->usb2_hw_lpm_allowed = 1; in hub_set_initial_usb2_lpm_policy()
/linux-4.4.14/include/linux/
Dusb.h587 unsigned usb2_hw_lpm_allowed:1; member