Home
last modified time | relevance | path

Searched refs:XHCI_ETRON_HOST (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-pci.c421 xhci->quirks |= XHCI_ETRON_HOST; in xhci_pci_quirks()
H A Dxhci-ring.c2621 return xhci->quirks & XHCI_ETRON_HOST && in xhci_spurious_success_tx_event()
3793 if ((xhci->quirks & XHCI_ETRON_HOST) && in xhci_queue_ctrl_tx()
H A Dxhci.h1645 #define XHCI_ETRON_HOST BIT_ULL(49) macro
H A Dxhci.c3962 if (xhci->quirks & XHCI_ETRON_HOST) { in xhci_discover_or_reset_device()