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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-hcd.c104 static int distrust_firmware = 1; variable
105 module_param (distrust_firmware, bool, 0);
106 MODULE_PARM_DESC (distrust_firmware,
608 } else if ((ohci->flags & OHCI_QUIRK_AMD756) || distrust_firmware) {
H A Dohci-omap.c260 distrust_firmware = 0;
H A Du132-hcd.c72 static int distrust_firmware = 1; variable
73 module_param(distrust_firmware, bool, 0);
74 MODULE_PARM_DESC(distrust_firmware, "true to distrust firmware power/overcurren"
1768 } else if ((u132->flags & OHCI_QUIRK_AMD756) || distrust_firmware) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dftdi-elan.c55 static int distrust_firmware = 1; variable
56 module_param(distrust_firmware, bool, 0);
57 MODULE_PARM_DESC(distrust_firmware, "true to distrust firmware power/overcurren"
2483 } else if ((quirk & OHCI_QUIRK_AMD756) || distrust_firmware) {

Completed in 122 milliseconds