Searched defs:property_entry (Results 1 – 1 of 1) sorted by relevance
231 struct property_entry { struct232 const char *name;233 size_t length;234 bool is_array;235 enum dev_prop_type type;236 union {