Searched defs:property (Results 1 – 4 of 4) sorted by relevance
/arm-trusted-firmware-2.8.0/lib/libfdt/ |
A D | fdt_overlay.c | 414 int property) in overlay_fixup_phandle() 498 int property; in overlay_fixup_phandles() local 545 int property; in overlay_apply_node() local
|
A D | fdt_ro.c | 723 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count() 748 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search() 779 const char *property, int idx, in fdt_stringlist_get()
|
/arm-trusted-firmware-2.8.0/include/lib/libfdt/ |
A 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() 628 #define fdt_for_each_property_offset(property, fdt, node) \ argument
|
/arm-trusted-firmware-2.8.0/common/ |
A D | fdt_wrappers.c | 546 const struct fdt_property *property = fdt_get_property(dtb, in fdtw_translate_address() local
|
Completed in 10 milliseconds