Searched refs:force_load (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/platform/x86/ |
| D | gigabyte-wmi.c | 16 static bool force_load; variable 17 module_param(force_load, bool, 0444); 18 MODULE_PARM_DESC(force_load, "Force loading on unknown platform"); 164 if (!force_load) in gigabyte_wmi_probe()
|
| D | thinkpad_acpi.c | 10730 static bool force_load; variable 11045 if (!is_thinkpad && !force_load) in probe_for_thinkpad() 11203 module_param(force_load, bool, 0444); 11204 MODULE_PARM_DESC(force_load,
|
| /Linux-v5.15/drivers/edac/ |
| D | ghes_edac.c | 55 static bool __read_mostly force_load; variable 56 module_param(force_load, bool, 0); 521 if (!force_load && idx < 0) in ghes_edac_register() 524 force_load = true; in ghes_edac_register() 646 if (!force_load) in ghes_edac_unregister()
|
| /Linux-v5.15/drivers/power/supply/ |
| D | sbs-battery.c | 243 static bool force_load; variable 1198 if (!(force_load || chip->gpio_detect)) { in sbs_probe() 1292 module_param(force_load, bool, 0444); 1293 MODULE_PARM_DESC(force_load,
|
| /Linux-v5.15/drivers/cpufreq/ |
| D | intel_pstate.c | 3015 static unsigned int force_load __initdata; 3158 return intel_pstate_has_acpi_ppc() && !force_load; in intel_pstate_platform_pwr_mgmt_exists() 3328 force_load = 1; in intel_pstate_setup()
|
| /Linux-v5.15/Documentation/admin-guide/laptops/ |
| D | thinkpad-acpi.rst | 1603 the module parameter force_load=1. Regardless of whether this works or
|