Home
last modified time | relevance | path

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

/scripts/kconfig/
Dexpr.h192 struct property { struct
193 struct property *next; /* next property - null if last */ argument
194 struct symbol *sym; /* the symbol for which the property is associated */ argument
195 enum prop_type type; /* type of property */ argument
198 struct expr *expr; /* the optional conditional part of the property */ argument
199 struct menu *menu; /* the menu the property are associated with argument
202 struct file *file; /* what file was this property defined */ argument
203 int lineno; /* what lineno was this property defined */ argument
/scripts/dtc/
Ddtc.h139 struct property { struct
144 struct property *next; argument
153 struct property *proplist; argument
Dfdtput.c121 const char *property, const char *buf, int len) in store_key_value()
Dfdtget.c193 int node, const char *property) in show_data_for_item()
Dflattree.c42 void (*property)(void *, struct label *labels); member
/scripts/dtc/libfdt/
Dfdt_overlay.c428 int property) in overlay_fixup_phandle()
512 int property; in overlay_fixup_phandles() local
559 int property; in overlay_apply_node() local
Dlibfdt.h137 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st()
161 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st()
605 #define fdt_for_each_property_offset(property, fdt, node) \ argument
Dfdt_ro.c698 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count()
723 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search()
754 const char *property, int idx, in fdt_stringlist_get()