Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dohci-hcd.c105 static bool distrust_firmware; variable
106 module_param (distrust_firmware, bool, 0);
107 MODULE_PARM_DESC (distrust_firmware,
461 if (distrust_firmware) in ohci_init()