Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dusb.h811 static inline bool usb_device_supports_ltm(struct usb_device *udev) in usb_device_supports_ltm() function
/linux-5.19.10/drivers/usb/core/
Dhub.c3197 if (!usb_device_supports_ltm(hcd->self.root_hub) || in usb_disable_ltm()
3198 !usb_device_supports_ltm(udev)) in usb_disable_ltm()
3219 if (!usb_device_supports_ltm(hcd->self.root_hub) || in usb_enable_ltm()
3220 !usb_device_supports_ltm(udev)) in usb_enable_ltm()
Dsysfs.c307 if (usb_device_supports_ltm(to_usb_device(dev))) in ltm_capable_show()