Home
last modified time | relevance | path

Searched refs:LED (Results 1 – 25 of 226) sorted by relevance

12345678910

/linux/Documentation/firmware-guide/acpi/dsd/
H A Dleds.rst9 device node, the LED driver chip. The "reg" property in the LED specific nodes
10 tells the numerical ID of each individual LED output to which the LEDs are
12 number of the LED output.
19 combination of the LED driver device reference and an integer argument,
20 referring to the "reg" property of the relevant LED, is used to identify
22 firmware and software, it uniquely identifies the LED driver outputs.
24 Under the LED driver device, The first hierarchical data extension package list
25 entry shall contain the string "led@" followed by the number of the LED,
26 followed by the referred object name. That object shall be named "LED" followed
27 by the number of the LED.
[all …]
/linux/drivers/leds/flash/
H A DKconfig6 tristate "LED support for the AAT1290"
15 tristate "AS3645A and LM3555 LED flash controllers support"
19 Enable LED flash class support for AS3645A LED flash
24 tristate "LED support for Kinetic KTD2692 flash LED controller"
29 This option enables support for Kinetic KTD2692 LED flash connected
35 tristate "LED support for LM3601x Chips"
43 tristate "LED support for MAX77693 Flash"
53 tristate "LED Support for Mediatek MT6360 PMIC"
60 This option enables support for dual Flash LED drivers found on
62 Independent current sources supply for each flash LED support torch
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-class-led-trigger-netdev13 Specifies the duration of the LED blink in milliseconds.
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.
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
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
70 Communicate whether the LED trigger modes are offloaded to
73 If 0, the LED is using software fallback to blink.
[all …]
H A Dsysfs-class-led-trigger-tty13 If set to 0, the LED will not blink on reception.
14 If set to 1 (default), the LED will blink on reception.
21 If set to 0, the LED will not blink on transmission.
22 If set to 1 (default), the LED will blink on transmission.
30 If the line state is detected, the LED is switched on.
31 If set to 0 (default), the LED will not evaluate CTS.
32 If set to 1, the LED will evaluate CTS.
40 If the line state is detected, the LED is switched on.
41 If set to 0 (default), the LED will not evaluate DSR.
42 If set to 1, the LED will evaluate DSR.
[all …]
H A Dsysfs-class-led6 Set the brightness of the LED.
15 each color LED intensity is set to.
17 The percentage is calculated for each grouped LED via
40 Maximum brightness level for this LED, default is 255 (LED_FULL).
42 If the LED does not support different brightness levels, this
49 Last hardware set brightness level for this LED. Some LEDs
67 Set the trigger for this LED. A trigger is a kernel based source
68 of LED events.
75 Writing "none" removes the trigger for this LED.
77 Writing "default" sets the trigger to the LED's default trigger
[all …]
H A Dsysfs-class-led-flash6 Set the brightness of this LED in the flash strobe mode, in
7 microamperes. The file is created only for the flash LED devices
18 Maximum brightness level for this LED in the flash strobe mode,
28 of the strobe. The file is created only for the flash LED
36 Maximum flash timeout for this LED, in microseconds.
59 flash controller voltage to the flash LED
72 current in the LED power
77 a short or open circuit condition on the indicator LED
80 LED has been below the minimum limit specific to
88 the temperature of the LED has exceeded
H A Dsysfs-class-led-trigger-oneshot6 Specifies for how many milliseconds the LED has to stay at
15 Specifies for how many milliseconds the LED has to stay at
25 delay_on ms, then blink off for delay_off ms, leaving the LED
27 blink on for delay_on ms, leaving the LED normally on.
28 Setting this value also immediately changes the LED state.
H A Dsysfs-platform-oxp20 Some OneXPlayer devices (e.g., X1 series) feature a little LED
21 nested in the Turbo button. This LED is illuminated when the
23 is engaged, this LED is left dangling to its last state. This
24 attribute allows userspace to control the LED state manually
25 (either with 1 or 0). Only a subset of devices contain this LED.
/linux/Documentation/leds/
H A Dleds-class-flash.rst2 Flash LED handling under Linux
5 Some LED devices provide two modes - torch and flash. In the LED subsystem
6 those modes are supported by LED class (see Documentation/leds/leds-class.rst)
7 and LED Flash class respectively. The torch mode related features are enabled
12 must be defined in the kernel config. A LED Flash class driver must be
13 registered in the LED subsystem with led_classdev_flash_register function.
15 Following sysfs attributes are exposed for controlling flash LED devices:
29 A LED subsystem driver can be controlled also from the level of VideoForLinux2
39 of_node of the LED, may be NULL if the same as device's
41 LED flash class device to wrap
[all …]
H A Dleds-class.rst2 LED handling under Linux
5 In its simplest form, the LED class just allows control of LEDs from
7 LED is defined in max_brightness file. The brightness file will set the brightness
8 of the LED (taking a value 0-max_brightness). Most LEDs don't have hardware
11 The class also introduces the optional concept of an LED trigger. A trigger
18 Complex triggers while available to all LEDs have LED specific
19 parameters and work on a per LED basis. The timer trigger is an example.
20 The timer trigger will periodically change the LED brightness between
23 You can change the brightness value of a LED independently of the timer
41 LED Device Naming
[all …]
H A Dleds-class-multicolor.rst4 Multicolor LED handling under Linux
17 array. These files are children under the LED parent node created by the
21 Each colored LED will be indexed under the ``multi_*`` files. The order of the
30 order for the color LED intensities to be updated.
46 The brightness level for each LED is calculated based on the color LED
54 for each LED that are necessary to achieve a certain color output from a
55 multicolor LED group.
76 The user can control the brightness of that multicolor LED group by writing the
78 may want to dim the LED color group to half. The user would write a value of
79 128 to the global brightness file then the values written to each LED will be
[all …]
H A Dledtrig-transient.rst2 LED Transient Trigger
8 to be off. The delay_on value specifies the time period an LED should stay
9 in on state, followed by a delay_off value that specifies how long the LED
27 class device, the LED state does not change.
30 trigger will be called, and LED state is changed to LED_OFF.
32 Driver suspend changes the LED state to LED_OFF and resume doesn't change
34 suspend and resume actions and the currently enabled trigger. LED state
37 being able to actually change the LED state. Once driver is resumed, triggers
40 LED state changes are controlled using brightness which is a common led
47 registration, the LED state does not change, unless there is another trigger
[all …]
H A Dledtrig-usbport.rst2 USB port LED trigger
5 This LED trigger can be used for signalling to the user a presence of USB device
6 in a given port. It simply turns on LED when device appears and turns it off
14 LED.
18 1) Device with single USB LED and few physical ports
21 In such a case LED will be turned on as long as there is at least one connected
29 only one LED user will most likely want to assign ports from all 3 hubs.
37 This adds sysfs attributes to the LED that are documented in:
H A Dleds-el15203000.rst10 Specify a hardware pattern for the EL15203000 LED.
30 Cascade mode for Pipe LED::
58 Inverted cascade mode for Pipe LED::
86 Bounce mode for Pipe LED::
114 Inverted bounce mode for Pipe LED::
H A Dleds-mt6370-rgb.rst4 The device for Mediatek MT6370 RGB LED
10 The MT6370 integrates a four-channel RGB LED driver, designed to provide a
11 variety of lighting effect for mobile device applications. The RGB LED devices
12 includes a smart LED string controller and it can drive 3 channels of LEDs with
13 a sink current up to 24mA and a CHG_VIN power good indicator LED with sink
16 can increase or decrease the brightness of the RGB LED via an I2C interface.
24 Specify a hardware breath pattern for a MT6370 RGB LED.
H A Dledtrig-oneshot.rst2 One-shot LED Trigger
5 This is a LED trigger useful for signaling the user of an event where there are
8 happened, then the trigger turns the LED on and then keeps it off for a
16 A one-shot LED only stays in a constant state when there are no events. An
17 additional "invert" property specifies if the LED has to stay off (normal) or
25 This adds sysfs attributes to the LED that are documented in:
H A Duleds.rst13 create a new LED class device, open /dev/uleds and write a uleds_user_dev
22 A new LED class device will be created with the name given. The name can be
23 any valid sysfs device node name, but consider using the LED class naming
31 The LED class device will be removed when the open file handle to /dev/uleds
34 Multiple LED class devices are created by opening additional file handles to
/linux/drivers/leds/trigger/
H A DKconfig3 bool "LED Trigger support"
13 tristate "LED Timer Trigger"
16 via sysfs. Some LED hardware can be programmed to start
17 blinking the LED without any further software interaction.
23 tristate "LED One-shot Trigger"
28 or on dense events, where this blinks the LED at constant rate if
36 bool "LED Disk Trigger"
43 bool "LED MTD (NAND/NOR) Trigger"
50 tristate "LED Heartbeat Trigger"
58 tristate "LED backlight Trigger"
[all …]
/linux/drivers/leds/
H A DTODO9 * Review atomicity requirements in LED subsystem
16 * LED names are still a mess
19 userland. Nudge authors into creating common LED names for common
22 ? Perhaps check for known LED names during boot, and warn if there are
27 The number of drivers is getting big, and driver for on/off LED on a
28 i/o port is really quite different from camera flash LED, which is
29 really different from driver for RGB color LED that can run its own
35 Green-Magenta-Ultraviolet LED, but so far all the LEDs we support are
38 Multicolor is not a good fit for RGB LED. It does not really know
39 about LED color. In particular, there's no way to make LED "white".
[all …]
/linux/Documentation/devicetree/bindings/leds/
H A Dleds-ns2.txt1 Binding for dual-GPIO LED found on Network Space v2 (and parents).
6 Each LED is represented as a sub-node of the ns2-leds device.
9 - cmd-gpio: Command LED GPIO. See OF device-tree GPIO specification.
10 - slow-gpio: Slow LED GPIO. See OF device-tree GPIO specification.
11 - modes-map: A mapping between LED modes (off, on or SATA activity blinking) and
16 - label: Name for this LED. If omitted, the label is taken from the node name.
17 - linux,default-trigger: Trigger assigned to the LED.
H A Dleds-lt3593.txt1 Bindings for Linear Technologies LT3593 LED controller
8 The hardware supports only one LED. The properties of this LED are
14 - label: A label for the LED. If none is given, the LED will be
16 - linux,default-trigger: The default trigger for the LED.
18 - default-state: The initial state of the LED.
H A Dleds-el15203000.txt1 Crane Merchandising System - EL15203000 LED driver
4 This LED Board (aka RED LEDs board) is widely used in
9 Vending area LED encoded with symbol 'V' (hex code 0x56).
12 Screen light tube LED which surrounds vending machine screen and
15 Water Pipe LED encoded with symbol 'P' (hex code 0x50) and
16 actually consists of 5 LEDs that exposed by protocol like one LED.
31 Optional LED sub-node properties:
H A Dleds-trigger-pattern.txt1 * Pattern format for LED pattern trigger
4 The LED is expected to traverse the series and each brightness value for the
19 It will make the LED go gradually from zero-intensity to max (255) intensity in
22 LED brightness
31 2. To make the LED go instantly from one brightness value to another, we should
39 It will make the LED stay off for one second, then stay at max brightness for
42 LED brightness
H A Dleds-spi-byte.txt1 * Single Byte SPI LED Device Driver.
4 - one LED is controlled by a single byte on MOSI
15 The driver currently only supports one LED. The properties of the LED are
26 LED sub-node properties:
/linux/drivers/platform/x86/intel/atomisp2/
H A DKconfig10 tristate "Intel AtomISP v2 camera LED driver"
17 camera's have a LED which is controlled through a GPIO.
19 Some of these devices have a firmware issue where the LED gets turned
20 on at boot. This driver will turn the LED off at boot and also allows
21 controlling the LED (repurposing it) through the sysfs LED interface.
23 Which GPIO is attached to the LED is usually not described in the

12345678910