Searched refs:LEDST_ON (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/led/ |
| H A D | led_bcm6358.c | 75 state = (priv->active_low ? LEDST_ON : LEDST_OFF); in bcm6358_led_get_state() 78 state = (priv->active_low ? LEDST_OFF : LEDST_ON); in bcm6358_led_get_state() 94 case LEDST_ON: in bcm6358_led_set_state() 99 return bcm6358_led_set_state(dev, LEDST_ON); in bcm6358_led_set_state()
|
| H A D | led_gpio.c | 30 case LEDST_ON: in gpio_led_set_state() 56 return ret ? LEDST_ON : LEDST_OFF; in gpio_led_get_state() 80 ret = gpio_led_set_state(dev, LEDST_ON); in led_gpio_probe()
|
| H A D | led_bcm6328.c | 76 state = (priv->active_low ? LEDST_ON : LEDST_OFF); in bcm6328_led_get_state() 79 state = (priv->active_low ? LEDST_OFF : LEDST_ON); in bcm6328_led_get_state() 100 case LEDST_ON: in bcm6328_led_set_state() 105 return bcm6328_led_set_state(dev, LEDST_ON); in bcm6328_led_set_state()
|
| /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() 46 ut_asserteq(LEDST_ON, led_get_state(dev)); in dm_test_led_gpio() 71 ut_asserteq(LEDST_ON, led_get_state(dev)); in dm_test_led_toggle()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | led.c | 18 [LEDST_ON] = "on", 107 case LEDST_ON: in do_led()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | led.h | 31 LEDST_ON = 1, enumerator
|
| /OK3568_Linux_fs/u-boot/drivers/power/ |
| H A D | charge_animation.c | 434 ledst = (soc < 100) ? LEDST_ON : LEDST_OFF; in leds_update() 438 (ledst == LEDST_ON) ? "ON" : "OFF", ret); in leds_update() 444 ledst = (soc == 100) ? LEDST_ON : LEDST_OFF; in leds_update() 448 ledst == LEDST_ON ? "ON" : "OFF", ret); in leds_update()
|
| /OK3568_Linux_fs/u-boot/board/st/stm32mp1/ |
| H A D | stm32mp1.c | 362 led_set_state(led, LEDST_ON); in board_check_usb_power()
|
| /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()
|