Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-pci.c363 xhci->quirks |= XHCI_SSIC_PORT_UNUSED; in xhci_pci_quirks()
791 if (xhci->quirks & XHCI_SSIC_PORT_UNUSED) in xhci_pci_suspend()
802 if (ret && (xhci->quirks & XHCI_SSIC_PORT_UNUSED)) in xhci_pci_suspend()
836 if (xhci->quirks & XHCI_SSIC_PORT_UNUSED) in xhci_pci_resume()
Dxhci.h1599 #define XHCI_SSIC_PORT_UNUSED BIT_ULL(22) macro