Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dgadget.h483 unsigned lpm_capable:1; member
/linux/drivers/usb/gadget/
H A Dcomposite.c765 if (cdev->gadget->lpm_capable) { in bos_desc()
1818 if (gadget->lpm_capable || cdev->use_webusb) in composite_setup()
1853 gadget->lpm_capable || cdev->use_webusb) { in composite_setup()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.c955 if (pdev->active_port == &pdev->usb3_port || !pdev->gadget.lpm_capable) in cdnsp_set_usb2_hardware_lpm()
1956 pdev->gadget.lpm_capable = 1; in __cdnsp_gadget_init()
/linux/include/linux/
H A Dusb.h703 unsigned lpm_capable:1; member
/linux/drivers/usb/core/
H A Dsysfs.c663 udev->lpm_capable == 1) in add_power_attributes()