Searched refs:LED (Results 1 – 25 of 295) sorted by relevance
12345678910>>...12
/linux-6.12.1/drivers/leds/ |
D | Kconfig | 16 bool "LED Support" 18 Say Y to enable Linux LED support. This allows control of supported 24 tristate "LED Class Support" 26 This option enables the LED sysfs class in /sys/class/leds. You'll 30 tristate "LED Flash Class Support" 33 This option enables the flash LED sysfs class in /sys/class/leds. 34 It wraps LED Class and adds flash LEDs specific sysfs attributes 36 for the flash related features of a LED device. It can be built 40 tristate "LED Multicolor Class Support" 43 This option enables the multicolor LED sysfs class in /sys/class/leds. [all …]
|
D | TODO | 9 * 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-6.12.1/Documentation/ABI/testing/ |
D | sysfs-class-led-trigger-netdev | 13 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 …]
|
D | sysfs-class-led-trigger-tty | 13 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 …]
|
D | sysfs-class-led | 6 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. 80 Invert the LED on/off state. This parameter is specific to 82 it is useful when driving a LED which is intended to indicate
|
D | sysfs-class-led-flash | 6 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
|
/linux-6.12.1/drivers/leds/flash/ |
D | Kconfig | 6 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-6.12.1/Documentation/firmware-guide/acpi/dsd/ |
D | leds.rst | 9 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. 24 combination of the LED driver device reference and an integer argument, 25 referring to the "reg" property of the relevant LED, is used to identify 27 firmware and software, it uniquely identifies the LED driver outputs. 29 Under the LED driver device, The first hierarchical data extension package list 30 entry shall contain the string "led@" followed by the number of the LED, 31 followed by the referred object name. That object shall be named "LED" followed 32 by the number of the LED. [all …]
|
/linux-6.12.1/Documentation/leds/ |
D | leds-class-flash.rst | 2 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 …]
|
D | leds-class.rst | 2 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 …]
|
D | leds-class-multicolor.rst | 4 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. 42 The brightness level for each LED is calculated based on the color LED 50 for each LED that are necessary to achieve a certain color output from a 51 multicolor LED group. 68 The user can control the brightness of that multicolor LED group by writing the 70 may want to dim the LED color group to half. The user would write a value of 71 128 to the global brightness file then the values written to each LED will be [all …]
|
D | ledtrig-usbport.rst | 2 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:
|
D | ledtrig-transient.rst | 2 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 …]
|
D | leds-el15203000.rst | 10 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::
|
D | leds-mt6370-rgb.rst | 4 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.
|
/linux-6.12.1/drivers/leds/trigger/ |
D | Kconfig | 3 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-6.12.1/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-flash.rst | 13 The interface can support both LED and xenon flash devices. As of 23 Unsynchronised LED flash (software strobe) 26 Unsynchronised LED flash is controlled directly by the host as the 34 Synchronised LED flash (hardware strobe) 37 The synchronised LED flash is pre-programmed by the host (power and 45 LED flash as torch 48 LED flash may be used as torch in conjunction with another use case 61 Defines the mode of the flash LED, the high-power white LED attached 84 Defines the source of the flash LED strobe. 121 Intensity of the flash strobe when the flash LED is in flash mode [all …]
|
/linux-6.12.1/drivers/leds/rgb/ |
D | Kconfig | 11 different colors are physically grouped in a single multi-color LED 18 tristate "LED support for KTD202x Chips" 23 RGB/White LED driver found in different BQ mobile phones. 24 It is a 3 or 4 channel LED driver programmed via an I2C interface. 30 tristate "LED support for NCP5623" 35 Triple Output I2C Controlled RGB LED Driver. 41 tristate "PWM driven multi-color LED Support" 51 tristate "LED support for Qualcomm LPG" 61 a LED, grouped to represent a RGB LED or exposed as PWM channels. 66 tristate "LED Support for MediaTek MT6370 PMIC" [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/leds/ |
D | leds-ns2.txt | 1 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.
|
D | leds-mt6323.txt | 1 Device Tree Bindings for LED support on MT6323 PMIC 3 MT6323 LED controller is subfunction provided by MT6323 PMIC, so the LED 23 describes the initial behavior for each LED physically and currently only four 24 LED child nodes can be supported. 26 Required properties for the LED child node: 27 - reg : LED channel number (0..3) 29 Optional properties for the LED child node:
|
D | leds-lt3593.txt | 1 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.
|
D | leds-trigger-pattern.txt | 1 * 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
|
D | leds-el15203000.txt | 1 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:
|
/linux-6.12.1/drivers/platform/x86/intel/atomisp2/ |
D | Kconfig | 10 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
|
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
D | adp1653.txt | 1 * Analog Devices ADP1653 flash LED driver 11 There are two LED outputs available - flash and indicator. One LED is 14 Required properties of the LED child node: 17 Required properties of the flash LED child node:
|
12345678910>>...12