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,
3224 static unsigned int force_load __initdata;3367 return intel_pstate_has_acpi_ppc() && !force_load; in intel_pstate_platform_pwr_mgmt_exists()3557 force_load = 1; in intel_pstate_setup()
11079 static bool force_load;11394 if (!is_thinkpad && !force_load) in probe_for_thinkpad() 11550 module_param(force_load, bool, 0444);11551 MODULE_PARM_DESC(force_load,11078 static bool force_load; global() variable
1603 the module parameter force_load=1. Regardless of whether this works or