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 and buttons
7 * Copyright (C) 2008-2009 Tower Technologies
12 * and Philip Prindeville <philipp@redfish-solutions.com>
19 #include <linux/leds.h>
23 #include <linux/gpio/machine.h>
33 .gpio = 24,
49 .name = "gpio-keys-polled",
59 .default_trigger = "default-on",
65 .leds = net5501_leds,
69 .dev_id = "leds-gpio",
72 GPIO_LOOKUP_IDX("cs5535-gpio", 6, NULL, 0, GPIO_ACTIVE_HIGH),
78 .name = "leds-gpio",
79 .id = -1,
90 /* Setup LED control through leds-gpio driver */ in register_net5501()
112 rombase = ioremap(BIOS_REGION_BASE, BIOS_REGION_SIZE - 1); in net5501_present()