Home
last modified time | relevance | path

Searched refs:yellow_led_on (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/
H A Dstatus_led.h86 void yellow_led_on(void);
94 .extern yellow_led_on
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/
H A Dled.c38 void yellow_led_on(void) in yellow_led_on() function
/openbmc/u-boot/board/atmel/at91rm9200ek/
H A Dled.c29 void yellow_led_on(void) in yellow_led_on() function
/openbmc/u-boot/drivers/misc/
H A Dgpio_led.c84 void yellow_led_on(void) in yellow_led_on() function
/openbmc/u-boot/cmd/
H A Dlegacy_led.c52 { "yellow", CONFIG_LED_STATUS_YELLOW, yellow_led_off, yellow_led_on,
/openbmc/u-boot/common/
H A Dboard_f.c76 __weak void yellow_led_on(void) {} in yellow_led_on() function