Searched defs:property (Results 1 – 8 of 8) sorted by relevance
| /scripts/kconfig/ |
| D | expr.h | 187 struct property { struct 188 struct property *next; /* next property - null if last */ argument 189 enum prop_type type; /* type of property */ argument 192 struct expr *expr; /* the optional conditional part of the property */ argument 193 struct menu *menu; /* the menu the property are associated with argument 196 const char *filename; /* what file was this property defined */ argument 197 int lineno; /* what lineno was this property defined */ argument
|
| /scripts/dtc/ |
| D | dtc.h | 206 struct property { struct 211 struct property *next; argument 220 struct property *proplist; argument
|
| D | fdtget.c | 193 int node, const char *property) in show_data_for_item()
|
| D | fdtput.c | 121 const char *property, const char *buf, int len) in store_key_value()
|
| D | flattree.c | 42 void (*property)(void *, struct label *labels); member
|
| /scripts/dtc/libfdt/ |
| D | fdt_overlay.c | 376 int property) in overlay_fixup_phandle() 476 int property; in overlay_fixup_phandles() local 772 int property; in overlay_apply_node() local
|
| D | libfdt.h | 151 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st() 175 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st() 653 #define fdt_for_each_property_offset(property, fdt, node) \ argument
|
| D | fdt_ro.c | 752 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count() 777 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search() 808 const char *property, int idx, in fdt_stringlist_get()
|