Home
last modified time | relevance | path

Searched refs:usb2_hw_lpm_capable (Results 1 – 5 of 5) 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.h621 * @usb2_hw_lpm_capable: device can perform USB2 hardware LPM
704 unsigned usb2_hw_lpm_capable:1;
702 unsigned usb2_hw_lpm_capable:1; global() member
/linux/drivers/usb/core/
H A Dsysfs.c658 if (udev->usb2_hw_lpm_capable == 1) in add_power_attributes()
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.c4670 if (udev->usb2_hw_lpm_capable != 1) in xhci_set_usb2_hardware_lpm()
4773 udev->usb2_hw_lpm_capable = 1; in xhci_update_device()