Home
last modified time | relevance | path

Searched refs:gpio_led (Results 1 – 25 of 87) sorted by relevance

1234

/Linux-v4.19/arch/mips/bcm47xx/
Dleds.c32 static const struct gpio_led
38 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-v4.19/arch/mips/ath79/
Ddev-leds-gpio.c20 struct gpio_led *leds) in ath79_register_leds_gpio()
24 struct gpio_led *p; in ath79_register_leds_gpio()
Ddev-leds-gpio.h19 struct gpio_led *leds);
Dmach-ap121.c29 static struct gpio_led ap121_leds_gpio[] __initdata = {
Dmach-ap81.c32 static struct gpio_led ap81_leds_gpio[] __initdata = {
Dmach-ubnt-xm.c37 static struct gpio_led ubnt_xm_leds_gpio[] __initdata = {
Dmach-db120.c45 static struct gpio_led db120_leds_gpio[] __initdata = {
Dmach-pb44.c65 static struct gpio_led pb44_leds_gpio[] __initdata = {
Dmach-ap136.c49 static struct gpio_led ap136_leds_gpio[] __initdata = {
/Linux-v4.19/arch/mips/ar7/
Dplatform.c349 static const struct gpio_led default_leds[] = {
357 static const struct gpio_led titan_leds[] = {
362 static const struct gpio_led dsl502t_leds[] = {
380 static const struct gpio_led dg834g_leds[] = {
409 static const struct gpio_led fb_sl_leds[] = {
436 static const struct gpio_led fb_fon_leds[] = {
462 static const struct gpio_led gt701_leds[] = {
/Linux-v4.19/sound/pci/hda/
Dpatch_conexant.c55 unsigned int gpio_led; member
643 unsigned int oldval = spec->gpio_led; in cxt_update_gpio_led()
649 spec->gpio_led &= ~mask; in cxt_update_gpio_led()
651 spec->gpio_led |= mask; in cxt_update_gpio_led()
652 if (spec->gpio_led != oldval) in cxt_update_gpio_led()
654 spec->gpio_led); in cxt_update_gpio_led()
685 codec_info(codec, "action: %d gpio_led: %d\n", action, spec->gpio_led); in cxt_fixup_mute_led_gpio()
689 spec->gpio_led = 0; in cxt_fixup_mute_led_gpio()
696 if (spec->gpio_led) in cxt_fixup_mute_led_gpio()
698 spec->gpio_led); in cxt_fixup_mute_led_gpio()
Dpatch_sigmatel.c198 unsigned int gpio_led; member
386 if (!spec->gpio_led) in stac_update_led_status()
395 spec->gpio_data |= spec->gpio_led; in stac_update_led_status()
397 spec->gpio_data &= ~spec->gpio_led; in stac_update_led_status()
720 if (spec->gpio_led) in set_hp_led_gpio()
726 spec->gpio_led = 0x08; /* GPIO 3 */ in set_hp_led_gpio()
728 spec->gpio_led = 0x01; /* GPIO 0 */ in set_hp_led_gpio()
756 if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) { in find_mute_led_cfg()
765 &spec->gpio_led) == 2) { in find_mute_led_cfg()
770 if (spec->gpio_led < max_gpio) in find_mute_led_cfg()
[all …]
/Linux-v4.19/arch/mips/include/asm/mach-bcm63xx/
Dboard_bcm963xx.h50 struct gpio_led leds[5];
/Linux-v4.19/arch/arm/mach-orion5x/
Dboard-d2net.c57 static struct gpio_led d2net_leds[] = {
/Linux-v4.19/arch/arm/mach-pxa/
Dcsb701.c27 static struct gpio_led csb701_leds[] = {
Dcolibri-pxa270-income.c89 struct gpio_led income_gpio_leds[] = {
Dpcm027.c180 static struct gpio_led pcm027_led[] = {
/Linux-v4.19/arch/mips/loongson32/ls1b/
Dboard.c43 static const struct gpio_led ls1x_gpio_leds[] __initconst = {
/Linux-v4.19/arch/x86/platform/geode/
Dgeos.c57 static struct gpio_led geos_leds[] = {
Dnet5501.c60 static struct gpio_led net5501_leds[] = {
/Linux-v4.19/include/linux/
Dleds.h414 struct gpio_led { struct
432 const struct gpio_led *leds; argument
/Linux-v4.19/drivers/leds/
Dleds-gpio.c78 static int create_gpio_led(const struct gpio_led *template, in create_gpio_led()
175 struct gpio_led led = {}; in gpio_leds_create()
/Linux-v4.19/arch/sh/boards/mach-rsk/
Ddevices-rsk7203.c53 static struct gpio_led rsk7203_gpio_leds[] = {
/Linux-v4.19/arch/unicore32/kernel/
Dgpio.c26 static const struct gpio_led puv3_gpio_leds[] = {
/Linux-v4.19/arch/arm/mach-s3c64xx/
Dmach-smartq5.c31 static struct gpio_led smartq5_leds[] = {

1234