Lines Matching refs:property
151 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st() argument
153 uint8_t *bp = (uint8_t *)property; in fdt32_st()
175 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st() argument
177 uint8_t *bp = (uint8_t *)property; in fdt64_st()
653 #define fdt_for_each_property_offset(property, fdt, node) \ argument
654 for (property = fdt_first_property_offset(fdt, node); \
655 property >= 0; \
656 property = fdt_next_property_offset(fdt, property))
1186 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property);
1207 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property,
1235 const char *property, int index,