Searched defs:property_entry (Results 1 – 1 of 1) sorted by relevance
24534 struct property_entry { struct24535 const char *name;24536 size_t length;24537 bool is_inline;24538 enum dev_prop_type type;24539 union {