Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dusb.h877 static inline bool usb_device_supports_ltm(struct usb_device *udev) in usb_device_supports_ltm() function
/linux/drivers/usb/core/
H A Dhub.c3354 if (!usb_device_supports_ltm(hcd->self.root_hub) || in usb_disable_ltm()
3355 !usb_device_supports_ltm(udev)) in usb_disable_ltm()
3376 if (!usb_device_supports_ltm(hcd->self.root_hub) || in usb_enable_ltm()
3377 !usb_device_supports_ltm(udev)) in usb_enable_ltm()
H A Dsysfs.c306 if (usb_device_supports_ltm(to_usb_device(dev))) in ltm_capable_show()