Home
last modified time | relevance | path

Searched refs:acpi_evalf (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/platform/loongarch/
H A Dloongson-laptop.c64 static int acpi_evalf(acpi_handle handle, int *res, char *method, char *fmt, ...) in acpi_evalf() function
141 if (!acpi_evalf(hotkey_handle, status, "GSWS", "d")) in hotkey_status_get()
301 if (!acpi_evalf(hotkey_handle, NULL, "VCBL", "vd", enable ? 1 : 0)) in hotkey_backlight_set()
314 if (!acpi_evalf(hotkey_handle, &status, "ECBG", "d")) in ec_get_brightness()
328 if (!acpi_evalf(hotkey_handle, NULL, "ECBS", "vd", level)) in ec_set_brightness()
341 if (!acpi_evalf(hotkey_handle, &status, "ECLL", "d")) in ec_backlight_level()
347 if (!acpi_evalf(hotkey_handle, &status, "ECSL", "d")) in ec_backlight_level()
417 if (!acpi_evalf(hotkey_handle, &status, "ECLL", "d")) in laptop_backlight_register()
603 if (acpi_evalf(hotkey_handle, &status, "ECBG", "d")) { in generic_acpi_laptop_init()