Home
last modified time | relevance | path

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

123

/linux-6.1.9/arch/mips/bcm47xx/
Dleds.c32 static const struct gpio_led
40 static const struct gpio_led
46 static const struct gpio_led
55 static const struct gpio_led
61 static const struct gpio_led
67 static const struct gpio_led
72 static const struct gpio_led
79 static const struct gpio_led
84 static const struct gpio_led
89 static const struct gpio_led
[all …]
/linux-6.1.9/arch/mips/ar7/
Dplatform.c336 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-6.1.9/drivers/leds/
Dleds-gpio.c75 static int create_gpio_led(const struct gpio_led *template, in create_gpio_led()
147 struct gpio_led led = {}; in gpio_leds_create()
195 const struct gpio_led *template) in gpio_led_get_gpiod()
254 const struct gpio_led *template = &pdata->leds[i]; in gpio_led_probe()
/linux-6.1.9/sound/pci/hda/
Dpatch_conexant.c42 unsigned int gpio_led; member
163 spec->gpio_led); in cxt_init_gpio_led()
644 unsigned int oldval = spec->gpio_led; in cxt_update_gpio_led()
650 spec->gpio_led |= mask; in cxt_update_gpio_led()
652 spec->gpio_led &= ~mask; in cxt_update_gpio_led()
654 mask, led_on, spec->gpio_led); in cxt_update_gpio_led()
655 if (spec->gpio_led != oldval) in cxt_update_gpio_led()
657 spec->gpio_led); in cxt_update_gpio_led()
687 spec->gpio_led = 0; in cxt_setup_mute_led()
Dpatch_sigmatel.c186 unsigned int gpio_led; member
377 if (!spec->gpio_led) in stac_update_led_status()
386 spec->gpio_data |= spec->gpio_led; in stac_update_led_status()
388 spec->gpio_data &= ~spec->gpio_led; in stac_update_led_status()
715 if (spec->gpio_led) in set_hp_led_gpio()
721 spec->gpio_led = 0x08; /* GPIO 3 */ in set_hp_led_gpio()
723 spec->gpio_led = 0x01; /* GPIO 0 */ in set_hp_led_gpio()
751 if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) { in find_mute_led_cfg()
760 &spec->gpio_led) == 2) { in find_mute_led_cfg()
765 if (spec->gpio_led < max_gpio) in find_mute_led_cfg()
[all …]
/linux-6.1.9/arch/mips/include/asm/mach-bcm63xx/
Dboard_bcm963xx.h45 struct gpio_led leds[5];
/linux-6.1.9/arch/mips/loongson32/ls1b/
Dboard.c15 static const struct gpio_led ls1x_gpio_leds[] __initconst = {
/linux-6.1.9/arch/arm/mach-orion5x/
Dboard-d2net.c54 static struct gpio_led d2net_leds[] = {
Ddns323-setup.c254 static struct gpio_led dns323ab_leds[] = {
271 static struct gpio_led dns323c_leds[] = {
Dls_hgl-setup.c86 static struct gpio_led ls_hgl_led_pins[] = {
/linux-6.1.9/arch/arm/mach-pxa/
Dcsb701.c27 static struct gpio_led csb701_leds[] = {
Dpcm027.c177 static struct gpio_led pcm027_led[] = {
Dpalmtreo.c340 static struct gpio_led treo680_gpio_leds[] = {
363 static struct gpio_led centro_gpio_leds[] = {
Dcolibri-pxa270-income.c96 struct gpio_led income_gpio_leds[] = {
/linux-6.1.9/arch/x86/platform/geode/
Dgeos.c54 static struct gpio_led geos_leds[] = {
Dnet5501.c56 static struct gpio_led net5501_leds[] = {
Dalix.c70 static struct gpio_led alix_leds[] = {
/linux-6.1.9/drivers/platform/x86/intel/atomisp2/
Dled.c21 static const struct gpio_led atomisp2_leds[] = {
/linux-6.1.9/arch/sh/boards/mach-rsk/
Ddevices-rsk7203.c50 static struct gpio_led rsk7203_gpio_leds[] = {
/linux-6.1.9/include/linux/
Dleds.h517 struct gpio_led { struct
535 const struct gpio_led *leds; argument
/linux-6.1.9/arch/arm/mach-sa1100/
Dhackkit.c139 struct gpio_led hackkit_gpio_leds[] = {
Dcerf.c60 struct gpio_led cerf_gpio_leds[] = {
/linux-6.1.9/arch/arm/mach-s3c/
Dmach-smartq5.c30 static struct gpio_led smartq5_leds[] = {
Dmach-smartq7.c30 static struct gpio_led smartq7_leds[] = {
/linux-6.1.9/drivers/leds/simple/
Dsimatic-ipc-leds-gpio.c48 static const struct gpio_led simatic_ipc_gpio_leds[] = {

123