Searched refs:distrust_firmware (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/host/
H A Dohci-hcd.c118 static bool distrust_firmware = 1; variable
119 module_param (distrust_firmware, bool, 0);
120 MODULE_PARM_DESC (distrust_firmware,
501 if (distrust_firmware)
H A Du132-hcd.c77 static bool distrust_firmware = 1; variable
78 module_param(distrust_firmware, bool, 0);
79 MODULE_PARM_DESC(distrust_firmware, "true to distrust firmware power/overcurren"
1760 } else if ((u132->flags & OHCI_QUIRK_AMD756) || distrust_firmware) {
/drivers/usb/misc/
H A Dftdi-elan.c56 static bool distrust_firmware = 1; variable
57 module_param(distrust_firmware, bool, 0);
58 MODULE_PARM_DESC(distrust_firmware, "true to distrust firmware power/overcurren"
2468 } else if ((quirk & OHCI_QUIRK_AMD756) || distrust_firmware) {

Completed in 148 milliseconds