Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-pci.c398 if (driver_data && driver_data->quirks & XHCI_RENESAS_FW_QUIRK) { in xhci_pci_probe()
470 if (xhci->quirks & XHCI_RENESAS_FW_QUIRK) in xhci_pci_remove()
639 .quirks = XHCI_RENESAS_FW_QUIRK,
H A Dxhci.h1903 #define XHCI_RENESAS_FW_QUIRK BIT_ULL(36) macro