Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/platform/x86/
Dsystem76_acpi.c29 struct led_classdev ap_led; member
297 data = container_of(led, struct system76_data, ap_led); in ap_led_get()
310 data = container_of(led, struct system76_data, ap_led); in ap_led_set()
676 data->ap_led.name = "system76_acpi::airplane"; in system76_add()
677 data->ap_led.flags = LED_CORE_SUSPENDRESUME; in system76_add()
678 data->ap_led.brightness_get = ap_led_get; in system76_add()
679 data->ap_led.brightness_set_blocking = ap_led_set; in system76_add()
680 data->ap_led.max_brightness = 1; in system76_add()
681 data->ap_led.default_trigger = "rfkill-none"; in system76_add()
682 err = devm_led_classdev_register(&acpi_dev->dev, &data->ap_led); in system76_add()
[all …]