Home
last modified time | relevance | path

Searched refs:cpufv_disabled (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/platform/x86/
Deeepc-laptop.c155 bool cpufv_disabled; member
375 if (eeepc->cpufv_disabled) in cpufv_store()
396 return sprintf(buf, "%d\n", eeepc->cpufv_disabled); in cpufv_disabled_show()
412 if (eeepc->cpufv_disabled) in cpufv_disabled_store()
414 eeepc->cpufv_disabled = false; in cpufv_disabled_store()
426 static DEVICE_ATTR_RW(cpufv_disabled);
1276 eeepc->cpufv_disabled = true; in eeepc_dmi_check()