Searched defs:fdt_property (Results 1 – 4 of 4) sorted by relevance
94 struct fdt_property { struct95 fdt32_t tag;96 fdt32_t len;97 fdt32_t nameoff;98 char data[];
86 struct fdt_property { struct87 fdt32_t tag;88 fdt32_t len;89 fdt32_t nameoff;90 char data[0];
191 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() function
223 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() function