Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/libfdt/dist/
H A Dfdt.h43 struct fdt_property { struct
44 fdt32_t tag;
45 fdt32_t len;
46 fdt32_t nameoff;
47 char data[0];
H A Dfdt_sw.c319 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() function