Searched defs:property_entry (Results 1 – 1 of 1) sorted by relevance
185 struct property_entry { struct186 const char *name;187 size_t length;188 bool is_array;189 enum dev_prop_type type;190 union {