Searched refs:acpi_ec_read (Results 1 – 2 of 2) sorted by relevance
/drivers/platform/x86/ |
D | thinkpad_acpi.c | 655 static int acpi_ec_read(int i, u8 *p) in acpi_ec_read() function 6311 if (!acpi_ec_read(t + idx, &tmp)) in thermal_get_sensor() 6519 if (!acpi_ec_read(TP_EC_FUNCREV, &ver)) in thermal_init() 6524 if (acpi_ec_read(TP_EC_THERMAL_TMP0 + i, &t)) { in thermal_init() 6531 if (acpi_ec_read(TP_EC_THERMAL_TMP8 + i, &t)) { in thermal_init() 6719 if (unlikely(!acpi_ec_read(TP_EC_BACKLIGHT, &lec))) in tpacpi_brightness_checkpoint_nvram() 6755 if (unlikely(!acpi_ec_read(TP_EC_BACKLIGHT, &lec))) in tpacpi_brightness_get_raw() 6770 if (unlikely(!acpi_ec_read(TP_EC_BACKLIGHT, &lec))) in tpacpi_brightness_set_ec() 7330 if (unlikely(!acpi_ec_read(TP_EC_AUDIO, &lec))) in tpacpi_volume_checkpoint_nvram() 7357 if (!acpi_ec_read(TP_EC_AUDIO, &s)) in volume_get_status_ec() [all …]
|
/drivers/acpi/ |
D | ec.c | 853 static int acpi_ec_read(struct acpi_ec *ec, u8 address, u8 *data) in acpi_ec_read() function 884 err = acpi_ec_read(first_ec, addr, &temp_data); in ec_read() 1308 acpi_ec_read(ec, address, value) : in acpi_ec_space_handler()
|