| /Linux-v5.4/arch/mips/bcm47xx/ | 
| D | leds.c | 32 static const struct gpio_led38 static const struct gpio_led
 47 static const struct gpio_led
 53 static const struct gpio_led
 59 static const struct gpio_led
 64 static const struct gpio_led
 71 static const struct gpio_led
 76 static const struct gpio_led
 81 static const struct gpio_led
 86 static const struct gpio_led
 [all …]
 
 | 
| /Linux-v5.4/arch/mips/ar7/ | 
| D | platform.c | 336 static const struct gpio_led default_leds[] = {344 static const struct gpio_led titan_leds[] = {
 349 static const struct gpio_led dsl502t_leds[] = {
 367 static const struct gpio_led dg834g_leds[] = {
 396 static const struct gpio_led fb_sl_leds[] = {
 423 static const struct gpio_led fb_fon_leds[] = {
 449 static const struct gpio_led gt701_leds[] = {
 
 | 
| /Linux-v5.4/sound/pci/hda/ | 
| D | patch_conexant.c | 42 	unsigned int gpio_led;  member617 	unsigned int oldval = spec->gpio_led;  in cxt_update_gpio_led()
 623 		spec->gpio_led |= mask;  in cxt_update_gpio_led()
 625 		spec->gpio_led &= ~mask;  in cxt_update_gpio_led()
 627 			mask, led_on, spec->gpio_led);  in cxt_update_gpio_led()
 628 	if (spec->gpio_led != oldval)  in cxt_update_gpio_led()
 630 				    spec->gpio_led);  in cxt_update_gpio_led()
 664 		spec->gpio_led = 0;  in cxt_fixup_mute_led_gpio()
 671 	if (spec->gpio_led)  in cxt_fixup_mute_led_gpio()
 673 				    spec->gpio_led);  in cxt_fixup_mute_led_gpio()
 
 | 
| D | patch_sigmatel.c | 186 	unsigned int gpio_led;  member374 	if (!spec->gpio_led)  in stac_update_led_status()
 383 			spec->gpio_data |= spec->gpio_led;  in stac_update_led_status()
 385 			spec->gpio_data &= ~spec->gpio_led;  in stac_update_led_status()
 708 	if (spec->gpio_led)  in set_hp_led_gpio()
 714 		spec->gpio_led = 0x08; /* GPIO 3 */  in set_hp_led_gpio()
 716 		spec->gpio_led = 0x01; /* GPIO 0 */  in set_hp_led_gpio()
 744 	if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) {  in find_mute_led_cfg()
 753 			   &spec->gpio_led) == 2) {  in find_mute_led_cfg()
 758 			if (spec->gpio_led < max_gpio)  in find_mute_led_cfg()
 [all …]
 
 | 
| /Linux-v5.4/drivers/leds/ | 
| D | leds-gpio.c | 74 static int create_gpio_led(const struct gpio_led *template,  in create_gpio_led()151 		struct gpio_led led = {};  in gpio_leds_create()
 203 					    const struct gpio_led *template)  in gpio_led_get_gpiod()
 263 			const struct gpio_led *template = &pdata->leds[i];  in gpio_led_probe()
 
 | 
| /Linux-v5.4/arch/mips/include/asm/mach-bcm63xx/ | 
| D | board_bcm963xx.h | 45 	struct gpio_led leds[5];
 | 
| /Linux-v5.4/arch/mips/loongson32/ls1b/ | 
| D | board.c | 15 static const struct gpio_led ls1x_gpio_leds[] __initconst = {
 | 
| /Linux-v5.4/arch/arm/mach-orion5x/ | 
| D | board-d2net.c | 57 static struct gpio_led d2net_leds[] = {
 | 
| D | dns323-setup.c | 254 static struct gpio_led dns323ab_leds[] = {271 static struct gpio_led dns323c_leds[] = {
 
 | 
| /Linux-v5.4/arch/arm/mach-pxa/ | 
| D | csb701.c | 27 static struct gpio_led csb701_leds[] = {
 | 
| D | pcm027.c | 177 static struct gpio_led pcm027_led[] = {
 | 
| D | palmtreo.c | 340 static struct gpio_led treo680_gpio_leds[] = {363 static struct gpio_led centro_gpio_leds[] = {
 
 | 
| D | colibri-pxa270-income.c | 97 struct gpio_led income_gpio_leds[] = {
 | 
| /Linux-v5.4/arch/x86/platform/geode/ | 
| D | geos.c | 53 static struct gpio_led geos_leds[] = {
 | 
| D | net5501.c | 55 static struct gpio_led net5501_leds[] = {
 | 
| D | alix.c | 69 static struct gpio_led alix_leds[] = {
 | 
| /Linux-v5.4/arch/sh/boards/mach-rsk/ | 
| D | devices-rsk7203.c | 50 static struct gpio_led rsk7203_gpio_leds[] = {
 | 
| /Linux-v5.4/arch/arm/mach-sa1100/ | 
| D | hackkit.c | 139 struct gpio_led hackkit_gpio_leds[] = {
 | 
| D | cerf.c | 60 struct gpio_led cerf_gpio_leds[] = {
 | 
| /Linux-v5.4/include/linux/ | 
| D | leds.h | 508 struct gpio_led {  struct526 	const struct gpio_led *leds;  argument
 
 | 
| /Linux-v5.4/arch/unicore32/kernel/ | 
| D | gpio.c | 23 static const struct gpio_led puv3_gpio_leds[] = {
 | 
| /Linux-v5.4/arch/arm/mach-s3c64xx/ | 
| D | mach-smartq5.c | 31 static struct gpio_led smartq5_leds[] = {
 | 
| D | mach-smartq7.c | 31 static struct gpio_led smartq7_leds[] = {
 | 
| /Linux-v5.4/arch/arm/mach-imx/ | 
| D | mx31lite-db.c | 124 static const struct gpio_led litekit_leds[] __initconst = {
 | 
| /Linux-v5.4/arch/arm/mach-omap1/ | 
| D | board-osk.c | 170 static const struct gpio_led tps_leds[] = {388 static const struct gpio_led mistral_gpio_led_pins[] = {
 
 |