Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-plat.c368 xhci->quirks |= XHCI_U2_BROKEN_SUSPEND; in xhci_plat_probe()
H A Dxhci-hub.c1679 } else if ((xhci->quirks & XHCI_U2_BROKEN_SUSPEND) && in xhci_bus_suspend()
H A Dxhci.h1911 #define XHCI_U2_BROKEN_SUSPEND BIT_ULL(45) macro