Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Deeepc-laptop.c156 bool cpufv_disabled; member
376 if (eeepc->cpufv_disabled) in cpufv_store()
397 return sprintf(buf, "%d\n", eeepc->cpufv_disabled); in cpufv_disabled_show()
413 if (eeepc->cpufv_disabled) in cpufv_disabled_store()
415 eeepc->cpufv_disabled = false; in cpufv_disabled_store()
427 static DEVICE_ATTR_RW(cpufv_disabled);
1277 eeepc->cpufv_disabled = true; in eeepc_dmi_check()