/external/dtc/libfdt/ |
D | libfdt.h | 543 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, 559 const struct fdt_property *fdt_get_property_namelen(const void *fdt, 593 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset, 595 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w() 599 return (struct fdt_property *)(uintptr_t) in fdt_get_property_w() 1302 int fdt_property(void *fdt, const char *name, const void *val, int len); 1306 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u32() 1311 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u64() 1334 fdt_property(fdt, name, str, strlen(str)+1)
|
D | fdt_ro.c | 271 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, in fdt_get_property_by_offset() 276 const struct fdt_property *prop; in fdt_get_property_by_offset() 292 const struct fdt_property *fdt_get_property_namelen(const void *fdt, in fdt_get_property_namelen() 300 const struct fdt_property *prop; in fdt_get_property_namelen() 316 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property() 327 const struct fdt_property *prop; in fdt_getprop_namelen() 339 const struct fdt_property *prop; in fdt_getprop_by_offset()
|
D | fdt_rw.c | 204 int len, struct fdt_property **prop) in _fdt_resize_property() 222 int len, struct fdt_property **prop) in _fdt_add_property() 275 struct fdt_property *prop; in fdt_setprop() 294 struct fdt_property *prop; in fdt_appendprop() 320 struct fdt_property *prop; in fdt_delprop()
|
D | fdt_sw.c | 225 struct fdt_property *prop; in fdt_property_placeholder() 245 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() function 283 struct fdt_property *prop = in fdt_finish()
|
D | fdt.h | 86 struct fdt_property { struct
|
D | version.lds | 36 fdt_property;
|
D | fdt_wip.c | 106 struct fdt_property *prop; in fdt_nop_property()
|
/external/u-boot/scripts/dtc/libfdt/ |
D | libfdt.h | 546 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, 562 const struct fdt_property *fdt_get_property_namelen(const void *fdt, 596 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset, 598 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w() 602 return (struct fdt_property *)(uintptr_t) in fdt_get_property_w() 1305 int fdt_property(void *fdt, const char *name, const void *val, int len); 1309 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u32() 1314 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u64() 1337 fdt_property(fdt, name, str, strlen(str)+1)
|
D | fdt_ro.c | 290 static const struct fdt_property *fdt_get_property_by_offset_(const void *fdt, in fdt_get_property_by_offset_() 295 const struct fdt_property *prop; in fdt_get_property_by_offset_() 311 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, in fdt_get_property_by_offset() 327 static const struct fdt_property *fdt_get_property_namelen_(const void *fdt, in fdt_get_property_namelen_() 337 const struct fdt_property *prop; in fdt_get_property_namelen_() 357 const struct fdt_property *fdt_get_property_namelen(const void *fdt, in fdt_get_property_namelen() 375 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property() 387 const struct fdt_property *prop; in fdt_getprop_namelen() 404 const struct fdt_property *prop; in fdt_getprop_by_offset()
|
D | fdt_rw.c | 204 int len, struct fdt_property **prop) in fdt_resize_property_() 222 int len, struct fdt_property **prop) in fdt_add_property_() 275 struct fdt_property *prop; in fdt_setprop_placeholder() 308 struct fdt_property *prop; in fdt_appendprop() 334 struct fdt_property *prop; in fdt_delprop()
|
D | fdt_sw.c | 225 struct fdt_property *prop; in fdt_property_placeholder() 245 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() function 283 struct fdt_property *prop = in fdt_finish()
|
D | fdt.h | 86 struct fdt_property { struct
|
D | fdt_wip.c | 106 struct fdt_property *prop; in fdt_nop_property()
|
/external/u-boot/tools/libfdt/ |
D | fdt_rw.c | 7 const struct fdt_property *old_prop; in fdt_remove_unused_strings() 8 struct fdt_property *new_prop; in fdt_remove_unused_strings() 25 new_prop = (struct fdt_property *)(unsigned long) in fdt_remove_unused_strings()
|
/external/u-boot/lib/libfdt/ |
D | fdt_ro.c | 250 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, in fdt_get_property_by_offset() 255 const struct fdt_property *prop; in fdt_get_property_by_offset() 271 const struct fdt_property *fdt_get_property_namelen(const void *fdt, in fdt_get_property_namelen() 279 const struct fdt_property *prop; in fdt_get_property_namelen() 295 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property() 306 const struct fdt_property *prop; in fdt_getprop_namelen() 318 const struct fdt_property *prop; in fdt_getprop_by_offset()
|
D | fdt_region.c | 48 const struct fdt_property *prop; in fdt_find_regions() 249 const struct fdt_property *prop; in fdt_add_alias_regions() 465 const struct fdt_property *prop; in fdt_next_region()
|
/external/dtc/pylibfdt/ |
D | libfdt.i | 366 %rename(fdt_property) fdt_property_func; 396 %typemap(out) (struct fdt_property *) { 419 %warnfilter(302) fdt_property;
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_fdt.c | 78 struct fdt_property *prop = (struct fdt_property *)pos; in get_property()
|
/external/dtc/tests/ |
D | sw_tree1.c | 139 CHECK(fdt_property(fdt, "compatible", "subsubnode1\0subsubnode", in main() 158 CHECK(fdt_property(fdt, "compatible", "subsubnode2\0subsubnode", in main()
|
D | value-labels.c | 64 const struct fdt_property *prop; in check_prop_labels()
|
D | dtb_reverse.c | 76 CHECK(fdt_property(out, name, data, len)); in reverse_properties()
|
D | dtbs_equal_ordered.c | 85 const struct fdt_property *prop1, *prop2; in compare_structure()
|
/external/u-boot/scripts/dtc/pylibfdt/ |
D | libfdt.i_shipped | 381 %rename(fdt_property) fdt_property_func; 411 %typemap(out) (struct fdt_property *) { 433 /* We have both struct fdt_property and a function fdt_property() */ 434 %warnfilter(302) fdt_property;
|
/external/u-boot/board/armltd/vexpress/ |
D | vexpress_tc2.c | 42 const struct fdt_property *prop; in ft_board_setup()
|
/external/u-boot/arch/arm/lib/ |
D | psci-dt.c | 34 const struct fdt_property *prop; in fdt_psci()
|