Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dtopstar-laptop.c46 struct topstar_laptop *topstar = container_of(led, in topstar_led_set() local
63 status = acpi_evaluate_integer(topstar->device->handle, in topstar_led_set()
76 status = acpi_execute_simple_method(topstar->device->handle, in topstar_led_set()
85 static int topstar_led_init(struct topstar_laptop *topstar) in topstar_led_init() argument
87 topstar->led = (struct led_classdev) { in topstar_led_init()
94 return led_classdev_register(&topstar->platform->dev, &topstar->led); in topstar_led_init()
97 static void topstar_led_exit(struct topstar_laptop *topstar) in topstar_led_exit() argument
99 led_classdev_unregister(&topstar->led); in topstar_led_exit()
136 static void topstar_input_notify(struct topstar_laptop *topstar, int event) in topstar_input_notify() argument
138 if (!sparse_keymap_report_event(topstar->input, event, 1, true)) in topstar_input_notify()
[all …]
H A DMakefile120 obj-$(CONFIG_TOPSTAR_LAPTOP) += topstar-laptop.o
/linux/
H A DMAINTAINERS23704 F: drivers/platform/x86/topstar-laptop.c