HomeSort by: relevance | last modified time | path
    Searched refs:fdt_property (Results 1 - 18 of 18) 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
357 struct fdt_property *prop =
fdt.c 163 offset += sizeof(struct fdt_property) - FDT_TAGSIZE
  /src/external/gpl2/dtc/dist/tests/
truncated_string.c 23 const struct fdt_property *good, *bad;
sw_states.c 89 CHECK_OK(fdt_property(fdt, "compatible", "subsubnode1\0subsubnode",
106 CHECK_OK(fdt_property(fdt, "compatible", "subsubnode2\0subsubnode",
value-labels.c 53 const struct fdt_property *prop;
sw_tree1.c 188 CHECK(fdt_property(fdt, "compatible", "subsubnode1\0subsubnode",
207 CHECK(fdt_property(fdt, "compatible", "subsubnode2\0subsubnode",
dtb_reverse.c 65 CHECK(fdt_property(out, name, data, len));
dtbs_equal_ordered.c 74 const struct fdt_property *prop1, *prop2;
testutils.c 95 const struct fdt_property *prop;
  /src/sys/dev/fdt/
fdt_ddb.c 75 const struct fdt_property *prop =
  /src/external/gpl2/dtc/dist/pylibfdt/
libfdt.i 18 * a struct called fdt_property. That struct causes swig to create a class in
19 * libfdt.py called fdt_property(), which confuses things.
24 return fdt_property(fdt, name, val, len);
992 %rename(fdt_property) fdt_property_func;
1027 %typemap(out) (struct fdt_property *) {
1094 /* We have both struct fdt_property and a function fdt_property() */
1095 %warnfilter(302) fdt_property;
1113 * This function has a stub since the name fdt_property is used for both a
  /src/external/gpl2/dtc/dist/
fdtput.c 146 delta = sizeof(struct fdt_property) + strlen(name) + 1;

Completed in 21 milliseconds