Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci.h1567 #define XHCI_LINK_TRB_QUIRK BIT_ULL(0) macro
1752 return (xhci->quirks & XHCI_LINK_TRB_QUIRK) || in xhci_link_chain_quirk()
Dxhci.c479 xhci->quirks |= XHCI_LINK_TRB_QUIRK; in xhci_init()