Searched defs:fdt_property (Results 1 – 4 of 4) sorted by relevance
41 struct fdt_property { struct42 fdt32_t tag;43 fdt32_t len;44 fdt32_t nameoff;45 char data[];
325 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() function
86 struct fdt_property { struct87 fdt32_t tag;88 fdt32_t len;89 fdt32_t nameoff;90 char data[0];
245 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() function