Searched refs:CONFIG_GREEN_LED (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/st/stm32f429-discovery/ |
| H A D | led.c | 14 gpio_direction_output(CONFIG_GREEN_LED, 0); in coloured_LED_init() 24 gpio_set_value(CONFIG_GREEN_LED, 0); in green_led_off() 34 gpio_set_value(CONFIG_GREEN_LED, 1); in green_led_on()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-at91/arm926ejs/ |
| H A D | led.c | 26 #ifdef CONFIG_GREEN_LED 29 gpio_set_value(CONFIG_GREEN_LED, 0); in green_led_on() 34 gpio_set_value(CONFIG_GREEN_LED, 1); in green_led_off()
|
| /OK3568_Linux_fs/u-boot/board/mini-box/picosam9g45/ |
| H A D | led.c | 19 at91_set_gpio_output(CONFIG_GREEN_LED, 1); in coloured_LED_init() 21 at91_set_gpio_value(CONFIG_GREEN_LED, 1); in coloured_LED_init()
|
| /OK3568_Linux_fs/u-boot/board/atmel/at91sam9260ek/ |
| H A D | led.c | 18 at91_set_gpio_output(CONFIG_GREEN_LED, 1); in coloured_LED_init() 21 at91_set_gpio_value(CONFIG_GREEN_LED, 1); in coloured_LED_init()
|
| /OK3568_Linux_fs/u-boot/board/ronetix/pm9263/ |
| H A D | led.c | 20 gpio_direction_output(CONFIG_GREEN_LED, 1); in coloured_LED_init() 23 gpio_set_value(CONFIG_GREEN_LED, 1); in coloured_LED_init()
|
| /OK3568_Linux_fs/u-boot/board/atmel/at91sam9m10g45ek/ |
| H A D | led.c | 20 at91_set_gpio_output(CONFIG_GREEN_LED, 1); in coloured_LED_init() 23 at91_set_gpio_value(CONFIG_GREEN_LED, 1); in coloured_LED_init()
|
| /OK3568_Linux_fs/u-boot/board/atmel/at91sam9261ek/ |
| H A D | led.c | 22 at91_set_gpio_output(CONFIG_GREEN_LED, 1); in coloured_LED_init() 26 at91_set_gpio_value(CONFIG_GREEN_LED, 1); in coloured_LED_init()
|
| /OK3568_Linux_fs/u-boot/board/ronetix/pm9261/ |
| H A D | led.c | 20 gpio_direction_output(CONFIG_GREEN_LED, 1); in coloured_LED_init() 24 gpio_set_value(CONFIG_GREEN_LED, 1); in coloured_LED_init()
|
| /OK3568_Linux_fs/u-boot/board/atmel/at91sam9rlek/ |
| H A D | led.c | 20 at91_set_gpio_output(CONFIG_GREEN_LED, 1); in coloured_LED_init() 24 at91_set_gpio_value(CONFIG_GREEN_LED, 1); in coloured_LED_init()
|
| /OK3568_Linux_fs/u-boot/board/atmel/at91sam9263ek/ |
| H A D | led.c | 21 at91_set_gpio_output(CONFIG_GREEN_LED, 1); in coloured_LED_init() 25 at91_set_gpio_value(CONFIG_GREEN_LED, 1); in coloured_LED_init()
|
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | stm32f429-discovery.h | 43 #define CONFIG_GREEN_LED 109 macro
|
| H A D | pm9g45.h | 56 #define CONFIG_GREEN_LED GPIO_PIN_PD(0) /* this is the user2 led */ macro
|
| H A D | picosam9g45.h | 57 #define CONFIG_GREEN_LED AT91_PIN_PD31 /* this is the user1 led */ macro
|
| H A D | corvus.h | 52 #define CONFIG_GREEN_LED AT91_PIN_PD0 /* this is the user2 led */ macro
|
| H A D | smartweb.h | 63 #define CONFIG_GREEN_LED AT91_PIN_PA6 macro
|
| /OK3568_Linux_fs/u-boot/board/siemens/corvus/ |
| H A D | board.c | 54 gpio_request(CONFIG_GREEN_LED, "green led"); in corvus_request_gpio()
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | config_whitelist.txt | 861 CONFIG_GREEN_LED
|