Searched refs:acpi_evalf (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/platform/x86/ |
D | thinkpad_acpi.c | 565 static int acpi_evalf(acpi_handle handle, in acpi_evalf() function 651 if (!acpi_evalf(ecrd_handle, &v, NULL, "dd", i)) in acpi_ec_read() 665 if (!acpi_evalf(ecwr_handle, NULL, NULL, "vdd", i, v)) in acpi_ec_write() 680 if (!acpi_evalf(cmos_handle, NULL, NULL, "vd", cmos_cmd)) in issue_thinkpad_cmos_command() 1102 if (acpi_evalf(hkey_handle, NULL, "PWMS", "qvd", 0)) in tpacpi_disable_brightness_delay() 2095 if (!acpi_evalf(hkey_handle, &status, "WLSW", "d")) in hotkey_get_wlsw() 2189 if (!acpi_evalf(hkey_handle, &s, "MHKG", "d")) in hotkey_get_tablet_mode() 2195 if (!acpi_evalf(hkey_handle, &s, "GMMS", "dd", 0)) in hotkey_get_tablet_mode() 2220 if (!acpi_evalf(hkey_handle, &m, "DHKN", "d")) in hotkey_mask_get() 2264 if (!acpi_evalf(hkey_handle, in hotkey_mask_set() [all …]
|