Searched refs:topstar (Results 1 – 3 of 3) sorted by relevance
46 struct topstar_laptop *topstar = container_of(led, in topstar_led_set() local63 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() argument87 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() argument99 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() argument138 if (!sparse_keymap_report_event(topstar->input, event, 1, true)) in topstar_input_notify()[all …]
120 obj-$(CONFIG_TOPSTAR_LAPTOP) += topstar-laptop.o
23704 F: drivers/platform/x86/topstar-laptop.c