Searched refs:fdt_property (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dfdt.h35 struct fdt_property { struct
H A Dlibfdt.h352 * fdt_get_property() retrieves a pointer to the fdt_property
372 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
374 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset,
378 return (struct fdt_property *)(uintptr_t)
788 int fdt_property(void *fdt, const char *name, const void *val, int len);
792 return fdt_property(fdt, name, &val, sizeof(val));
795 fdt_property(fdt, name, str, strlen(str)+1)
H A Dfdt_wip.c85 struct fdt_property *prop;
H A Dfdt_sw.c190 int fdt_property(void *fdt, const char *name, const void *val, int len) function
192 struct fdt_property *prop;
238 struct fdt_property *prop =
H A Dfdt_ro.c181 const struct fdt_property *fdt_get_property(const void *fdt,
186 const struct fdt_property *prop;
247 const struct fdt_property *prop;
H A Dfdt_rw.c206 int len, struct fdt_property **prop)
224 int len, struct fdt_property **prop)
277 struct fdt_property *prop;
294 struct fdt_property *prop;

Completed in 126 milliseconds