Searched defs:property (Results 1 – 6 of 6) sorted by relevance
| /scripts/kconfig/ |
| D | expr.h | 144 struct property { struct 145 struct property *next; /* next property - null if last */ argument 146 struct symbol *sym; /* the symbol for which the property is associated */ argument 147 enum prop_type type; /* type of property */ argument 150 struct expr *expr; /* the optional conditional part of the property */ argument 151 struct menu *menu; /* the menu the property are associated with argument 154 struct file *file; /* what file was this property defined */ argument 155 int lineno; /* what lineno was this property defined */ argument
|
| /scripts/dtc/ |
| D | dtc.h | 135 struct property { struct 140 struct property *next; argument 148 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 | 541 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count() 566 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search() 597 const char *property, int idx, in fdt_stringlist_get()
|