Lines Matching +full:use +full:- +full:leds
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * This header provides macros for the common LEDs device tree bindings.
33 #define LED_COLOR_ID_MULTI 8 /* For multicolor LEDs */
34 #define LED_COLOR_ID_RGB 9 /* For multicolor LEDs that can do arbitrary color,
44 /* Keyboard LEDs, usually it would be input4::capslock etc. */
45 /* Obsolete equivalent: "shift-key-light" */
54 /* System LEDs, usually found on system body.
61 /* Used RGB notification LEDs common on phones.
62 Obsolete equivalents: "status-led:{red,green,blue}" (Motorola Droid 4),
69 /* Used for player LEDs as found on game controllers from e.g. Nintendo, Sony. */
70 #define LED_FUNCTION_PLAYER1 "player-1"
71 #define LED_FUNCTION_PLAYER2 "player-2"
72 #define LED_FUNCTION_PLAYER3 "player-3"
73 #define LED_FUNCTION_PLAYER4 "player-4"
74 #define LED_FUNCTION_PLAYER5 "player-5"
76 /* Miscelleaus functions. Use functions above if you can. */
84 #define LED_FUNCTION_DISK_ACTIVITY "disk-activity"
85 #define LED_FUNCTION_DISK_ERR "disk-err"
86 #define LED_FUNCTION_DISK_READ "disk-read"
87 #define LED_FUNCTION_DISK_WRITE "disk-write"
100 #define LED_FUNCTION_SPEED_LAN "speed-lan"
101 #define LED_FUNCTION_SPEED_WAN "speed-wan"
107 #define LED_FUNCTION_WAN_ONLINE "wan-online"
109 #define LED_FUNCTION_WLAN_2GHZ "wlan-2ghz"
110 #define LED_FUNCTION_WLAN_5GHZ "wlan-5ghz"
111 #define LED_FUNCTION_WLAN_6GHZ "wlan-6ghz"