~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/ABI/testing/sysfs-class-led-trigger-tty

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/ABI/testing/sysfs-class-led-trigger-tty (Architecture sparc) and /Documentation/ABI/testing/sysfs-class-led-trigger-tty (Architecture mips)


  1 What:           /sys/class/leds/<tty_led>/ttyn      1 What:           /sys/class/leds/<tty_led>/ttyname
  2 Date:           Dec 2020                            2 Date:           Dec 2020
  3 KernelVersion:  5.10                                3 KernelVersion:  5.10
  4 Contact:        linux-leds@vger.kernel.org          4 Contact:        linux-leds@vger.kernel.org
  5 Description:                                        5 Description:
  6                 Specifies the tty device name       6                 Specifies the tty device name of the triggering tty
  7                                                     7 
  8 What:           /sys/class/leds/<tty_led>/rx        8 What:           /sys/class/leds/<tty_led>/rx
  9 Date:           February 2024                       9 Date:           February 2024
 10 KernelVersion:  6.8                                10 KernelVersion:  6.8
 11 Description:                                       11 Description:
 12                 Signal reception (rx) of data      12                 Signal reception (rx) of data on the named tty device.
 13                 If set to 0, the LED will not      13                 If set to 0, the LED will not blink on reception.
 14                 If set to 1 (default), the LED     14                 If set to 1 (default), the LED will blink on reception.
 15                                                    15 
 16 What:           /sys/class/leds/<tty_led>/tx       16 What:           /sys/class/leds/<tty_led>/tx
 17 Date:           February 2024                      17 Date:           February 2024
 18 KernelVersion:  6.8                                18 KernelVersion:  6.8
 19 Description:                                       19 Description:
 20                 Signal transmission (tx) of da     20                 Signal transmission (tx) of data on the named tty device.
 21                 If set to 0, the LED will not      21                 If set to 0, the LED will not blink on transmission.
 22                 If set to 1 (default), the LED     22                 If set to 1 (default), the LED will blink on transmission.
 23                                                    23 
 24 What:           /sys/class/leds/<tty_led>/cts      24 What:           /sys/class/leds/<tty_led>/cts
 25 Date:           February 2024                      25 Date:           February 2024
 26 KernelVersion:  6.8                                26 KernelVersion:  6.8
 27 Description:                                       27 Description:
 28                 CTS = Clear To Send                28                 CTS = Clear To Send
 29                 DCE is ready to accept data fr     29                 DCE is ready to accept data from the DTE.
 30                 If the line state is detected,     30                 If the line state is detected, the LED is switched on.
 31                 If set to 0 (default), the LED     31                 If set to 0 (default), the LED will not evaluate CTS.
 32                 If set to 1, the LED will eval     32                 If set to 1, the LED will evaluate CTS.
 33                                                    33 
 34 What:           /sys/class/leds/<tty_led>/dsr      34 What:           /sys/class/leds/<tty_led>/dsr
 35 Date:           February 2024                      35 Date:           February 2024
 36 KernelVersion:  6.8                                36 KernelVersion:  6.8
 37 Description:                                       37 Description:
 38                 DSR = Data Set Ready               38                 DSR = Data Set Ready
 39                 DCE is ready to receive and se     39                 DCE is ready to receive and send data.
 40                 If the line state is detected,     40                 If the line state is detected, the LED is switched on.
 41                 If set to 0 (default), the LED     41                 If set to 0 (default), the LED will not evaluate DSR.
 42                 If set to 1, the LED will eval     42                 If set to 1, the LED will evaluate DSR.
 43                                                    43 
 44 What:           /sys/class/leds/<tty_led>/dcd      44 What:           /sys/class/leds/<tty_led>/dcd
 45 Date:           February 2024                      45 Date:           February 2024
 46 KernelVersion:  6.8                                46 KernelVersion:  6.8
 47 Description:                                       47 Description:
 48                 DCD = Data Carrier Detect          48                 DCD = Data Carrier Detect
 49                 DTE is receiving a carrier fro     49                 DTE is receiving a carrier from the DCE.
 50                 If the line state is detected,     50                 If the line state is detected, the LED is switched on.
 51                 If set to 0 (default), the LED     51                 If set to 0 (default), the LED will not evaluate CAR (DCD).
 52                 If set to 1, the LED will eval     52                 If set to 1, the LED will evaluate CAR (DCD).
 53                                                    53 
 54 What:           /sys/class/leds/<tty_led>/rng      54 What:           /sys/class/leds/<tty_led>/rng
 55 Date:           February 2024                      55 Date:           February 2024
 56 KernelVersion:  6.8                                56 KernelVersion:  6.8
 57 Description:                                       57 Description:
 58                 RNG = Ring Indicator               58                 RNG = Ring Indicator
 59                 DCE has detected an incoming r     59                 DCE has detected an incoming ring signal on the telephone
 60                 line. If the line state is det     60                 line. If the line state is detected, the LED is switched on.
 61                 If set to 0 (default), the LED     61                 If set to 0 (default), the LED will not evaluate RNG.
 62                 If set to 1, the LED will eval     62                 If set to 1, the LED will evaluate RNG.
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php