Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/cdns3/
Dcdnsp-gadget.h1444 u8 usb2_hw_lpm_capable:1; member
/Linux-v6.1/include/linux/
Dusb.h673 unsigned usb2_hw_lpm_capable:1; member
/Linux-v6.1/drivers/usb/core/
Dsysfs.c658 if (udev->usb2_hw_lpm_capable == 1) in add_power_attributes()
Ddriver.c2010 if (!udev->usb2_hw_lpm_capable || in usb_enable_usb2_hardware_lpm()
Dhub.c4635 if (!udev->usb2_hw_lpm_capable || !udev->bos) in hub_set_initial_usb2_lpm_policy()
/Linux-v6.1/drivers/usb/host/
Dxhci.c4530 if (udev->usb2_hw_lpm_capable != 1) in xhci_set_usb2_hardware_lpm()
4641 udev->usb2_hw_lpm_capable = 1; in xhci_update_device()