Lines Matching +full:led +full:- +full:speed +full:- +full:mode

1 What:		/sys/class/leds/<led>/device_name
4 Contact: linux-leds@vger.kernel.org
8 What: /sys/class/leds/<led>/interval
11 Contact: linux-leds@vger.kernel.org
13 Specifies the duration of the LED blink in milliseconds.
18 Trying to set any value in this specific mode will return
21 What: /sys/class/leds/<led>/link
24 Contact: linux-leds@vger.kernel.org
28 If set to 0 (default), the LED's normal state is off.
30 If set to 1, the LED's normal state reflects the link state
32 Setting this value also immediately changes the LED state.
35 What: /sys/class/leds/<led>/tx
38 Contact: linux-leds@vger.kernel.org
42 If set to 0 (default), the LED will not blink on transmission.
44 If set to 1, the LED will blink for the milliseconds specified
50 What: /sys/class/leds/<led>/rx
53 Contact: linux-leds@vger.kernel.org
57 If set to 0 (default), the LED will not blink on reception.
59 If set to 1, the LED will blink for the milliseconds specified
65 What: /sys/class/leds/<led>/offloaded
68 Contact: linux-leds@vger.kernel.org
70 Communicate whether the LED trigger modes are offloaded to
73 If 0, the LED is using software fallback to blink.
75 If 1, the LED blinking in requested mode is offloaded to
78 What: /sys/class/leds/<led>/link_10
81 Contact: linux-leds@vger.kernel.org
83 Signal the link speed state of 10Mbps of the named network device.
85 If set to 0 (default), the LED's normal state is off.
87 If set to 1, the LED's normal state reflects the link state
88 speed of 10MBps of the named network device.
89 Setting this value also immediately changes the LED state.
91 What: /sys/class/leds/<led>/link_100
94 Contact: linux-leds@vger.kernel.org
96 Signal the link speed state of 100Mbps of the named network device.
98 If set to 0 (default), the LED's normal state is off.
100 If set to 1, the LED's normal state reflects the link state
101 speed of 100Mbps of the named network device.
102 Setting this value also immediately changes the LED state.
104 What: /sys/class/leds/<led>/link_1000
107 Contact: linux-leds@vger.kernel.org
109 Signal the link speed state of 1000Mbps of the named network device.
111 If set to 0 (default), the LED's normal state is off.
113 If set to 1, the LED's normal state reflects the link state
114 speed of 1000Mbps of the named network device.
115 Setting this value also immediately changes the LED state.
117 What: /sys/class/leds/<led>/half_duplex
120 Contact: linux-leds@vger.kernel.org
124 If set to 0 (default), the LED's normal state is off.
126 If set to 1, the LED's normal state reflects the link half
128 Setting this value also immediately changes the LED state.
130 What: /sys/class/leds/<led>/full_duplex
133 Contact: linux-leds@vger.kernel.org
137 If set to 0 (default), the LED's normal state is off.
139 If set to 1, the LED's normal state reflects the link full
141 Setting this value also immediately changes the LED state.