Searched refs:acpi_ec_read (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/platform/x86/lenovo/ |
| H A D | thinkpad_acpi.c | 698 static int acpi_ec_read(int i, u8 *p) in acpi_ec_read() function 6050 if (!acpi_ec_read(TP_EC_FUNCREV, &ver)) in thermal_read_mode_check() 6065 if (acpi_ec_read(TP_EC_THERMAL_TMP0 + i, &t)) { in thermal_read_mode_check() 6072 if (acpi_ec_read(TP_EC_THERMAL_TMP8 + i, &t)) { in thermal_read_mode_check() 6132 if (!acpi_ec_read(t + idx, &tmp)) in thermal_get_sensor() 6147 if (!acpi_ec_read(t, &tmp)) in thermal_get_sensor() 6488 if (unlikely(!acpi_ec_read(TP_EC_BACKLIGHT, &lec))) in tpacpi_brightness_checkpoint_nvram() 6525 if (unlikely(!acpi_ec_read(TP_EC_BACKLIGHT, &lec))) in tpacpi_brightness_get_raw() 6541 if (unlikely(!acpi_ec_read(TP_EC_BACKLIGHT, &lec))) in tpacpi_brightness_set_ec() 7101 if (unlikely(!acpi_ec_read(TP_EC_AUDIO, &lec))) in tpacpi_volume_checkpoint_nvram() [all …]
|