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