Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/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_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_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.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()
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/kernel/scripts/dtc/libfdt/
H A Dlibfdt.h642 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 Dfdt_ro.c356 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 Dfdt_rw.c185 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 Dfdt_sw.c295 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 Dfdt.h41 struct fdt_property { struct
H A Dfdt_wip.c61 struct fdt_property *prop; in fdt_nop_property()
H A Dfdt.c187 offset += sizeof(struct fdt_property) - FDT_TAGSIZE in fdt_next_tag()
/OK3568_Linux_fs/u-boot/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()
H A Dfdt_sw.su
/OK3568_Linux_fs/u-boot/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;
/OK3568_Linux_fs/u-boot/board/armltd/vexpress/
H A Dvexpress_tc2.c43 const struct fdt_property *prop;
/OK3568_Linux_fs/u-boot/spl/lib/libfdt/
H A Dfdt_sw.su
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dpsci-dt.c35 const struct fdt_property *prop; in fdt_psci()
/OK3568_Linux_fs/kernel/arch/arc/plat-axs10x/
H A Daxs10x.c317 const struct fdt_property *prop; in axs103_early_init()
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dfdtget.c110 const struct fdt_property *data; in list_properties()
/OK3568_Linux_fs/u-boot/drivers/pinctrl/nxp/
H A Dpinctrl-imx.c23 const struct fdt_property *prop; in imx_pinctrl_set_state()

12