Searched refs:force_load (Results 1 – 5 of 5) sorted by relevance
57 static bool force_load; variable58 module_param(force_load, bool, 0444);59 MODULE_PARM_DESC(force_load, "Force load this driver on supported older platforms (experimental)");364 if (id->driver_data == 0x100 && !force_load) in amd_pmf_probe()
243 static bool force_load; variable1198 if (!(force_load || chip->gpio_detect)) { in sbs_probe()1292 module_param(force_load, bool, 0444);1293 MODULE_PARM_DESC(force_load,
3209 static unsigned int force_load __initdata;3352 return intel_pstate_has_acpi_ppc() && !force_load; in intel_pstate_platform_pwr_mgmt_exists()3542 force_load = 1; in intel_pstate_setup()
10981 static bool force_load; variable11296 if (!is_thinkpad && !force_load) in probe_for_thinkpad()11452 module_param(force_load, bool, 0444);11453 MODULE_PARM_DESC(force_load,
1603 the module parameter force_load=1. Regardless of whether this works or