Home
last modified time | relevance | path

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

/xen/xen/include/xen/libfdt/
A Dfdt.h84 struct fdt_property { struct
85 fdt32_t tag;
86 fdt32_t len;
87 fdt32_t nameoff;
88 char data[0];
/xen/xen/common/libfdt/
A Dfdt_sw.c189 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() function

Completed in 3 milliseconds