Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/libfdt/
H A Dfdt_rw.c7 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 Dlibfdt.h543 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 Dfdt_ro.c271 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 Dfdt_sw.c225 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 Dfdt_rw.c204 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 Dfdt.h86 struct fdt_property { struct
H A Dfdt_wip.c106 struct fdt_property *prop; in fdt_nop_property()
H A Dfdt.c124 offset += sizeof(struct fdt_property) - FDT_TAGSIZE in fdt_next_tag()
/rk3399_rockchip-uboot/lib/libfdt/
H A Dfdt_ro.c250 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 Dfdt_region.c50 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 Dvexpress_tc2.c43 const struct fdt_property *prop;
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dpsci-dt.c35 const struct fdt_property *prop; in fdt_psci()
H A Dbootm.c350 const struct fdt_property *prop; in arm64_switch_aarch32()
/rk3399_rockchip-uboot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped382 %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 Dpinctrl-imx.c23 const struct fdt_property *prop; in imx_pinctrl_set_state()
/rk3399_rockchip-uboot/tools/
H A Dfdtgrep.c296 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 Dfdt.c959 const struct fdt_property *fdt_prop; in fdt_print()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dboard.c624 const struct fdt_property *prop; in sanity_cpu_swap()
/rk3399_rockchip-uboot/lib/
H A Dfdtdec.c433 const struct fdt_property *prop; in fdtdec_add_aliases_for_id()
/rk3399_rockchip-uboot/common/
H A Dfdt_support.c642 const struct fdt_property *fdt_prop; in fdt_fixup_ethernet()