| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | pca9551_led.c | 40 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 D | status_led.c | 107 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 D | lowlevel_init.S | 75 .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 D | netgear,cg3100d.dts | 46 led@0 { 52 led@1 { 58 led@2 { 64 led@3 { 70 led@4 { 76 led@6 { 82 led@7 {
|
| H A D | comtrend,vr-3032u.dts | 30 led@2 { 36 led@3 { 42 led@4 { 48 led@7 { 54 led@8 { 60 led@20 {
|
| H A D | comtrend,ar-5387un.dts | 27 led@1 { 32 led@4 { 37 led@7 { 42 led@8 { 47 led@11 {
|
| H A D | sfr,nb4-ser.dts | 61 led@0 { 67 led@2 { 73 led@3 { 79 led@4 {
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm920t/ep93xx/ |
| H A D | led.c | 16 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 D | am571x-idk.dts | 26 cpu0-led { 33 usr0-led { 39 heartbeat-led { 46 usr1-led { 52 usr2-led { 58 mmc0-led {
|
| H A D | am572x-idk.dts | 33 cpu0-led { 40 usr0-led { 46 heartbeat-led { 53 cpu1-led { 60 usr1-led { 66 mmc0-led {
|
| H A D | am335x-icev2.dts | 54 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 D | pixis.h | 23 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 D | altera_pio.txt | 23 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 D | ecovec.c | 25 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 D | Makefile | 19 obj-y += led.o
|
| /rk3399_rockchip-uboot/board/atmel/at91rm9200ek/ |
| H A D | Makefile | 9 obj-y += led.o
|
| /rk3399_rockchip-uboot/board/atmel/at91sam9rlek/ |
| H A D | Makefile | 13 obj-$(CONFIG_AT91_LED) += led.o
|
| /rk3399_rockchip-uboot/board/ronetix/pm9263/ |
| H A D | Makefile | 14 obj-$(CONFIG_AT91_LED) += led.o
|
| /rk3399_rockchip-uboot/board/ti/beagle/ |
| H A D | Makefile | 9 obj-$(CONFIG_LED_STATUS) += led.o
|
| /rk3399_rockchip-uboot/board/atmel/at91sam9m10g45ek/ |
| H A D | Makefile | 13 obj-(CONFIG_AT91_LED) += led.o
|
| /rk3399_rockchip-uboot/board/atmel/at91sam9263ek/ |
| H A D | Makefile | 13 obj-$(CONFIG_AT91_LED) += led.o
|
| /rk3399_rockchip-uboot/board/atmel/at91sam9260ek/ |
| H A D | Makefile | 13 obj-$(CONFIG_AT91_LED) += led.o
|
| /rk3399_rockchip-uboot/board/atmel/at91sam9261ek/ |
| H A D | Makefile | 13 obj-$(CONFIG_AT91_LED) += led.o
|
| /rk3399_rockchip-uboot/board/st/stm32f429-discovery/ |
| H A D | Makefile | 12 obj-y += led.o
|
| /rk3399_rockchip-uboot/board/ronetix/pm9261/ |
| H A D | Makefile | 14 obj-$(CONFIG_RED_LED) += led.o
|