Searched refs:distrust_firmware (Results 1 – 3 of 3) sorted by relevance
102 static bool distrust_firmware; variable103 module_param (distrust_firmware, bool, 0);104 MODULE_PARM_DESC (distrust_firmware,459 if (distrust_firmware) in ohci_init()
76 static bool distrust_firmware = 1; variable77 module_param(distrust_firmware, bool, 0);78 MODULE_PARM_DESC(distrust_firmware, "true to distrust firmware power/overcurren"1756 } else if ((u132->flags & OHCI_QUIRK_AMD756) || distrust_firmware) { in u132_run()
59 static bool distrust_firmware = 1; variable60 module_param(distrust_firmware, bool, 0);61 MODULE_PARM_DESC(distrust_firmware,2437 } else if ((quirk & OHCI_QUIRK_AMD756) || distrust_firmware) { in ftdi_elan_check_controller()