Home
last modified time | relevance | path

Searched refs:fdt_property (Results 1 – 18 of 18) sorted by relevance

/external/dtc/libfdt/
Dlibfdt.h642 const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
658 const struct fdt_property *fdt_get_property_namelen(const void *fdt,
692 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
694 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w()
698 return (struct fdt_property *)(uintptr_t) in fdt_get_property_w()
1439 int fdt_property(void *fdt, const char *name, const void *val, int len);
1443 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u32()
1448 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u64()
1474 fdt_property(fdt, name, str, strlen(str)+1)
Dfdt_ro.c354 static const struct fdt_property *fdt_get_property_by_offset_(const void *fdt, in fdt_get_property_by_offset_()
359 const struct fdt_property *prop; in fdt_get_property_by_offset_()
376 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, in fdt_get_property_by_offset()
392 static const struct fdt_property *fdt_get_property_namelen_(const void *fdt, in fdt_get_property_namelen_()
402 const struct fdt_property *prop; in fdt_get_property_namelen_()
423 const struct fdt_property *fdt_get_property_namelen(const void *fdt, in fdt_get_property_namelen()
441 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property()
453 const struct fdt_property *prop; in fdt_getprop_namelen()
470 const struct fdt_property *prop; in fdt_getprop_by_offset()
Dfdt_rw.c185 int len, struct fdt_property **prop) in fdt_resize_property_()
203 int len, struct fdt_property **prop) in fdt_add_property_()
261 struct fdt_property *prop; in fdt_setprop_placeholder()
294 struct fdt_property *prop; in fdt_appendprop()
320 struct fdt_property *prop; in fdt_delprop()
Dfdt_sw.c292 struct fdt_property *prop; in fdt_property_placeholder()
322 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() function
360 struct fdt_property *prop = in fdt_finish()
Dfdt.h41 struct fdt_property { struct
Dversion.lds38 fdt_property;
Dfdt_wip.c61 struct fdt_property *prop; in fdt_nop_property()
Dfdt.c183 offset += sizeof(struct fdt_property) - FDT_TAGSIZE in fdt_next_tag()
/external/dtc/tests/
Dsw_states.c87 CHECK_OK(fdt_property(fdt, "compatible", "subsubnode1\0subsubnode", in main()
104 CHECK_OK(fdt_property(fdt, "compatible", "subsubnode2\0subsubnode", in main()
Dsw_tree1.c186 CHECK(fdt_property(fdt, "compatible", "subsubnode1\0subsubnode", in main()
205 CHECK(fdt_property(fdt, "compatible", "subsubnode2\0subsubnode", in main()
Dtruncated_string.c21 const struct fdt_property *good, *bad; in main()
Dvalue-labels.c51 const struct fdt_property *prop; in check_prop_labels()
Ddtb_reverse.c63 CHECK(fdt_property(out, name, data, len)); in reverse_properties()
Ddtbs_equal_ordered.c72 const struct fdt_property *prop1, *prop2; in compare_structure()
Dtestutils.c93 const struct fdt_property *prop; in check_property()
/external/dtc/pylibfdt/
Dlibfdt.i24 return fdt_property(fdt, name, val, len); in fdt_property_stub()
992 %rename(fdt_property) fdt_property_func;
1027 %typemap(out) (struct fdt_property *) {
1095 %warnfilter(302) fdt_property;
/external/arm-trusted-firmware/common/
Dfdt_wrappers.c389 const struct fdt_property *ranges_prop, in fdtw_search_all_xlat_entries()
509 const struct fdt_property *property = fdt_get_property(dtb, in fdtw_translate_address()
/external/dtc/
Dfdtput.c144 delta = sizeof(struct fdt_property) + strlen(name) + 1; in realloc_property()