Home
last modified time | relevance | path

Searched refs:leds (Results 1 – 25 of 208) sorted by relevance

123456789

/external/u-boot/arch/arm/dts/
Dkirkwood-d2net.dts11 #include <dt-bindings/leds/leds-ns2.h>
23 ns2-leds {
24 compatible = "lacie,ns2-leds";
37 gpio-leds {
38 compatible = "gpio-leds";
Dkirkwood-ns2.dts4 #include <dt-bindings/leds/leds-ns2.h>
25 ns2-leds {
26 compatible = "lacie,ns2-leds";
Dkirkwood-is2.dts4 #include <dt-bindings/leds/leds-ns2.h>
25 ns2-leds {
26 compatible = "lacie,ns2-leds";
Dkirkwood-ns2max.dts4 #include <dt-bindings/leds/leds-ns2.h>
44 ns2-leds {
45 compatible = "lacie,ns2-leds";
Dkirkwood-ns2mini.dts4 #include <dt-bindings/leds/leds-ns2.h>
45 ns2-leds {
46 compatible = "lacie,ns2-leds";
Dkirkwood-synology.dtsi401 gpio-leds-alarm-12 {
403 compatible = "gpio-leds";
413 gpio-leds-hdd-20 {
415 compatible = "gpio-leds";
462 gpio-leds-hdd-21-1 {
464 compatible = "gpio-leds";
479 gpio-leds-hdd-21-2 {
481 compatible = "gpio-leds";
506 gpio-leds-hdd-36 {
508 compatible = "gpio-leds";
[all …]
Dat91sam9g20ek.dts15 leds {
16 compatible = "gpio-leds";
Dkirkwood-netxbig.dtsi14 #include <dt-bindings/leds/leds-netxbig.h>
120 netxbig-leds {
121 compatible = "lacie,netxbig-leds";
Dkirkwood-ns2lite.dts24 gpio-leds {
25 compatible = "gpio-leds";
Dkirkwood-sheevaplug.dts26 gpio-leds {
27 compatible = "gpio-leds";
Dat91sam9g20ek_2mmc.dts42 leds {
43 compatible = "gpio-leds";
/external/u-boot/doc/device-tree-bindings/leds/
Dleds-gpio.txt4 - compatible : should be "gpio-leds".
6 Each LED is represented as a sub-node of the gpio-leds device. Each
14 see Documentation/devicetree/bindings/leds/common.txt
16 see Documentation/devicetree/bindings/leds/common.txt
27 leds {
28 compatible = "gpio-leds";
43 compatible = "gpio-leds";
Dleds-bcm6328.txt14 - compatible : should be "brcm,bcm6328-leds".
20 - brcm,serial-leds : Boolean, enables Serial LEDs.
31 Each LED is represented as a sub-node of the brcm,bcm6328-leds device.
37 - label : see Documentation/devicetree/bindings/leds/common.txt
44 compatible = "brcm,bcm6328-leds";
68 compatible = "brcm,bcm6328-leds";
72 brcm,serial-leds;
Dleds-bcm6358.txt10 - compatible : should be "brcm,bcm6358-leds".
21 Each LED is represented as a sub-node of the brcm,bcm6358-leds device.
27 - label : see Documentation/devicetree/bindings/leds/common.txt
34 compatible = "brcm,bcm6358-leds";
63 compatible = "brcm,bcm6358-leds";
Dcommon.txt1 Common leds properties.
11 "default-on" - LED will turn on (but for leds-gpio see "default-state"
/external/u-boot/drivers/input/
Dinput.c279 int leds = 0; in process_modifier() local
283 leds |= INPUT_LED_NUM; in process_modifier()
285 leds |= INPUT_LED_CAPS; in process_modifier()
287 leds |= INPUT_LED_SCROLL; in process_modifier()
288 config->leds = leds; in process_modifier()
293 if (ops->update_leds(dev, config->leds)) in process_modifier()
617 return config->leds; in input_leds_changed()
642 int input_init(struct input_config *config, int leds) in input_init() argument
645 config->leds = leds; in input_init()
/external/u-boot/arch/mips/dts/
Dnetgear,dgnd3700v2.dts22 gpio-leds {
23 compatible = "gpio-leds";
54 &leds {
56 brcm,serial-leds;
Dnetgear,cg3100d.dts22 gpio-leds {
23 compatible = "gpio-leds";
42 &leds {
Dsfr,nb4-ser.dts22 gpio-leds {
23 compatible = "gpio-leds";
60 &leds {
Dcomtrend,ct-5361.dts22 gpio-leds {
23 compatible = "gpio-leds";
Dsagem,f@st1704.dts22 gpio-leds {
23 compatible = "gpio-leds";
Dcomtrend,wap-5813n.dts22 gpio-leds {
23 compatible = "gpio-leds";
/external/u-boot/board/gateworks/gw_ventana/
Dcommon.c795 .leds = {
816 .leds = {
835 .leds = {
860 .leds = {
884 .leds = {
910 .leds = {
923 .leds = {
940 .leds = {
958 .leds = {
979 .leds = {
[all …]
/external/libxkbcommon/xkbcommon/src/
Dkeymap.h392 struct xkb_led leds[XKB_MAX_LEDS]; member
417 for ((iter) = (keymap)->leds; \
418 (iter) < (keymap)->leds + (keymap)->num_leds; \
422 for ((idx) = 0, (iter) = (keymap)->leds; \
/external/u-boot/include/
Dinput.h45 uchar leds; /* active LEDs (INPUT_LED_...) */ member
193 int input_init(struct input_config *config, int leds);

123456789