Home
last modified time | relevance | path

Searched refs:XHCI_SSIC_PORT_UNUSED (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dxhci-pci.c159 xhci->quirks |= XHCI_SSIC_PORT_UNUSED; in xhci_pci_quirks()
386 if (xhci->quirks & XHCI_SSIC_PORT_UNUSED) in xhci_pci_suspend()
390 if (ret && (xhci->quirks & XHCI_SSIC_PORT_UNUSED)) in xhci_pci_suspend()
423 if (xhci->quirks & XHCI_SSIC_PORT_UNUSED) in xhci_pci_resume()
Dxhci.h1574 #define XHCI_SSIC_PORT_UNUSED (1 << 22) macro