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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-hcd.c125 static int distrust_firmware = 1; variable
126 module_param (distrust_firmware, bool, 0);
127 MODULE_PARM_DESC (distrust_firmware,
504 if (distrust_firmware)
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"
1758 } else if ((u132->flags & OHCI_QUIRK_AMD756) || distrust_firmware) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Dohci-hcd.c125 static int distrust_firmware = 1; variable
126 module_param (distrust_firmware, bool, 0);
127 MODULE_PARM_DESC (distrust_firmware,
504 if (distrust_firmware)
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"
1758 } else if ((u132->flags & OHCI_QUIRK_AMD756) || distrust_firmware) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/misc/
H A 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"
2465 } else if ((quirk & OHCI_QUIRK_AMD756) || distrust_firmware) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/misc/
H A 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"
2465 } else if ((quirk & OHCI_QUIRK_AMD756) || distrust_firmware) {

Completed in 194 milliseconds