Home
last modified time | relevance | path

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

/drivers/usb/host/
Dohci-hcd.c121 static int distrust_firmware = 1; variable
122 module_param (distrust_firmware, bool, 0);
123 MODULE_PARM_DESC (distrust_firmware,
500 if (distrust_firmware) in ohci_init()
Du132-hcd.c77 static int distrust_firmware = 1; variable
78 module_param(distrust_firmware, bool, 0);
79 MODULE_PARM_DESC(distrust_firmware, "true to distrust firmware power/overcurren"
1763 } else if ((u132->flags & OHCI_QUIRK_AMD756) || distrust_firmware) { in u132_run()
/drivers/usb/misc/
Dftdi-elan.c56 static int distrust_firmware = 1; variable
57 module_param(distrust_firmware, bool, 0);
58 MODULE_PARM_DESC(distrust_firmware, "true to distrust firmware power/overcurren"
2467 } else if ((quirk & OHCI_QUIRK_AMD756) || distrust_firmware) { in ftdi_elan_check_controller()