Searched defs:fdt_property (Results 1 – 6 of 6) sorted by relevance
41 struct fdt_property { struct42 fdt32_t tag;43 fdt32_t len;44 fdt32_t nameoff;45 char data[0];
325 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() function
92092 struct fdt_property { struct92093 fdt32_t tag;92094 fdt32_t len;92095 fdt32_t nameoff;92096 char data[0];
58818 struct fdt_property { struct58819 fdt32_t tag;58820 fdt32_t len;58821 fdt32_t nameoff;58822 char data[0];