Searched full:led_color_id_multi (Results 1 – 5 of 5) sorted by relevance
76 color = <LED_COLOR_ID_MULTI>;83 color = <LED_COLOR_ID_MULTI>;
30 LED_COLOR_ID_RGB or LED_COLOR_ID_MULTI which can be found in
101 if (ret || color != LED_COLOR_ID_MULTI) { in omnia_led_register()103 "Node %pOF: must contain 'color' property with value LED_COLOR_ID_MULTI\n", in omnia_led_register()
37 [LED_COLOR_ID_MULTI] = "multicolor",430 BUG_ON(props.color == LED_COLOR_ID_MULTI); in led_compose_name()
33 #define LED_COLOR_ID_MULTI 8 /* For multicolor LEDs */ macro