Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dgadget.h453 unsigned lpm_capable:1; member
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.c909 if (pdev->active_port != &pdev->usb2_port || !pdev->gadget.lpm_capable) in cdnsp_set_usb2_hardware_lpm()
1890 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/include/linux/
H A Dusb.h615 * @lpm_capable: device supports LPM
695 unsigned lpm_capable:1; member
/linux/drivers/usb/core/
H A Dhcd.c985 usb_dev->lpm_capable = usb_device_supports_lpm(usb_dev); in register_root_hub()
/linux/drivers/usb/dwc3/
H A Dgadget.c4635 dwc->gadget->lpm_capable = !dwc->usb2_gadget_lpm_disable; in dwc3_gadget_init()
/linux/drivers/usb/dwc2/
H A Dgadget.c5007 hsotg->gadget.lpm_capable = true; in dwc2_gadget_init()