Home
last modified time | relevance | path

Searched refs:LEDST_BLINK (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/cmd/
Dled.c20 [LEDST_BLINK] = "blink",
93 if (cmd == LEDST_BLINK) { in do_led()
111 case LEDST_BLINK: in do_led()
114 ret = led_set_state(dev, LEDST_BLINK); in do_led()
/external/u-boot/drivers/led/
Dled_bcm6328.c69 state = LEDST_BLINK; in bcm6328_led_get_state()
90 case LEDST_BLINK: in bcm6328_led_set_state()
/external/u-boot/include/
Dled.h33 LEDST_BLINK, enumerator
/external/u-boot/test/dm/
Dled.c131 ut_asserteq(-ENOSYS, led_set_state(dev, LEDST_BLINK)); in dm_test_led_blink()