Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/cdns3/
Dcdnsp-gadget.h1444 u8 usb2_hw_lpm_capable:1; member
/linux-6.6.21/include/linux/
Dusb.h696 unsigned usb2_hw_lpm_capable:1; member
/linux-6.6.21/drivers/usb/core/
Dsysfs.c656 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.c4698 if (!udev->usb2_hw_lpm_capable || !udev->bos) in hub_set_initial_usb2_lpm_policy()
/linux-6.6.21/drivers/usb/host/
Dxhci.c4377 if (udev->usb2_hw_lpm_capable != 1) in xhci_set_usb2_hardware_lpm()
4488 udev->usb2_hw_lpm_capable = 1; in xhci_update_device()