Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/
Dsystem76_acpi.c33 struct system76_data { struct
76 static int system76_get(struct system76_data *data, char *method) in system76_get()
90 static int system76_get_index(struct system76_data *data, char *method, int index) in system76_get_index()
111 static int system76_get_object(struct system76_data *data, char *method, union acpi_object **obj) in system76_get_object()
139 static int system76_set(struct system76_data *data, char *method, int value) in system76_set()
301 struct system76_data *data; in ap_led_get()
304 data = container_of(led, struct system76_data, ap_led); in ap_led_get()
315 struct system76_data *data; in ap_led_set()
317 data = container_of(led, struct system76_data, ap_led); in ap_led_set()
324 struct system76_data *data; in kb_led_get()
[all …]