Lines Matching refs:property
137 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st() argument
139 uint8_t *bp = property; in fdt32_st()
161 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st() argument
163 uint8_t *bp = property; in fdt64_st()
605 #define fdt_for_each_property_offset(property, fdt, node) \ argument
606 for (property = fdt_first_property_offset(fdt, node); \
607 property >= 0; \
608 property = fdt_next_property_offset(fdt, property))
1087 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property);
1108 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property,
1136 const char *property, int index,