Searched defs:fdt_property (Results 1 – 2 of 2) sorted by relevance
35 struct fdt_property { struct36 uint32_t tag;37 uint32_t len;38 uint32_t nameoff;39 char data[0];
191 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() function