Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dsysfs.c508 if (udev->usb2_hw_lpm_allowed == 1) in usb2_hardware_lpm_show()
531 udev->usb2_hw_lpm_allowed = value; in usb2_hardware_lpm_store()
H A Ddriver.c2025 !udev->usb2_hw_lpm_allowed || in usb_enable_usb2_hardware_lpm()
H A Dhub.c4577 udev->usb2_hw_lpm_allowed = 1; in hub_set_initial_usb2_lpm_policy()
/OK3568_Linux_fs/kernel/include/linux/
H A Dusb.h692 unsigned usb2_hw_lpm_allowed:1; member