Searched defs:property_entry (Results 1 – 7 of 7) 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 {
17401 struct property_entry { struct17402 const char *name;17403 size_t length;17404 bool is_inline;17405 enum dev_prop_type type;17406 union {
25320 struct property_entry { struct25321 const char *name;25322 size_t length;25323 bool is_inline;25324 enum dev_prop_type type;25325 union {
24719 struct property_entry { struct24720 const char *name;24721 size_t length;24722 bool is_array;24723 enum dev_prop_type type;24724 union {