| /OK3568_Linux_fs/u-boot/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_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_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.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()
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/libfdt/ |
| H A 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)
|
| H A D | fdt_ro.c | 356 static const struct fdt_property *fdt_get_property_by_offset_(const void *fdt, in fdt_get_property_by_offset_() 361 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()
|
| H A 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()
|
| H A D | fdt_sw.c | 295 struct fdt_property *prop; in fdt_property_placeholder() 325 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() function 363 struct fdt_property *prop = in fdt_finish()
|
| H A D | fdt.h | 41 struct fdt_property { struct
|
| H A D | fdt_wip.c | 61 struct fdt_property *prop; in fdt_nop_property()
|
| H A D | fdt.c | 187 offset += sizeof(struct fdt_property) - FDT_TAGSIZE in fdt_next_tag()
|
| /OK3568_Linux_fs/u-boot/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()
|
| H A D | fdt_sw.su | |
| /OK3568_Linux_fs/u-boot/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;
|
| /OK3568_Linux_fs/u-boot/board/armltd/vexpress/ |
| H A D | vexpress_tc2.c | 43 const struct fdt_property *prop;
|
| /OK3568_Linux_fs/u-boot/spl/lib/libfdt/ |
| H A D | fdt_sw.su | |
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | psci-dt.c | 35 const struct fdt_property *prop; in fdt_psci()
|
| /OK3568_Linux_fs/kernel/arch/arc/plat-axs10x/ |
| H A D | axs10x.c | 317 const struct fdt_property *prop; in axs103_early_init()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | fdtget.c | 110 const struct fdt_property *data; in list_properties()
|
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/nxp/ |
| H A D | pinctrl-imx.c | 23 const struct fdt_property *prop; in imx_pinctrl_set_state()
|