Searched refs:force_load (Results 1 – 5 of 5) sorted by relevance
52 static bool force_load; variable53 module_param(force_load, bool, 0444);54 MODULE_PARM_DESC(force_load, "Force load this driver on supported older platforms (experimental)");426 if (id->driver_data == 0x100 && !force_load) in amd_pmf_probe()
3512 static unsigned int force_load __initdata;3655 return intel_pstate_has_acpi_ppc() && !force_load; in intel_pstate_platform_pwr_mgmt_exists()3929 force_load = 1; in intel_pstate_setup()
11308 static bool force_load; variable11628 if (!is_thinkpad && !force_load) in probe_for_thinkpad()11788 module_param(force_load, bool, 0444);11789 MODULE_PARM_DESC(force_load,
499 unsigned int force_load; variable1259 force_load++; in probe_platform_features()1282 if (force_load && !platform) { in probe_platform_features()11080 force_load++; in cmdline()
1632 the module parameter force_load=1. Regardless of whether this works or