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.h633 struct led_properties { struct
634 u32 color;
635 bool color_present;
636 const char *function;
637 u32 func_enum;
638 bool func_enum_present;
639 const char *label;
/openbmc/qemu/hw/misc/
H A Dled.c104 static Property led_properties[] = { variable