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

/linux-4.1.27/drivers/usb/core/
H A Dusb-acpi.c23 * usb_acpi_power_manageable - check whether usb port has
30 bool usb_acpi_power_manageable(struct usb_device *hdev, int index) usb_acpi_power_manageable() function
42 EXPORT_SYMBOL_GPL(usb_acpi_power_manageable); variable
51 * Notice to use usb_acpi_power_manageable() to check whether the usb port
/linux-4.1.27/drivers/usb/host/
H A Dxhci-hub.c926 temp = usb_acpi_power_manageable(hcd->self.root_hub, xhci_hub_control()
1036 temp = usb_acpi_power_manageable(hcd->self.root_hub, xhci_hub_control()
/linux-4.1.27/include/linux/
H A Dusb.h651 extern bool usb_acpi_power_manageable(struct usb_device *hdev, int index);
655 static inline bool usb_acpi_power_manageable(struct usb_device *hdev, int index) usb_acpi_power_manageable() function

Completed in 152 milliseconds