Lines Matching defs:acpi_evalf
65 static int acpi_evalf(acpi_handle handle, int *res, char *method, char *fmt, ...)
77 pr_err("acpi_evalf() called with empty format\n");
102 pr_err("acpi_evalf() called with invalid format character '%c'\n", c);
129 pr_err("acpi_evalf() called with invalid format character '%c'\n", res_type);
134 pr_err("acpi_evalf(%s, %s, ...) failed: %s\n",
142 if (!acpi_evalf(hotkey_handle, status, "GSWS", "d"))
302 if (!acpi_evalf(hotkey_handle, NULL, "VCBL", "vd", enable ? 1 : 0))
315 if (!acpi_evalf(hotkey_handle, &status, "ECBG", "d"))
329 if (!acpi_evalf(hotkey_handle, NULL, "ECBS", "vd", level))
342 if (!acpi_evalf(hotkey_handle, &status, "ECLL", "d"))
348 if (!acpi_evalf(hotkey_handle, &status, "ECSL", "d"))
392 if (!acpi_evalf(hotkey_handle, &status, "ECLL", "d"))
602 if (acpi_evalf(hotkey_handle, &status, "ECBG", "d")) {