Searched refs:distrust_firmware (Results 1 – 3 of 3) sorted by relevance
105 static bool distrust_firmware = true; variable106 module_param (distrust_firmware, bool, 0);107 MODULE_PARM_DESC (distrust_firmware,463 if (distrust_firmware) in ohci_init()
72 static bool distrust_firmware = true; variable73 module_param(distrust_firmware, bool, 0);74 MODULE_PARM_DESC(distrust_firmware, "true to distrust firmware power/overcurren"1748 } else if ((u132->flags & OHCI_QUIRK_AMD756) || distrust_firmware) { in u132_run()
55 static bool distrust_firmware = 1; variable56 module_param(distrust_firmware, bool, 0);57 MODULE_PARM_DESC(distrust_firmware,2364 } else if ((quirk & OHCI_QUIRK_AMD756) || distrust_firmware) { in ftdi_elan_check_controller()