Searched refs:fdt_property (Results 1 – 18 of 18) sorted by relevance
/external/dtc/libfdt/ |
D | libfdt.h | 642 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)
|
D | fdt_ro.c | 354 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()
|
D | fdt_rw.c | 185 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()
|
D | fdt_sw.c | 292 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()
|
D | fdt.h | 41 struct fdt_property { struct
|
D | version.lds | 38 fdt_property;
|
D | fdt_wip.c | 61 struct fdt_property *prop; in fdt_nop_property()
|
D | fdt.c | 183 offset += sizeof(struct fdt_property) - FDT_TAGSIZE in fdt_next_tag()
|
/external/dtc/tests/ |
D | sw_states.c | 87 CHECK_OK(fdt_property(fdt, "compatible", "subsubnode1\0subsubnode", in main() 104 CHECK_OK(fdt_property(fdt, "compatible", "subsubnode2\0subsubnode", in main()
|
D | sw_tree1.c | 186 CHECK(fdt_property(fdt, "compatible", "subsubnode1\0subsubnode", in main() 205 CHECK(fdt_property(fdt, "compatible", "subsubnode2\0subsubnode", in main()
|
D | truncated_string.c | 21 const struct fdt_property *good, *bad; in main()
|
D | value-labels.c | 51 const struct fdt_property *prop; in check_prop_labels()
|
D | dtb_reverse.c | 63 CHECK(fdt_property(out, name, data, len)); in reverse_properties()
|
D | dtbs_equal_ordered.c | 72 const struct fdt_property *prop1, *prop2; in compare_structure()
|
D | testutils.c | 93 const struct fdt_property *prop; in check_property()
|
/external/dtc/pylibfdt/ |
D | libfdt.i | 24 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/ |
D | fdt_wrappers.c | 389 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/ |
D | fdtput.c | 144 delta = sizeof(struct fdt_property) + strlen(name) + 1; in realloc_property()
|