Home
last modified time | relevance | path

Searched defs:led_properties (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dleds.h635 struct led_properties { struct
636 u32 color;
637 bool color_present;
638 const char *function;
639 u32 func_enum;
640 bool func_enum_present;
641 const char *label;
/openbmc/qemu/hw/misc/
H A Dled.c104 static Property led_properties[] = { variable