Home
last modified time | relevance | path

Searched defs:property (Results 1 – 7 of 7) sorted by relevance

/scripts/kconfig/
Dexpr.h144 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/
Ddtc.h139 struct property { struct
144 struct property *next; argument
152 struct property *proplist; argument
Dfdtget.c207 int node, const char *property) in show_data_for_item()
Dfdtput.c135 const char *property, const char *buf, int len) in store_key_value()
Dflattree.c57 void (*property)(void *, struct label *labels); member
/scripts/dtc/libfdt/
Dfdt_ro.c567 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()
Dlibfdt.h509 #define fdt_for_each_property_offset(property, fdt, node) \ argument