Home
last modified time | relevance | path

Searched refs:led (Results 1 – 25 of 83) sorted by relevance

1234

/rk3399_rockchip-uboot/drivers/misc/
H A Dpca9551_led.c40 static int pca9551_led_get_state(int led, int *state) in pca9551_led_get_state() argument
46 if (led < 0 || led > 7) { in pca9551_led_get_state()
48 } else if (led < 4) { in pca9551_led_get_state()
50 shift = led << 1; in pca9551_led_get_state()
53 shift = (led - 4) << 1; in pca9551_led_get_state()
64 static int pca9551_led_set_state(int led, int state) in pca9551_led_set_state() argument
70 if (led < 0 || led > 7) { in pca9551_led_set_state()
72 } else if (led < 4) { in pca9551_led_set_state()
74 shift = led << 1; in pca9551_led_set_state()
77 shift = (led - 4) << 1; in pca9551_led_set_state()
H A Dstatus_led.c107 void status_led_set (int led, int state) in status_led_set() argument
111 if (led < 0 || led >= MAX_LED_DEV) in status_led_set()
117 ld = &led_dev[led]; in status_led_set()
/rk3399_rockchip-uboot/arch/nds32/cpu/n1213/ag101/
H A Dlowlevel_init.S75 .macro led, num macro
99 led 0x01
132 led 0x02
138 led 0x03
144 led 0x04
146 led 0x05
148 led 0x06
151 led 0x07
155 led 0x08
159 led 0x09
[all …]
/rk3399_rockchip-uboot/arch/mips/dts/
H A Dnetgear,cg3100d.dts46 led@0 {
52 led@1 {
58 led@2 {
64 led@3 {
70 led@4 {
76 led@6 {
82 led@7 {
H A Dcomtrend,vr-3032u.dts30 led@2 {
36 led@3 {
42 led@4 {
48 led@7 {
54 led@8 {
60 led@20 {
H A Dcomtrend,ar-5387un.dts27 led@1 {
32 led@4 {
37 led@7 {
42 led@8 {
47 led@11 {
H A Dsfr,nb4-ser.dts61 led@0 {
67 led@2 {
73 led@3 {
79 led@4 {
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/ep93xx/
H A Dled.c16 static inline void switch_LED_on(uint8_t led) in switch_LED_on() argument
20 writel(readl(&gpio->pedr) | gpio_pin[led], &gpio->pedr); in switch_LED_on()
21 saved_state[led] = CONFIG_LED_STATUS_ON; in switch_LED_on()
24 static inline void switch_LED_off(uint8_t led) in switch_LED_off() argument
28 writel(readl(&gpio->pedr) & ~gpio_pin[led], &gpio->pedr); in switch_LED_off()
29 saved_state[led] = CONFIG_LED_STATUS_OFF; in switch_LED_off()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dam571x-idk.dts26 cpu0-led {
33 usr0-led {
39 heartbeat-led {
46 usr1-led {
52 usr2-led {
58 mmc0-led {
H A Dam572x-idk.dts33 cpu0-led {
40 usr0-led {
46 heartbeat-led {
53 cpu1-led {
60 usr1-led {
66 mmc0-led {
H A Dam335x-icev2.dts54 led@0 {
60 led@1 {
66 led@2 {
72 led@3 {
78 led@4 {
84 led@5 {
90 led@6 {
96 led@7 {
109 led@0 {
116 led@1 {
[all …]
/rk3399_rockchip-uboot/board/freescale/common/
H A Dpixis.h23 u8 led; member
71 u8 led; member
101 u8 led; member
118 u8 led; member
/rk3399_rockchip-uboot/doc/device-tree-bindings/gpio/
H A Daltera_pio.txt23 gpio-bank-name = "led";
26 In this example, the gpio can be accessed as led[0..7] using gpio command of
/rk3399_rockchip-uboot/board/renesas/ecovec/
H A Decovec.c25 static void debug_led(u8 led) in debug_led() argument
28 outb((inb(PGDR) & ~0x0F) | (led & 0x0F), PGDR); in debug_led()
/rk3399_rockchip-uboot/board/mini-box/picosam9g45/
H A DMakefile19 obj-y += led.o
/rk3399_rockchip-uboot/board/atmel/at91rm9200ek/
H A DMakefile9 obj-y += led.o
/rk3399_rockchip-uboot/board/atmel/at91sam9rlek/
H A DMakefile13 obj-$(CONFIG_AT91_LED) += led.o
/rk3399_rockchip-uboot/board/ronetix/pm9263/
H A DMakefile14 obj-$(CONFIG_AT91_LED) += led.o
/rk3399_rockchip-uboot/board/ti/beagle/
H A DMakefile9 obj-$(CONFIG_LED_STATUS) += led.o
/rk3399_rockchip-uboot/board/atmel/at91sam9m10g45ek/
H A DMakefile13 obj-(CONFIG_AT91_LED) += led.o
/rk3399_rockchip-uboot/board/atmel/at91sam9263ek/
H A DMakefile13 obj-$(CONFIG_AT91_LED) += led.o
/rk3399_rockchip-uboot/board/atmel/at91sam9260ek/
H A DMakefile13 obj-$(CONFIG_AT91_LED) += led.o
/rk3399_rockchip-uboot/board/atmel/at91sam9261ek/
H A DMakefile13 obj-$(CONFIG_AT91_LED) += led.o
/rk3399_rockchip-uboot/board/st/stm32f429-discovery/
H A DMakefile12 obj-y += led.o
/rk3399_rockchip-uboot/board/ronetix/pm9261/
H A DMakefile14 obj-$(CONFIG_RED_LED) += led.o

1234