Searched refs:init_led (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/board/Barix/ipam390/ |
H A D | ipam390.c | 240 static int init_led(int gpio, char *name, int val) in init_led() function 265 red = init_led(CONFIG_IPAM390_GPIO_LED_RED, "red", LED_ON); in show_boot_progress() 269 green = init_led(CONFIG_IPAM390_GPIO_LED_GREEN, "green", in show_boot_progress() 331 init_led(CONFIG_IPAM390_GPIO_LED_RED, "red", LED_ON); in spl_start_uboot() 332 init_led(CONFIG_IPAM390_GPIO_LED_GREEN, "green", LED_OFF); in spl_start_uboot()
|
/openbmc/linux/drivers/leds/ |
H A D | leds-mc13783.c | 185 u32 init_led = 0; in mc13xxx_led_probe() local 236 if (init_led & (1 << id)) { in mc13xxx_led_probe() 241 init_led |= 1 << id; in mc13xxx_led_probe()
|