Home
last modified time | relevance | path

Searched refs:voltage_failsafe_off (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/cpufreq/
H A De_powersaver.c47 static int voltage_failsafe_off; variable
277 if (!voltage_failsafe_off && max_voltage != current_voltage) { in eps_cpu_init()
279 pr_info("You can use voltage_failsafe_off option to disable this check.\n"); in eps_cpu_init()
410 module_param(voltage_failsafe_off, int, 0644);
411 MODULE_PARM_DESC(voltage_failsafe_off, "Disable current vs max voltage check");
/kernel/linux/linux-6.6/drivers/cpufreq/
H A De_powersaver.c47 static int voltage_failsafe_off; variable
277 if (!voltage_failsafe_off && max_voltage != current_voltage) { in eps_cpu_init()
279 pr_info("You can use voltage_failsafe_off option to disable this check.\n"); in eps_cpu_init()
410 module_param(voltage_failsafe_off, int, 0644);
411 MODULE_PARM_DESC(voltage_failsafe_off, "Disable current vs max voltage check");

Completed in 3 milliseconds