HomeSort by: relevance | last modified time | path
    Searched refs:fdt_property (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/libfdt/dist/
fdt.h 43 struct fdt_property { struct
version.lds 37 fdt_property;
libfdt.h 619 * fdt_property structure within the device tree blob at the given
639 const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
655 const struct fdt_property *fdt_get_property_namelen(const void *fdt,
668 * fdt_get_property() retrieves a pointer to the fdt_property
689 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
691 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset,
695 return (struct fdt_property *)(uintptr_t)
1436 int fdt_property(void *fdt, const char *name, const void *val, int len);
1440 return fdt_property(fdt, name, &tmp, sizeof(tmp));
1445 return fdt_property(fdt, name, &tmp, sizeof(tmp))
    [all...]
fdt_wip.c 63 struct fdt_property *prop;
fdt_ro.c 344 static const struct fdt_property *fdt_get_property_by_offset_(const void *fdt,
349 const struct fdt_property *prop;
365 const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
381 static const struct fdt_property *fdt_get_property_namelen_(const void *fdt,
391 const struct fdt_property *prop;
411 const struct fdt_property *fdt_get_property_namelen(const void *fdt,
429 const struct fdt_property *fdt_get_property(const void *fdt,
441 const struct fdt_property *prop;
458 const struct fdt_property *prop;
fdt_rw.c 173 int len, struct fdt_property **prop)
191 int len, struct fdt_property **prop)
248 struct fdt_property *prop;
281 struct fdt_property *prop;
307 struct fdt_property *prop;
fdt_sw.c 60 * fdt_property*()
289 struct fdt_property *prop;
319 int fdt_property(void *fdt, const char *name, const void *val, int len) function in typeref:typename:int
357 struct fdt_property *prop =
fdt.c 163 offset += sizeof(struct fdt_property) - FDT_TAGSIZE
  /src/sys/dev/fdt/
fdt_ddb.c 75 const struct fdt_property *prop =

Completed in 15 milliseconds