Lines Matching defs:quirks

38 static unsigned long long quirks;
39 module_param(quirks, ullong, S_IRUGO);
40 MODULE_PARM_DESC(quirks, "Bit flags for quirks to be enabled as default");
199 if (xhci->quirks & XHCI_INTEL_HOST)
206 if (xhci->quirks & XHCI_ASMEDIA_MODIFY_FLOWCONTROL)
250 if (!(xhci->quirks & XHCI_ZERO_64B_REGS) || !domain ||
378 if (xhci->quirks & XHCI_PLAT)
418 if (xhci->quirks & XHCI_PLAT)
426 if (xhci->quirks & XHCI_BROKEN_MSI)
593 xhci->quirks |= XHCI_LINK_TRB_QUIRK;
603 xhci->quirks |= XHCI_COMP_MODE_QUIRK;
622 if (xhci->quirks & XHCI_NEC_HOST)
688 if (xhci->quirks & XHCI_NEC_HOST) {
747 if ((xhci->quirks & XHCI_COMP_MODE_QUIRK) &&
755 if (xhci->quirks & XHCI_AMD_PLL_FIX)
787 if (xhci->quirks & XHCI_SPURIOUS_REBOOT)
808 if (xhci->quirks & XHCI_SPURIOUS_WAKEUP ||
809 xhci->quirks & XHCI_RESET_TO_DEFAULT)
1026 if (xhci->quirks & XHCI_SUSPEND_DELAY)
1041 delay *= (xhci->quirks & XHCI_SLOW_SUSPEND) ? 10 : 1;
1071 if ((xhci->quirks & XHCI_SNPS_BROKEN_SUSPEND) &&
1087 if ((xhci->quirks & XHCI_COMP_MODE_QUIRK) &&
1135 if (hibernated || xhci->quirks & XHCI_RESET_ON_RESUME || xhci->broken_suspend)
1183 if ((xhci->quirks & XHCI_COMP_MODE_QUIRK) &&
1285 if ((xhci->quirks & XHCI_COMP_MODE_QUIRK) && !comp_timer_running)
1288 if (xhci->quirks & XHCI_ASMEDIA_MODIFY_FLOWCONTROL)
1842 if (xhci->quirks & XHCI_MTK_HOST)
1941 if (xhci->quirks & XHCI_MTK_HOST) {
2821 if ((xhci->quirks & XHCI_EP_LIMIT_QUIRK) &&
2829 if ((xhci->quirks & XHCI_SW_BW_CHECKING) && !ctx_change &&
2831 if ((xhci->quirks & XHCI_EP_LIMIT_QUIRK))
2852 if ((xhci->quirks & XHCI_EP_LIMIT_QUIRK))
2872 if ((xhci->quirks & XHCI_EP_LIMIT_QUIRK)) {
3103 if (!(xhci->quirks & XHCI_RESET_EP_QUIRK)) {
3489 if ((xhci->quirks & XHCI_BROKEN_STREAMS) ||
3876 if ((xhci->quirks & XHCI_EP_LIMIT_QUIRK)) {
3936 if (xhci->quirks & XHCI_RESET_ON_RESUME)
4073 if ((xhci->quirks & XHCI_EP_LIMIT_QUIRK)) {
4105 if (xhci->quirks & XHCI_RESET_ON_RESUME)
4471 if (xhci->quirks & XHCI_HW_LPM_DISABLE)
4727 if (xhci->quirks & XHCI_INTEL_HOST)
4791 if (xhci->quirks & XHCI_INTEL_HOST)
4892 if (xhci->quirks & XHCI_INTEL_HOST)
5030 if (!xhci || !(xhci->quirks & XHCI_LPM_SUPPORT) ||
5062 if (!xhci || !(xhci->quirks & XHCI_LPM_SUPPORT) ||
5214 * quirks
5299 xhci->quirks |= quirks;
5308 xhci->quirks |= XHCI_SPURIOUS_SUCCESS;
5331 if (xhci->quirks & XHCI_NO_64BIT_SUPPORT)
5359 xhci_info(xhci, "hcc params 0x%08x hci version 0x%x quirks 0x%016llx\n",
5360 xhci->hcc_params, xhci->hci_version, xhci->quirks);