Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/host/
Dxhci-pci.c193 xhci->quirks |= XHCI_BROKEN_D3COLD; in xhci_pci_quirks()
565 if (xhci->quirks & (XHCI_COMP_MODE_QUIRK | XHCI_BROKEN_D3COLD)) in xhci_pci_suspend()
Dxhci.h1897 #define XHCI_BROKEN_D3COLD BIT_ULL(41) macro