Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-pci.c133 xhci->quirks |= XHCI_NEC_HOST; in xhci_pci_quirks()
Dxhci.h1614 #define XHCI_NEC_HOST (1 << 2) macro
Dxhci-ring.c1241 if (!(xhci->quirks & XHCI_NEC_HOST)) { in xhci_handle_cmd_nec_get_fw()
1467 if (trb_type == TRB_NEC_CMD_COMP && (xhci->quirks & XHCI_NEC_HOST)) in handle_vendor_event()
Dxhci.c576 if (xhci->quirks & XHCI_NEC_HOST) in xhci_run_finished()
653 if (xhci->quirks & XHCI_NEC_HOST) { in xhci_run()