Searched defs:fdt_property (Results 1 – 2 of 2) sorted by relevance
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