Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dusb.h835 static inline bool usb_device_supports_ltm(struct usb_device *udev) in usb_device_supports_ltm() function
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhub.c3141 if (!usb_device_supports_ltm(hcd->self.root_hub) || in usb_disable_ltm()
3142 !usb_device_supports_ltm(udev)) in usb_disable_ltm()
3163 if (!usb_device_supports_ltm(hcd->self.root_hub) || in usb_enable_ltm()
3164 !usb_device_supports_ltm(udev)) in usb_enable_ltm()
H A Dsysfs.c327 if (usb_device_supports_ltm(to_usb_device(dev))) in ltm_capable_show()