Lines Matching refs:acpi_evalf
73 static int acpi_evalf(acpi_handle handle, int *res, char *method, char *fmt, ...)
85 pr_err("acpi_evalf() called with empty format\n");
110 pr_err("acpi_evalf() called with invalid format character '%c'\n", c);
137 pr_err("acpi_evalf() called with invalid format character '%c'\n", res_type);
142 pr_err("acpi_evalf(%s, %s, ...) failed: %s\n",
150 if (!acpi_evalf(hotkey_handle, status, "GSWS", "d"))
313 if (!acpi_evalf(hotkey_handle, NULL, "VCBL", "vd", enable ? 1 : 0))
326 if (!acpi_evalf(hotkey_handle, &status, "ECBG", "d"))
340 if (!acpi_evalf(hotkey_handle, NULL, "ECBS", "vd", level))
353 if (!acpi_evalf(hotkey_handle, &status, "ECLL", "d"))
359 if (!acpi_evalf(hotkey_handle, &status, "ECSL", "d"))
402 if (!acpi_evalf(hotkey_handle, &status, "ECLL", "d"))
609 if (acpi_evalf(hotkey_handle, &status, "ECBG", "d")) {