Searched refs:acpi_ec_read (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 693 static int acpi_ec_read(int i, u8 *p) in acpi_ec_read() function 6030 if (!acpi_ec_read(TP_EC_FUNCREV, &ver)) in thermal_read_mode_check() 6045 if (acpi_ec_read(TP_EC_THERMAL_TMP0 + i, &t)) { in thermal_read_mode_check() 6052 if (acpi_ec_read(TP_EC_THERMAL_TMP8 + i, &t)) { in thermal_read_mode_check() 6112 if (!acpi_ec_read(t + idx, &tmp)) in thermal_get_sensor() 6127 if (!acpi_ec_read(t, &tmp)) in thermal_get_sensor() 6468 if (unlikely(!acpi_ec_read(TP_EC_BACKLIGHT, &lec))) in tpacpi_brightness_checkpoint_nvram() 6505 if (unlikely(!acpi_ec_read(TP_EC_BACKLIGHT, &lec))) in tpacpi_brightness_get_raw() 6521 if (unlikely(!acpi_ec_read(TP_EC_BACKLIGHT, &lec))) in tpacpi_brightness_set_ec() 7081 if (unlikely(!acpi_ec_read(TP_EC_AUDIO, &lec))) in tpacpi_volume_checkpoint_nvram() [all …]
|
/linux/drivers/acpi/ |
H A D | ec.c | 864 static int acpi_ec_read(struct acpi_ec *ec, u8 address, u8 *data) in acpi_ec_read() function 918 err = acpi_ec_read(first_ec, addr, &temp_data); in ec_read()
|