Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dehci-hub.c149 if (ehci->has_hostpc) { in ehci_adjust_port_wakeup_flags()
185 if (ehci->has_hostpc) { in ehci_adjust_port_wakeup_flags()
282 if (changed && ehci->has_hostpc) { in ehci_bus_suspend()
387 if (ehci->bus_suspended && ehci->has_hostpc) { in ehci_bus_resume()
686 if (ehci->has_hostpc) in ehci_hub_control()
913 if (ehci->has_hostpc) { in ehci_hub_control()
Dehci.h161 unsigned has_hostpc:1; member
585 switch ((portsc >> (ehci->has_hostpc ? 25 : 26)) & 3) { in ehci_port_speed()
Dehci-hcd.c335 if (ehci->has_hostpc) { in ehci_reset()