Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/core/
Dusb-acpi.c26 bool usb_acpi_power_manageable(struct usb_device *hdev, int index) in usb_acpi_power_manageable() function
38 EXPORT_SYMBOL_GPL(usb_acpi_power_manageable);
/Linux-v5.10/include/linux/
Dusb.h752 extern bool usb_acpi_power_manageable(struct usb_device *hdev, int index);
756 static inline bool usb_acpi_power_manageable(struct usb_device *hdev, int index) in usb_acpi_power_manageable() function
/Linux-v5.10/drivers/usb/host/
Dxhci-hub.c595 temp = usb_acpi_power_manageable(hcd->self.root_hub, in xhci_set_port_power()