Home
last modified time | relevance | path

Searched refs:lpm_capable (Results 1 – 11 of 11) sorted by relevance

/linux-6.6.21/include/linux/usb/
Dgadget.h451 unsigned lpm_capable:1; member
/linux-6.6.21/drivers/usb/core/
Dhub.c194 if (!udev->parent || udev->parent->lpm_capable) in usb_device_supports_lpm()
337 if (!udev->lpm_capable || udev->speed < USB_SPEED_SUPER) in usb_set_lpm_parameters()
4022 if (!udev->parent || udev->speed < USB_SPEED_SUPER || !udev->lpm_capable) in usb_req_set_sel()
4370 !udev->lpm_capable || in usb_disable_lpm()
4429 !udev->lpm_capable || in usb_enable_lpm()
5110 udev->lpm_capable = usb_device_supports_lpm(udev); in hub_port_init()
Dsysfs.c661 udev->lpm_capable == 1) in add_power_attributes()
Dhcd.c987 usb_dev->lpm_capable = usb_device_supports_lpm(usb_dev); in register_root_hub()
/linux-6.6.21/drivers/usb/gadget/
Dcomposite.c765 if (cdev->gadget->lpm_capable) { in bos_desc()
1841 if (gadget->lpm_capable || cdev->use_webusb) in composite_setup()
1876 gadget->lpm_capable || cdev->use_webusb) { in composite_setup()
/linux-6.6.21/drivers/usb/cdns3/
Dcdnsp-gadget.c909 if (pdev->active_port != &pdev->usb2_port || !pdev->gadget.lpm_capable) in cdnsp_set_usb2_hardware_lpm()
1894 pdev->gadget.lpm_capable = 1; in __cdnsp_gadget_init()
Dcdnsp-ring.c262 if (pdev->active_port == &pdev->usb2_port && pdev->gadget.lpm_capable) in cdnsp_force_l0_go()
/linux-6.6.21/include/linux/
Dusb.h694 unsigned lpm_capable:1; member
/linux-6.6.21/drivers/usb/host/
Dxhci.c4370 !udev->lpm_capable) in xhci_set_usb2_hardware_lpm()
4477 if (hcd->speed >= HCD_USB3 || !udev->lpm_capable) in xhci_update_device()
/linux-6.6.21/drivers/usb/dwc3/
Dgadget.c4620 dwc->gadget->lpm_capable = !dwc->usb2_gadget_lpm_disable; in dwc3_gadget_init()
/linux-6.6.21/drivers/usb/dwc2/
Dgadget.c4994 hsotg->gadget.lpm_capable = true; in dwc2_gadget_init()