Searched defs:property (Results 1 – 7 of 7) sorted by relevance
| /scripts/kconfig/ |
| D | expr.h | 146 struct property { struct 147 struct property *next; /* next property - null if last */ argument 148 struct symbol *sym; /* the symbol for which the property is associated */ argument 149 enum prop_type type; /* type of property */ argument 152 struct expr *expr; /* the optional conditional part of the property */ argument 153 struct menu *menu; /* the menu the property are associated with argument 156 struct file *file; /* what file was this property defined */ argument 157 int lineno; /* what lineno was this property defined */ argument
|
| /scripts/dtc/ |
| D | dtc.h | 142 struct property { struct 147 struct property *next; argument 155 struct property *proplist; argument
|
| D | fdtget.c | 207 int node, const char *property) in show_data_for_item()
|
| D | fdtput.c | 135 const char *property, const char *buf, int len) in store_key_value()
|
| D | flattree.c | 57 void (*property)(void *, struct label *labels); member
|
| /scripts/dtc/libfdt/ |
| D | fdt_ro.c | 567 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count() 592 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search() 623 const char *property, int idx, in fdt_stringlist_get()
|
| D | libfdt.h | 514 #define fdt_for_each_property_offset(property, fdt, node) \ argument
|