Searched refs:XHCI_RESET_EP_QUIRK (Results 1 – 3 of 3) sorted by relevance
121 xhci->quirks |= XHCI_RESET_EP_QUIRK; in xhci_pci_quirks()
1486 if (xhci->quirks & XHCI_RESET_EP_QUIRK) in xhci_handle_cmd_reset_ep()1565 if (xhci->quirks & XHCI_RESET_EP_QUIRK && in xhci_handle_cmd_config_ep()
1857 #define XHCI_RESET_EP_QUIRK BIT_ULL(1) macro