Searched defs:property_entry (Results 1 – 1 of 1) sorted by relevance
25385 struct property_entry { struct25386 const char *name;25387 size_t length;25388 bool is_inline;25389 enum dev_prop_type type;25390 union {