Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/platform/x86/
Dtoshiba_acpi.c183 int max_cooling_method; member
1244 dev->max_cooling_method = 0; in toshiba_cooling_method_available()
1256 dev->max_cooling_method = out[3]; in toshiba_cooling_method_available()
2297 return sprintf(buf, "%d %d\n", state, toshiba->max_cooling_method); in cooling_method_show()
2323 if (state < 0 || state > toshiba->max_cooling_method) in cooling_method_store()