Searched refs:acpi_ec_read (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/platform/x86/lenovo/ |
| H A D | thinkpad_acpi.c | 693 static int acpi_ec_read(int i, u8 *p) in acpi_ec_read() function 6059 if (!acpi_ec_read(TP_EC_FUNCREV, &ver)) in thermal_read_mode_check() 6074 if (acpi_ec_read(TP_EC_THERMAL_TMP0 + i, &t)) { in thermal_read_mode_check() 6081 if (acpi_ec_read(TP_EC_THERMAL_TMP8 + i, &t)) { in thermal_read_mode_check() 6141 if (!acpi_ec_read(t + idx, &tmp)) in thermal_get_sensor() 6156 if (!acpi_ec_read(t, &tmp)) in thermal_get_sensor() 6497 if (unlikely(!acpi_ec_read(TP_EC_BACKLIGHT, &lec))) in tpacpi_brightness_checkpoint_nvram() 6534 if (unlikely(!acpi_ec_read(TP_EC_BACKLIGHT, &lec))) in tpacpi_brightness_get_raw() 6550 if (unlikely(!acpi_ec_read(TP_EC_BACKLIGHT, &lec))) in tpacpi_brightness_set_ec() 7110 if (unlikely(!acpi_ec_read(TP_EC_AUDIO, &lec))) in tpacpi_volume_checkpoint_nvram() [all …]
|
| /linux/drivers/acpi/ |
| H A D | ec.c | 867 static int acpi_ec_read(struct acpi_ec *ec, u8 address, u8 *data) in acpi_ec_read() function 921 err = acpi_ec_read(first_ec, addr, &temp_data); in ec_read()
|