Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-plat.c254 xhci->quirks |= XHCI_BROKEN_PORT_PED; in xhci_plat_probe()
Dxhci-hub.c562 if (xhci->quirks & XHCI_BROKEN_PORT_PED) { in xhci_disable_port()
Dxhci.h1603 #define XHCI_BROKEN_PORT_PED BIT_ULL(25) macro