Home
last modified time | relevance | path

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

123456

/rk3399_rockchip-uboot/doc/device-tree-bindings/leds/
H A 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";
H A 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;
H A 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";
H A Dcommon.txt1 Common leds properties.
11 "default-on" - LED will turn on (but for leds-gpio see "default-state"
/rk3399_rockchip-uboot/drivers/input/
H A Dkeyboard.c34 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 Dinput.c277 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 Dpc_keyb.c247 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 Dnetgear,cg3100d.dts23 gpio-leds {
24 compatible = "gpio-leds";
43 &leds {
H A Dsfr,nb4-ser.dts23 gpio-leds {
24 compatible = "gpio-leds";
57 &leds {
H A Dcomtrend,ct-5361.dts23 gpio-leds {
24 compatible = "gpio-leds";
H A Dsagem,f@st1704.dts23 gpio-leds {
24 compatible = "gpio-leds";
H A Dcomtrend,vr-3032u.dts24 &leds {
26 brcm,serial-leds;
H A Dhuawei,hg556a.dts23 gpio-leds {
24 compatible = "gpio-leds";
/rk3399_rockchip-uboot/include/
H A Dkeyboard.h75 int (*update_leds)(struct udevice *dev, int leds);
98 extern void pckbd_leds(unsigned char leds);
H A Dinput.h46 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 Dat91sam9g20ek.dts15 leds {
16 compatible = "gpio-leds";
H A Dat91sam9g20ek_2mmc.dts42 leds {
43 compatible = "gpio-leds";
H A Dbcm2835-rpi.dtsi9 leds {
10 compatible = "gpio-leds";
H A Dat91sam9x5cm.dtsi76 leds {
77 compatible = "gpio-leds";
H A Dam571x-idk.dts24 leds {
25 compatible = "gpio-leds";
H A Dat91sam9rlek.dts189 compatible = "pwm-leds";
204 leds {
205 compatible = "gpio-leds";
H A Dam572x-idk.dts31 status-leds {
32 compatible = "gpio-leds";
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/
H A Dcommon.c796 .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 Dgoflexhome.c147 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 Ddockstar.c145 static void set_leds(u32 leds, u32 blinking) in set_leds() argument
149 writel(oe & ~leds, &r->oe); /* active low */ in set_leds()

123456