Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dsystem76_acpi.c139 static int system76_set(struct system76_data *data, char *method, int value) in system76_set() function
318 return system76_set(data, "SAPL", value == LED_OFF ? 0 : 1); in ap_led_set()
338 return system76_set(data, "SKBB", (int)data->kb_brightness); in kb_led_set()
340 return system76_set(data, "SKBL", (int)data->kb_brightness); in kb_led_set()
378 system76_set(data, "SKBC", data->kb_color); in kb_led_color_store()
490 system76_set(data, "SKBC", data->kb_color); in kb_led_hotkey_color()
724 system76_set(data, "SKBC", data->kb_color); in system76_add()
735 system76_set(data, "SKBC", data->kb_color); in system76_add()