Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci-pci.c197 xhci->quirks |= XHCI_BROKEN_D3COLD; in xhci_pci_quirks()
612 if (xhci->quirks & (XHCI_COMP_MODE_QUIRK | XHCI_BROKEN_D3COLD)) in xhci_pci_suspend()
Dxhci.h1898 #define XHCI_BROKEN_D3COLD BIT_ULL(41) macro