| /rk3399_rockchip-uboot/doc/device-tree-bindings/leds/ |
| H A D | leds-gpio.txt | 4 - 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";
|
| H A D | leds-bcm6328.txt | 14 - 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;
|
| H A D | leds-bcm6358.txt | 10 - 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";
|
| H A D | common.txt | 1 Common leds properties. 11 "default-on" - LED will turn on (but for leds-gpio see "default-state"
|
| /rk3399_rockchip-uboot/drivers/input/ |
| H A D | keyboard.c | 34 int leds; in check_leds() local 36 leds = input_leds_changed(&config); in check_leds() 37 if (leds >= 0) in check_leds() 38 pckbd_leds(leds); in check_leds()
|
| H A D | input.c | 277 int leds = 0; in process_modifier() local 281 leds |= INPUT_LED_NUM; in process_modifier() 283 leds |= INPUT_LED_CAPS; in process_modifier() 285 leds |= INPUT_LED_SCROLL; in process_modifier() 286 config->leds = leds; in process_modifier() 291 if (ops->update_leds(dev, config->leds)) in process_modifier() 615 return config->leds; in input_leds_changed() 640 int input_init(struct input_config *config, int leds) in input_init() argument 643 config->leds = leds; in input_init()
|
| H A D | pc_keyb.c | 247 void pckbd_leds(unsigned char leds) in pckbd_leds() argument 250 kbd_send_data(leds); in pckbd_leds()
|
| /rk3399_rockchip-uboot/arch/mips/dts/ |
| H A D | netgear,cg3100d.dts | 23 gpio-leds { 24 compatible = "gpio-leds"; 43 &leds {
|
| H A D | sfr,nb4-ser.dts | 23 gpio-leds { 24 compatible = "gpio-leds"; 57 &leds {
|
| H A D | comtrend,ct-5361.dts | 23 gpio-leds { 24 compatible = "gpio-leds";
|
| H A D | sagem,f@st1704.dts | 23 gpio-leds { 24 compatible = "gpio-leds";
|
| H A D | comtrend,vr-3032u.dts | 24 &leds { 26 brcm,serial-leds;
|
| H A D | huawei,hg556a.dts | 23 gpio-leds { 24 compatible = "gpio-leds";
|
| /rk3399_rockchip-uboot/include/ |
| H A D | keyboard.h | 75 int (*update_leds)(struct udevice *dev, int leds); 98 extern void pckbd_leds(unsigned char leds);
|
| H A D | input.h | 46 uchar leds; /* active LEDs (INPUT_LED_...) */ member 194 int input_init(struct input_config *config, int leds);
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | at91sam9g20ek.dts | 15 leds { 16 compatible = "gpio-leds";
|
| H A D | at91sam9g20ek_2mmc.dts | 42 leds { 43 compatible = "gpio-leds";
|
| H A D | bcm2835-rpi.dtsi | 9 leds { 10 compatible = "gpio-leds";
|
| H A D | at91sam9x5cm.dtsi | 76 leds { 77 compatible = "gpio-leds";
|
| H A D | am571x-idk.dts | 24 leds { 25 compatible = "gpio-leds";
|
| H A D | at91sam9rlek.dts | 189 compatible = "pwm-leds"; 204 leds { 205 compatible = "gpio-leds";
|
| H A D | am572x-idk.dts | 31 status-leds { 32 compatible = "gpio-leds";
|
| /rk3399_rockchip-uboot/board/gateworks/gw_ventana/ |
| H A D | common.c | 796 .leds = { 817 .leds = { 836 .leds = { 861 .leds = { 885 .leds = { 911 .leds = { 924 .leds = { 941 .leds = { 959 .leds = { 980 .leds = { [all …]
|
| /rk3399_rockchip-uboot/board/Seagate/goflexhome/ |
| H A D | goflexhome.c | 147 static void set_leds(u32 leds, u32 blinking) in set_leds() argument 155 writel(oe & ~leds, &r->oe); /* active low */ in set_leds()
|
| /rk3399_rockchip-uboot/board/Seagate/dockstar/ |
| H A D | dockstar.c | 145 static void set_leds(u32 leds, u32 blinking) in set_leds() argument 149 writel(oe & ~leds, &r->oe); /* active low */ in set_leds()
|