Searched refs:fdt_property (Results 1 – 19 of 19) sorted by relevance
| /u-boot/tools/libfdt/ |
| 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() 26 new_prop = (struct fdt_property *)(unsigned long) in fdt_remove_unused_strings()
|
| /u-boot/scripts/dtc/libfdt/ |
| A D | libfdt.h | 607 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, 623 const struct fdt_property *fdt_get_property_namelen(const void *fdt, 657 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset, 659 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w() 663 return (struct fdt_property *)(uintptr_t) in fdt_get_property_w() 1404 int fdt_property(void *fdt, const char *name, const void *val, int len); 1408 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u32() 1413 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u64() 1439 fdt_property(fdt, name, str, strlen(str)+1)
|
| A D | fdt_ro.c | 357 static const struct fdt_property *fdt_get_property_by_offset_(const void *fdt, in fdt_get_property_by_offset_() 362 const struct fdt_property *prop; in fdt_get_property_by_offset_() 378 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, in fdt_get_property_by_offset() 394 static const struct fdt_property *fdt_get_property_namelen_(const void *fdt, in fdt_get_property_namelen_() 404 const struct fdt_property *prop; in fdt_get_property_namelen_() 425 const struct fdt_property *fdt_get_property_namelen(const void *fdt, in fdt_get_property_namelen() 443 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property() 455 const struct fdt_property *prop; in fdt_getprop_namelen() 472 const struct fdt_property *prop; in fdt_getprop_by_offset()
|
| A D | fdt.h | 41 struct fdt_property { struct
|
| A D | fdt_rw.c | 186 int len, struct fdt_property **prop) in fdt_resize_property_() 204 int len, struct fdt_property **prop) in fdt_add_property_() 262 struct fdt_property *prop; in fdt_setprop_placeholder() 295 struct fdt_property *prop; in fdt_appendprop() 321 struct fdt_property *prop; in fdt_delprop()
|
| A D | fdt_sw.c | 297 struct fdt_property *prop; in fdt_property_placeholder() 327 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() function 365 struct fdt_property *prop = in fdt_finish()
|
| A D | fdt_wip.c | 61 struct fdt_property *prop; in fdt_nop_property()
|
| A D | fdt.c | 184 offset += sizeof(struct fdt_property) - FDT_TAGSIZE in fdt_next_tag()
|
| /u-boot/board/armltd/vexpress/ |
| A D | vexpress_tc2.c | 42 const struct fdt_property *prop; in ft_board_setup()
|
| /u-boot/lib/efi_selftest/ |
| A D | efi_selftest_fdt.c | 93 struct fdt_property *prop = (struct fdt_property *)pos; in get_property()
|
| /u-boot/arch/arm/lib/ |
| A D | psci-dt.c | 35 const struct fdt_property *prop; in fdt_psci()
|
| /u-boot/lib/ |
| A D | fdtdec_test.c | 245 CHECK(fdt_property(fdt, "#address-cells", &na, sizeof(na))); in make_fdt_carveout() 246 CHECK(fdt_property(fdt, "#size-cells", &ns, sizeof(ns))); in make_fdt_carveout()
|
| A D | fdtdec.c | 394 const struct fdt_property *prop; in fdtdec_add_aliases_for_id()
|
| /u-boot/common/ |
| A D | fdt_region.c | 51 const struct fdt_property *prop; in fdt_find_regions() 267 const struct fdt_property *prop; in fdt_add_alias_regions() 483 const struct fdt_property *prop; in fdt_next_region()
|
| A D | fdt_support.c | 519 const struct fdt_property *fdt_prop; in fdt_fixup_ethernet()
|
| /u-boot/scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 18 * a struct called fdt_property. That struct causes swig to create a class in 19 * libfdt.py called fdt_property(), which confuses things. 24 return fdt_property(fdt, name, val, len); 993 %rename(fdt_property) fdt_property_func; 1028 %typemap(out) (struct fdt_property *) { 1095 /* We have both struct fdt_property and a function fdt_property() */ 1096 %warnfilter(302) fdt_property; 1114 * This function has a stub since the name fdt_property is used for both a
|
| /u-boot/drivers/pinctrl/nxp/ |
| A D | pinctrl-imx.c | 27 const struct fdt_property *prop; in imx_pinctrl_set_state()
|
| /u-boot/tools/ |
| A D | fdtgrep.c | 299 const struct fdt_property *prop; in display_fdt_by_regions() 617 const struct fdt_property *prop; in h_include()
|
| /u-boot/cmd/ |
| A D | fdt.c | 1007 const struct fdt_property *fdt_prop; in fdt_print()
|
Completed in 41 milliseconds