Home
last modified time | relevance | path

Searched defs:property (Results 1 – 6 of 6) 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.h135 struct property { struct
140 struct property *next; argument
148 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.c541 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()