Home
last modified time | relevance | path

Searched refs:green_led_off (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/
H A Dled.c46 void green_led_off(void) in green_led_off() function
66 green_led_off(); in __led_toggle()
83 green_led_off(); in __led_set()
/openbmc/u-boot/include/
H A Dstatus_led.h85 void green_led_off(void);
97 .extern green_led_off
/openbmc/u-boot/board/st/stm32f429-discovery/
H A Dled.c21 void green_led_off(void) in green_led_off() function
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/
H A Dled.c31 void green_led_off(void) in green_led_off() function
/openbmc/u-boot/board/ti/beagle/
H A Dled.c18 void green_led_off(void) in green_led_off() function
/openbmc/u-boot/board/atmel/at91rm9200ek/
H A Dled.c41 void green_led_off(void) in green_led_off() function
/openbmc/u-boot/drivers/misc/
H A Dgpio_led.c77 void green_led_off(void) in green_led_off() function
/openbmc/u-boot/cmd/
H A Dlegacy_led.c49 { "green", CONFIG_LED_STATUS_GREEN, green_led_off, green_led_on, NULL },
/openbmc/linux/drivers/pci/hotplug/
H A Dshpchp_ctrl.c404 p_slot->hpc_ops->green_led_off(p_slot); in shpchp_pushbutton_thread()
494 p_slot->hpc_ops->green_led_off(p_slot); in handle_button_press_event()
530 p_slot->hpc_ops->green_led_off(p_slot); in interrupt_event_handler()
H A Dshpchp.h317 void (*green_led_off)(struct slot *slot); member
H A Dshpchp_hpc.c890 .green_led_off = hpc_set_green_led_off,
/openbmc/u-boot/common/
H A Dboard_f.c75 __weak void green_led_off(void) {} in green_led_off() function