Lines Matching +full:gpio +full:- +full:leds
1 // SPDX-License-Identifier: GPL-2.0-only
4 * At the moment this means setup of GPIO control of LEDs.
8 * and Philip Prindeville <philipp@redfish-solutions.com>
10 * TODO: There are large similarities with leds-net5501.c
12 * In the future leds-net5501.c should be migrated over to platform
19 #include <linux/leds.h>
30 .gpio = 3,
46 .name = "gpio-keys-polled",
56 .gpio = 6,
57 .default_trigger = "default-on",
62 .gpio = 25,
63 .default_trigger = "default-off",
68 .gpio = 27,
69 .default_trigger = "default-off",
76 .leds = geos_leds,
80 .name = "leds-gpio",
81 .id = -1,
92 /* Setup LED control through leds-gpio driver */ in register_geos()