Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-gadget.h1451 u8 usb2_hw_lpm_capable:1; member
/linux-6.15/include/linux/
H A Dusb.h699 unsigned usb2_hw_lpm_capable:1; member
/linux-6.15/drivers/usb/core/
H A Dsysfs.c658 if (udev->usb2_hw_lpm_capable == 1) in add_power_attributes()
H A Ddriver.c2021 if (!udev->usb2_hw_lpm_capable || in usb_enable_usb2_hardware_lpm()
H A Dhub.c4760 if (!udev->usb2_hw_lpm_capable || !udev->bos) in hub_set_initial_usb2_lpm_policy()
/linux-6.15/drivers/usb/host/
H A Dxhci.c4516 if (udev->usb2_hw_lpm_capable != 1) in xhci_set_usb2_hardware_lpm()
4620 udev->usb2_hw_lpm_capable = 1; in xhci_update_device()