Home
last modified time | relevance | path

Searched refs:set_usb2_hw_lpm (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dhcd.h407 int (*set_usb2_hw_lpm)(struct usb_hcd *, struct usb_device *, int); member
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Ddriver.c2013 if (hcd->driver->set_usb2_hw_lpm) { in usb_set_usb2_hardware_lpm()
2014 ret = hcd->driver->set_usb2_hw_lpm(hcd, udev, enable); in usb_set_usb2_hardware_lpm()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.c5427 .set_usb2_hw_lpm = xhci_set_usb2_hardware_lpm,