Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-hcd.c105 static bool distrust_firmware; variable
106 module_param (distrust_firmware, bool, 0);
107 MODULE_PARM_DESC (distrust_firmware,
463 if (distrust_firmware) in ohci_init()
H A Du132-hcd.c72 static bool distrust_firmware = true; variable
73 module_param(distrust_firmware, bool, 0);
74 MODULE_PARM_DESC(distrust_firmware, "true to distrust firmware power/overcurrent"
1745 } else if ((u132->flags & OHCI_QUIRK_AMD756) || distrust_firmware) { in u132_run()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dftdi-elan.c55 static bool distrust_firmware = 1; variable
56 module_param(distrust_firmware, bool, 0);
57 MODULE_PARM_DESC(distrust_firmware,
2367 } else if ((quirk & OHCI_QUIRK_AMD756) || distrust_firmware) { in ftdi_elan_check_controller()
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo