Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dtoshiba_acpi.c202 int max_cooling_method; member
1260 dev->max_cooling_method = 0; in toshiba_cooling_method_available()
1272 dev->max_cooling_method = out[3]; in toshiba_cooling_method_available()
2399 return sprintf(buf, "%d %d\n", state, toshiba->max_cooling_method); in cooling_method_show()
2425 if (state < 0 || state > toshiba->max_cooling_method) in cooling_method_store()