Searched refs:force_load (Results 1 – 5 of 5) sorted by relevance
63 static bool force_load; variable64 module_param(force_load, bool, 0444);65 MODULE_PARM_DESC(force_load, "Force load this driver on supported older platforms (experimental)");476 if (id->driver_data == 0x100 && !force_load) in amd_pmf_probe()
3525 static unsigned int force_load __initdata;3668 return intel_pstate_has_acpi_ppc() && !force_load; in intel_pstate_platform_pwr_mgmt_exists()3949 force_load = 1; in intel_pstate_setup()
11633 static bool force_load; variable11953 if (!is_thinkpad && !force_load) in probe_for_thinkpad()12121 module_param(force_load, bool, 0444);12122 MODULE_PARM_DESC(force_load,
507 unsigned int force_load; variable1346 force_load++; in probe_platform_features()1369 if (force_load && !platform) { in probe_platform_features()11549 force_load++; in cmdline()
1714 the module parameter force_load=1. Regardless of whether this works or