| /rk3399_rockchip-uboot/tools/libfdt/ |
| H A 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()
|
| /rk3399_rockchip-uboot/scripts/dtc/libfdt/ |
| H A 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)
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A D | fdt.h | 86 struct fdt_property { struct
|
| H A D | fdt_wip.c | 106 struct fdt_property *prop; in fdt_nop_property()
|
| H A D | fdt.c | 124 offset += sizeof(struct fdt_property) - FDT_TAGSIZE in fdt_next_tag()
|
| /rk3399_rockchip-uboot/lib/libfdt/ |
| H A 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()
|
| H A D | fdt_region.c | 50 const struct fdt_property *prop; in fdt_find_regions() 251 const struct fdt_property *prop; in fdt_add_alias_regions() 467 const struct fdt_property *prop; in fdt_next_region()
|
| /rk3399_rockchip-uboot/board/armltd/vexpress/ |
| H A D | vexpress_tc2.c | 43 const struct fdt_property *prop;
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | psci-dt.c | 35 const struct fdt_property *prop; in fdt_psci()
|
| H A D | bootm.c | 350 const struct fdt_property *prop; in arm64_switch_aarch32()
|
| /rk3399_rockchip-uboot/scripts/dtc/pylibfdt/ |
| H A D | libfdt.i_shipped | 382 %rename(fdt_property) fdt_property_func; 412 %typemap(out) (struct fdt_property *) { 434 /* We have both struct fdt_property and a function fdt_property() */ 435 %warnfilter(302) fdt_property;
|
| /rk3399_rockchip-uboot/drivers/pinctrl/nxp/ |
| H A D | pinctrl-imx.c | 23 const struct fdt_property *prop; in imx_pinctrl_set_state()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | fdtgrep.c | 296 const struct fdt_property *prop; in display_fdt_by_regions() 614 const struct fdt_property *prop; in h_include()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | fdt.c | 959 const struct fdt_property *fdt_prop; in fdt_print()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | board.c | 624 const struct fdt_property *prop; in sanity_cpu_swap()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | fdtdec.c | 433 const struct fdt_property *prop; in fdtdec_add_aliases_for_id()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | fdt_support.c | 642 const struct fdt_property *fdt_prop; in fdt_fixup_ethernet()
|