Home
last modified time | relevance | path

Searched full:led_color_id_rgb (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/Documentation/devicetree/bindings/leds/
Dleds-lp50xx.yaml100 color = <LED_COLOR_ID_RGB>;
120 color = <LED_COLOR_ID_RGB>;
Dleds-class-multicolor.yaml30 LED_COLOR_ID_RGB or LED_COLOR_ID_MULTI which can be found in
Dleds-lp55xx.yaml200 color = <LED_COLOR_ID_RGB>;
/Linux-v5.10/include/dt-bindings/leds/
Dcommon.h34 #define LED_COLOR_ID_RGB 9 /* For multicolor LEDs that can do arbitrary color, macro
/Linux-v5.10/drivers/leds/
Dled-core.c38 [LED_COLOR_ID_RGB] = "rgb",
Dleds-lp55xx-common.c643 if (led_color == LED_COLOR_ID_RGB) in lp55xx_parse_logical_led()