Lines Matching refs:system76_data

33 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()
326 data = container_of(led, struct system76_data, kb_led); in kb_led_get()
333 struct system76_data *data; in kb_led_set()
335 data = container_of(led, struct system76_data, kb_led); in kb_led_set()
351 struct system76_data *data; in kb_led_color_show()
354 data = container_of(led, struct system76_data, kb_led); in kb_led_color_show()
366 struct system76_data *data; in kb_led_color_store()
371 data = container_of(led, struct system76_data, kb_led); in kb_led_color_store()
400 static void kb_led_notify(struct system76_data *data) in kb_led_notify()
409 static void kb_led_hotkey_hardware(struct system76_data *data) in kb_led_hotkey_hardware()
426 static void kb_led_hotkey_toggle(struct system76_data *data) in kb_led_hotkey_toggle()
438 static void kb_led_hotkey_down(struct system76_data *data) in kb_led_hotkey_down()
456 static void kb_led_hotkey_up(struct system76_data *data) in kb_led_hotkey_up()
474 static void kb_led_hotkey_color(struct system76_data *data) in kb_led_hotkey_color()
500 const struct system76_data *data = drvdata; in thermal_is_visible()
524 struct system76_data *data = dev_get_drvdata(dev); in thermal_read()
568 struct system76_data *data = dev_get_drvdata(dev); in thermal_read_string()
637 static void input_key(struct system76_data *data, unsigned int code) in input_key()
649 struct system76_data *data; in system76_notify()
677 struct system76_data *data; in system76_add()
793 struct system76_data *data; in system76_remove()