Lines Matching refs:system76_data

27 struct system76_data {  struct
69 static int system76_get(struct system76_data *data, char *method) in system76_get()
83 static int system76_get_index(struct system76_data *data, char *method, int index) in system76_get_index()
104 static int system76_get_object(struct system76_data *data, char *method, union acpi_object **obj) in system76_get_object()
132 static int system76_set(struct system76_data *data, char *method, int value) in system76_set()
294 struct system76_data *data; in ap_led_get()
297 data = container_of(led, struct system76_data, ap_led); in ap_led_get()
308 struct system76_data *data; in ap_led_set()
310 data = container_of(led, struct system76_data, ap_led); in ap_led_set()
317 struct system76_data *data; in kb_led_get()
319 data = container_of(led, struct system76_data, kb_led); in kb_led_get()
326 struct system76_data *data; in kb_led_set()
328 data = container_of(led, struct system76_data, kb_led); in kb_led_set()
340 struct system76_data *data; in kb_led_color_show()
343 data = container_of(led, struct system76_data, kb_led); in kb_led_color_show()
355 struct system76_data *data; in kb_led_color_store()
360 data = container_of(led, struct system76_data, kb_led); in kb_led_color_store()
389 static void kb_led_notify(struct system76_data *data) in kb_led_notify()
398 static void kb_led_hotkey_hardware(struct system76_data *data) in kb_led_hotkey_hardware()
410 static void kb_led_hotkey_toggle(struct system76_data *data) in kb_led_hotkey_toggle()
422 static void kb_led_hotkey_down(struct system76_data *data) in kb_led_hotkey_down()
440 static void kb_led_hotkey_up(struct system76_data *data) in kb_led_hotkey_up()
458 static void kb_led_hotkey_color(struct system76_data *data) in kb_led_hotkey_color()
483 const struct system76_data *data = drvdata; in thermal_is_visible()
507 struct system76_data *data = dev_get_drvdata(dev); in thermal_read()
551 struct system76_data *data = dev_get_drvdata(dev); in thermal_read_string()
620 static void input_key(struct system76_data *data, unsigned int code) in input_key()
632 struct system76_data *data; in system76_notify()
660 struct system76_data *data; in system76_add()
749 struct system76_data *data; in system76_remove()