Searched refs:no_fwh_detect (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/char/hw_random/
H A Dintel-rng.c149 static __initdata int no_fwh_detect; variable
150 module_param(no_fwh_detect, int, 0);
151 MODULE_PARM_DESC(no_fwh_detect, "Skip FWH detection:\n"
312 PFX "RNG, try using the 'no_fwh_detect' option.\n";
314 if (no_fwh_detect)
344 if (no_fwh_detect < 0) {

Completed in 308 milliseconds