Searched defs:led_properties (Results 1 – 2 of 2) sorted by relevance
633 struct led_properties { struct634 u32 color;635 bool color_present;636 const char *function;637 u32 func_enum;638 bool func_enum_present;639 const char *label;
104 static Property led_properties[] = { variable