Searched refs:topstar (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | topstar-laptop.c | 25 #define TOPSTAR_LAPTOP_CLASS "topstar" 46 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 in topstar_led_exit() 136 topstar_input_notify(struct topstar_laptop *topstar, int event) topstar_input_notify() argument 142 topstar_input_init(struct topstar_laptop *topstar) topstar_input_init() argument 176 topstar_input_exit(struct topstar_laptop *topstar) topstar_input_exit() argument 191 topstar_platform_init(struct topstar_laptop *topstar) topstar_platform_init() argument 212 topstar_platform_exit(struct topstar_laptop *topstar) topstar_platform_exit() argument 237 struct topstar_laptop *topstar = acpi_driver_data(device); topstar_acpi_notify() local 254 topstar_acpi_init(struct topstar_laptop *topstar) topstar_acpi_init() argument 259 topstar_acpi_exit(struct topstar_laptop *topstar) topstar_acpi_exit() argument 290 struct topstar_laptop *topstar; topstar_acpi_add() local 337 struct topstar_laptop *topstar = acpi_driver_data(device); topstar_acpi_remove() local [all...] |
H A D | Makefile | 121 obj-$(CONFIG_TOPSTAR_LAPTOP) += topstar-laptop.o
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | topstar-laptop.c | 25 #define TOPSTAR_LAPTOP_CLASS "topstar" 46 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 in topstar_led_exit() 136 topstar_input_notify(struct topstar_laptop *topstar, int event) topstar_input_notify() argument 142 topstar_input_init(struct topstar_laptop *topstar) topstar_input_init() argument 176 topstar_input_exit(struct topstar_laptop *topstar) topstar_input_exit() argument 191 topstar_platform_init(struct topstar_laptop *topstar) topstar_platform_init() argument 212 topstar_platform_exit(struct topstar_laptop *topstar) topstar_platform_exit() argument 237 struct topstar_laptop *topstar = acpi_driver_data(device); topstar_acpi_notify() local 254 topstar_acpi_init(struct topstar_laptop *topstar) topstar_acpi_init() argument 259 topstar_acpi_exit(struct topstar_laptop *topstar) topstar_acpi_exit() argument 290 struct topstar_laptop *topstar; topstar_acpi_add() local 337 struct topstar_laptop *topstar = acpi_driver_data(device); topstar_acpi_remove() local [all...] |
H A D | Makefile | 108 obj-$(CONFIG_TOPSTAR_LAPTOP) += topstar-laptop.o
|
Completed in 2 milliseconds