Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dusb.h689 unsigned usb2_hw_lpm_capable:1; member
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dsysfs.c678 if (udev->usb2_hw_lpm_capable == 1) in add_power_attributes()
H A Ddriver.c2024 if (!udev->usb2_hw_lpm_capable || in usb_enable_usb2_hardware_lpm()
H A Dhub.c4569 if (!udev->usb2_hw_lpm_capable || !udev->bos) in hub_set_initial_usb2_lpm_policy()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.c4463 if (udev->usb2_hw_lpm_capable != 1) in xhci_set_usb2_hardware_lpm()
4586 udev->usb2_hw_lpm_capable = 1; in xhci_update_device()