Searched refs:fdt_property (Results 1 – 6 of 6) sorted by relevance
/arch/powerpc/boot/libfdt/ |
D | libfdt.h | 372 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)
|
D | fdt_sw.c | 191 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()
|
D | fdt.h | 35 struct fdt_property { struct
|
D | fdt_rw.c | 206 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()
|
D | fdt_ro.c | 181 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()
|
D | fdt_wip.c | 85 struct fdt_property *prop; in fdt_nop_property()
|