Home
last modified time | relevance | path

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

/arch/powerpc/boot/libfdt/
Dlibfdt.h372 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
374 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w()
378 return (struct fdt_property *)(uintptr_t) in fdt_get_property_w()
788 int fdt_property(void *fdt, const char *name, const void *val, int len);
792 return fdt_property(fdt, name, &val, sizeof(val)); in fdt_property_cell()
795 fdt_property(fdt, name, str, strlen(str)+1)
Dfdt_sw.c191 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() function
193 struct fdt_property *prop; in fdt_property()
239 struct fdt_property *prop = in fdt_finish()
Dfdt.h35 struct fdt_property { struct
Dfdt_rw.c206 int len, struct fdt_property **prop) in _fdt_resize_property()
224 int len, struct fdt_property **prop) in _fdt_add_property()
277 struct fdt_property *prop; in fdt_setprop()
294 struct fdt_property *prop; in fdt_delprop()
Dfdt_ro.c181 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property()
186 const struct fdt_property *prop; in fdt_get_property()
247 const struct fdt_property *prop; in fdt_getprop()
Dfdt_wip.c85 struct fdt_property *prop; in fdt_nop_property()