Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/
Dthinkpad_acpi.c6003 static enum thermal_access_mode thermal_read_mode; variable
6098 switch (thermal_read_mode) { in thermal_get_sensor()
6169 if (thermal_read_mode == TPACPI_THERMAL_TPEC_16) in thermal_get_sensors()
6171 else if (thermal_read_mode == TPACPI_THERMAL_TPEC_12) in thermal_get_sensors()
6284 switch (thermal_read_mode) { in thermal_attr_is_visible()
6351 thermal_read_mode = thermal_read_mode_check(); in thermal_init()
6354 str_supported(thermal_read_mode != TPACPI_THERMAL_NONE), in thermal_init()
6355 thermal_read_mode); in thermal_init()
6357 return thermal_read_mode != TPACPI_THERMAL_NONE ? 0 : -ENODEV; in thermal_init()