Home
last modified time | relevance | path

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

/scripts/kconfig/
A Dexpr.h191 struct property { struct
192 struct property *next; /* next property - null if last */ argument
193 struct symbol *sym; /* the symbol for which the property is associated */ argument
194 enum prop_type type; /* type of property */ argument
197 struct expr *expr; /* the optional conditional part of the property */ argument
198 struct menu *menu; /* the menu the property are associated with argument
201 struct file *file; /* what file was this property defined */ argument
202 int lineno; /* what lineno was this property defined */ argument
/scripts/dtc/
A Ddtc.h142 struct property { struct
147 struct property *next; argument
155 struct property *proplist; argument
A Dflattree.c57 void (*property)(void *, struct label *labels); member
/scripts/dtc/libfdt/
A Dfdt_overlay.c429 int property) in overlay_fixup_phandle()
513 int property; in overlay_fixup_phandles() local
560 int property; in overlay_apply_node() local
A Dlibfdt.h120 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st()
130 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st()
575 #define fdt_for_each_property_offset(property, fdt, node) \ argument
A Dfdt_ro.c720 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count()
745 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search()
776 const char *property, int idx, in fdt_stringlist_get()

Completed in 20 milliseconds