Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-pci.c303 xhci->quirks |= XHCI_SNPS_BROKEN_SUSPEND; in xhci_pci_quirks()
Dxhci.h1613 #define XHCI_SNPS_BROKEN_SUSPEND BIT_ULL(35) macro
Dxhci.c970 if ((xhci->quirks & XHCI_SNPS_BROKEN_SUSPEND) && in xhci_suspend()