Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h1461 u8 usb2_hw_lpm_capable:1; member
/linux/include/linux/
H A Dusb.h705 unsigned usb2_hw_lpm_capable:1; member
/linux/drivers/usb/core/
H A Dsysfs.c658 if (udev->usb2_hw_lpm_capable == 1) in add_power_attributes()
H A Ddriver.c2058 if (!udev->usb2_hw_lpm_capable || in usb_enable_usb2_hardware_lpm()
H A Dhub.c4796 if (!udev->usb2_hw_lpm_capable || !udev->bos) in hub_set_initial_usb2_lpm_policy()
/linux/drivers/usb/host/
H A Dxhci.c4676 if (udev->usb2_hw_lpm_capable != 1) in xhci_set_usb2_hardware_lpm()
4779 udev->usb2_hw_lpm_capable = 1; in xhci_update_device()