Home
last modified time | relevance | path

Searched defs:fdt_property (Results 1 – 2 of 2) sorted by relevance

/scripts/dtc/libfdt/
Dfdt.h35 struct fdt_property { struct
36 uint32_t tag;
37 uint32_t len;
38 uint32_t nameoff;
39 char data[0];
Dfdt_sw.c191 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() function