Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-pci.c299 xhci->quirks |= XHCI_SNPS_BROKEN_SUSPEND; in xhci_pci_quirks()
H A Dxhci.h1625 #define XHCI_SNPS_BROKEN_SUSPEND BIT_ULL(35) macro
H A Dxhci.c963 if ((xhci->quirks & XHCI_SNPS_BROKEN_SUSPEND) && in xhci_suspend()