Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dacerhdf.c79 static char force_product[16]; variable
99 module_param_string(force_product, force_product, 16, 0);
100 MODULE_PARM_DESC(force_product, "Pretend system is this known supported model");
638 if (force_product[0]) { in acerhdf_check_hardware()
639 product = force_product; in acerhdf_check_hardware()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dacerhdf.c81 static char force_product[16]; variable
98 module_param_string(force_product, force_product, 16, 0);
99 MODULE_PARM_DESC(force_product, "Pretend system is this known supported model");
590 if (force_product[0]) { in acerhdf_check_hardware()
591 product = force_product; in acerhdf_check_hardware()

Completed in 2 milliseconds