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

/freebsd-13-stable/sys/contrib/libfdt/
H A Dfdt.h86 struct fdt_property { struct
H A Dlibfdt.h526 * fdt_property structure within the device tree blob at the given
546 const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
562 const struct fdt_property *fdt_get_property_namelen(const void *fdt,
575 * fdt_get_property() retrieves a pointer to the fdt_property
596 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
598 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset,
602 return (struct fdt_property *)(uintptr_t)
1305 int fdt_property(void *fdt, const char *name, const void *val, int len);
1309 return fdt_property(fdt, name, &tmp, sizeof(tmp));
1314 return fdt_property(fd
[all...]
H A Dfdt_wip.c106 struct fdt_property *prop;
H A Dfdt_ro.c290 static const struct fdt_property *fdt_get_property_by_offset_(const void *fdt,
295 const struct fdt_property *prop;
311 const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
327 static const struct fdt_property *fdt_get_property_namelen_(const void *fdt,
337 const struct fdt_property *prop;
357 const struct fdt_property *fdt_get_property_namelen(const void *fdt,
375 const struct fdt_property *fdt_get_property(const void *fdt,
387 const struct fdt_property *prop;
404 const struct fdt_property *prop;
H A Dfdt_sw.c225 struct fdt_property *prop;
245 int fdt_property(void *fdt, const char *name, const void *val, int len) function
283 struct fdt_property *prop =
H A Dfdt_rw.c204 int len, struct fdt_property **prop)
222 int len, struct fdt_property **prop)
275 struct fdt_property *prop;
308 struct fdt_property *prop;
334 struct fdt_property *prop;
H A Dfdt.c124 offset += sizeof(struct fdt_property) - FDT_TAGSIZE
/freebsd-13-stable/stand/fdt/
H A Dfdt_loader_cmd.c894 const struct fdt_property *prop;
1474 const struct fdt_property *prop;
1541 const struct fdt_property *p;
1898 const struct fdt_property *p;
1899 const struct fdt_property *status;

Completed in 281 milliseconds