| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | led.c | 44 ut_assertok(led_set_state(dev, LEDST_ON)); in dm_test_led_gpio() 48 ut_assertok(led_set_state(dev, LEDST_OFF)); in dm_test_led_gpio() 69 ut_assertok(led_set_state(dev, LEDST_TOGGLE)); in dm_test_led_toggle() 73 ut_assertok(led_set_state(dev, LEDST_TOGGLE)); in dm_test_led_toggle() 116 ut_asserteq(-ENOSYS, led_set_state(dev, LEDST_BLINK)); in dm_test_led_blink()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | led.c | 109 ret = led_set_state(dev, cmd); in do_led() 115 ret = led_set_state(dev, LEDST_BLINK); in do_led()
|
| /OK3568_Linux_fs/u-boot/board/st/stm32mp1/ |
| H A D | stm32mp1.c | 257 ret = led_set_state(dev, cmd); in setup_led() 359 led_set_state(led, LEDST_TOGGLE); in board_check_usb_power() 362 led_set_state(led, LEDST_ON); in board_check_usb_power()
|
| /OK3568_Linux_fs/u-boot/board/espt/ |
| H A D | espt.c | 25 void led_set_state(unsigned short value) in led_set_state() function
|
| /OK3568_Linux_fs/u-boot/board/ms7720se/ |
| H A D | ms7720se.c | 33 void led_set_state(unsigned short value) in led_set_state() function
|
| /OK3568_Linux_fs/u-boot/board/renesas/MigoR/ |
| H A D | migo_r.c | 29 void led_set_state (unsigned short value) in led_set_state() function
|
| /OK3568_Linux_fs/u-boot/board/ms7722se/ |
| H A D | ms7722se.c | 34 void led_set_state(unsigned short value) in led_set_state() function
|
| /OK3568_Linux_fs/u-boot/board/renesas/r7780mp/ |
| H A D | r7780mp.c | 34 void led_set_state(unsigned short value) in led_set_state() function
|
| /OK3568_Linux_fs/u-boot/board/renesas/sh7763rdp/ |
| H A D | sh7763rdp.c | 52 void led_set_state(unsigned short value) in led_set_state() function
|
| /OK3568_Linux_fs/u-boot/board/renesas/rsk7269/ |
| H A D | rsk7269.c | 29 void led_set_state(unsigned short value) in led_set_state() function
|
| /OK3568_Linux_fs/u-boot/board/renesas/rsk7203/ |
| H A D | rsk7203.c | 27 void led_set_state(unsigned short value) in led_set_state() function
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | led.h | 91 int led_set_state(struct udevice *dev, enum led_state_t state);
|
| /OK3568_Linux_fs/u-boot/board/renesas/rsk7264/ |
| H A D | rsk7264.c | 28 void led_set_state(unsigned short value) in led_set_state() function
|
| /OK3568_Linux_fs/u-boot/drivers/led/ |
| H A D | led-uclass.c | 35 int led_set_state(struct udevice *dev, enum led_state_t state) in led_set_state() function
|
| /OK3568_Linux_fs/u-boot/board/shmin/ |
| H A D | shmin.c | 41 void led_set_state(unsigned short value) in led_set_state() function
|
| /OK3568_Linux_fs/u-boot/board/renesas/ap325rxa/ |
| H A D | ap325rxa.c | 131 void led_set_state(unsigned short value) in led_set_state() function
|
| /OK3568_Linux_fs/u-boot/drivers/power/ |
| H A D | charge_animation.c | 435 ret = led_set_state(priv->led_charging, ledst); in leds_update() 445 ret = led_set_state(priv->led_full, ledst); in leds_update()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | spl.c | 288 ret = led_set_state(dev, LEDST_ON); in setup_led()
|