Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/usb/
Dgadget.h448 unsigned lpm_capable:1; member
/linux-5.19.10/drivers/usb/core/
Dhub.c180 if (!udev->parent || udev->parent->lpm_capable) in usb_device_supports_lpm()
323 if (!udev->lpm_capable || udev->speed < USB_SPEED_SUPER) in usb_set_lpm_parameters()
4323 !udev->lpm_capable || in usb_disable_lpm()
4382 !udev->lpm_capable || in usb_enable_lpm()
5011 udev->lpm_capable = usb_device_supports_lpm(udev); in hub_port_init()
Dsysfs.c663 udev->lpm_capable == 1) in add_power_attributes()
Dhcd.c1008 usb_dev->lpm_capable = usb_device_supports_lpm(usb_dev); in register_root_hub()
/linux-5.19.10/drivers/usb/cdns3/
Dcdnsp-gadget.c913 if (pdev->active_port != &pdev->usb2_port || !pdev->gadget.lpm_capable) in cdnsp_set_usb2_hardware_lpm()
1895 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-5.19.10/include/linux/
Dusb.h670 unsigned lpm_capable:1; member
/linux-5.19.10/drivers/usb/gadget/
Dcomposite.c1747 if (gadget->lpm_capable) in composite_setup()
1782 gadget->lpm_capable) { in composite_setup()
/linux-5.19.10/drivers/usb/host/
Dxhci.c4515 !udev->lpm_capable) in xhci_set_usb2_hardware_lpm()
4622 if (hcd->speed >= HCD_USB3 || !udev->lpm_capable) in xhci_update_device()
/linux-5.19.10/drivers/usb/dwc3/
Dgadget.c4422 dwc->gadget->lpm_capable = !dwc->usb2_gadget_lpm_disable; in dwc3_gadget_init()
/linux-5.19.10/drivers/usb/dwc2/
Dgadget.c4995 hsotg->gadget.lpm_capable = true; in dwc2_gadget_init()