Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-pci.c285 xhci->quirks |= XHCI_NEC_HOST; in xhci_pci_quirks()
Dxhci-ring.c1158 if (!(xhci->quirks & XHCI_NEC_HOST)) in xhci_handle_cmd_stop_ep()
1592 if (!(xhci->quirks & XHCI_NEC_HOST)) { in xhci_handle_cmd_nec_get_fw()
1841 if (trb_type == TRB_NEC_CMD_COMP && (xhci->quirks & XHCI_NEC_HOST)) in handle_vendor_event()
Dxhci.h1569 #define XHCI_NEC_HOST BIT_ULL(2) macro
Dxhci.c526 if (xhci->quirks & XHCI_NEC_HOST) in xhci_run_finished()
572 if (xhci->quirks & XHCI_NEC_HOST) { in xhci_run()