Home
last modified time | relevance | path

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

/linux-6.15/include/linux/usb/
H A Dgadget.h453 unsigned lpm_capable:1; member
/linux-6.15/drivers/usb/gadget/
H A Dcomposite.c765 if (cdev->gadget->lpm_capable) { in bos_desc()
1842 if (gadget->lpm_capable || cdev->use_webusb) in composite_setup()
1877 gadget->lpm_capable || cdev->use_webusb) { in composite_setup()
/linux-6.15/drivers/usb/core/
H A Dhub.c201 if (!udev->parent || udev->parent->lpm_capable) in usb_device_supports_lpm()
344 if (!udev->lpm_capable || udev->speed < USB_SPEED_SUPER) in usb_set_lpm_parameters()
4083 if (!udev->parent || udev->speed < USB_SPEED_SUPER || !udev->lpm_capable) in usb_req_set_sel()
4430 !udev->lpm_capable || in usb_disable_lpm()
4489 !udev->lpm_capable || in usb_enable_lpm()
5173 udev->lpm_capable = usb_device_supports_lpm(udev); in hub_port_init()
H A Dsysfs.c663 udev->lpm_capable == 1) in add_power_attributes()
H A Dhcd.c985 usb_dev->lpm_capable = usb_device_supports_lpm(usb_dev); in register_root_hub()
/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-gadget.c930 if (pdev->active_port != &pdev->usb2_port || !pdev->gadget.lpm_capable) in cdnsp_set_usb2_hardware_lpm()
1922 pdev->gadget.lpm_capable = 1; in __cdnsp_gadget_init()
H A Dcdnsp-ring.c262 if (pdev->active_port == &pdev->usb2_port && pdev->gadget.lpm_capable) in cdnsp_force_l0_go()
/linux-6.15/include/linux/
H A Dusb.h697 unsigned lpm_capable:1; member
/linux-6.15/drivers/usb/host/
H A Dxhci.c4509 !udev->lpm_capable) in xhci_set_usb2_hardware_lpm()
4608 if (hcd->speed >= HCD_USB3 || !udev->lpm_capable || !xhci->hw_lpm_support) in xhci_update_device()
/linux-6.15/drivers/usb/dwc3/
H A Dgadget.c4727 dwc->gadget->lpm_capable = !dwc->usb2_gadget_lpm_disable; in dwc3_gadget_init()
/linux-6.15/drivers/usb/dwc2/
H A Dgadget.c5008 hsotg->gadget.lpm_capable = true; in dwc2_gadget_init()