Home
last modified time | relevance | path

Searched refs:force_bios (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dacerhdf.c78 static char force_bios[16]; variable
97 module_param_string(force_bios, force_bios, 16, 0);
98 MODULE_PARM_DESC(force_bios, "Pretend system has this known supported BIOS version");
632 if (force_bios[0]) { in acerhdf_check_hardware()
633 version = force_bios; in acerhdf_check_hardware()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dacerhdf.c80 static char force_bios[16]; variable
96 module_param_string(force_bios, force_bios, 16, 0);
97 MODULE_PARM_DESC(force_bios, "Pretend system has this known supported BIOS version");
584 if (force_bios[0]) { in acerhdf_check_hardware()
585 version = force_bios; in acerhdf_check_hardware()

Completed in 4 milliseconds