Symbol: LED_FUNCTION_STATUS
drivers/leds/leds-upboard.c
33
{ "upboard:yellow:" LED_FUNCTION_STATUS, 0 },
drivers/leds/leds-upboard.c
34
{ "upboard:green:" LED_FUNCTION_STATUS, 1 },
drivers/leds/leds-upboard.c
35
{ "upboard:red:" LED_FUNCTION_STATUS, 2 },
drivers/leds/leds-upboard.c
39
{ "upboard:blue:" LED_FUNCTION_STATUS, 0 },
drivers/leds/leds-upboard.c
40
{ "upboard:yellow:" LED_FUNCTION_STATUS, 1 },
drivers/leds/leds-upboard.c
41
{ "upboard:green:" LED_FUNCTION_STATUS, 2 },
drivers/leds/leds-upboard.c
42
{ "upboard:red:" LED_FUNCTION_STATUS, 3 },
drivers/leds/simatic/simatic-ipc-leds-gpio-core.c
23
{ .name = "red:" LED_FUNCTION_STATUS "-1" },
drivers/leds/simatic/simatic-ipc-leds-gpio-core.c
24
{ .name = "green:" LED_FUNCTION_STATUS "-1" },
drivers/leds/simatic/simatic-ipc-leds-gpio-core.c
25
{ .name = "red:" LED_FUNCTION_STATUS "-2" },
drivers/leds/simatic/simatic-ipc-leds-gpio-core.c
26
{ .name = "green:" LED_FUNCTION_STATUS "-2" },
drivers/leds/simatic/simatic-ipc-leds-gpio-core.c
27
{ .name = "red:" LED_FUNCTION_STATUS "-3" },
drivers/leds/simatic/simatic-ipc-leds-gpio-core.c
28
{ .name = "green:" LED_FUNCTION_STATUS "-3" },
drivers/leds/simatic/simatic-ipc-leds.c
32
{1 << 15, "green:" LED_FUNCTION_STATUS "-1" },
drivers/leds/simatic/simatic-ipc-leds.c
33
{1 << 7, "yellow:" LED_FUNCTION_STATUS "-1" },
drivers/leds/simatic/simatic-ipc-leds.c
34
{1 << 14, "red:" LED_FUNCTION_STATUS "-2" },
drivers/leds/simatic/simatic-ipc-leds.c
35
{1 << 6, "yellow:" LED_FUNCTION_STATUS "-2" },
drivers/leds/simatic/simatic-ipc-leds.c
36
{1 << 13, "red:" LED_FUNCTION_STATUS "-3" },
drivers/leds/simatic/simatic-ipc-leds.c
37
{1 << 5, "yellow:" LED_FUNCTION_STATUS "-3" },
drivers/platform/x86/uniwill/uniwill-acpi.c
1363
.default_label = "multicolor:" LED_FUNCTION_STATUS,