HomeSort by relevance Sort by last modified time
    Searched refs:fdt_property (Results 1 - 25 of 35) sorted by null

1 2

  /system/libufdt/
ufdt_prop_dict.h 20 struct fdt_property;
26 const struct fdt_property **props;
43 * Adds a fdt_property (as pointer) to the ufdt_prop_dict.
50 const struct fdt_property *prop);
53 * Returns the pointer to the fdt_property with name
60 const struct fdt_property *ufdt_prop_dict_find(const struct ufdt_prop_dict *dict,
ufdt_prop_dict.c 42 static const struct fdt_property **_ufdt_prop_dict_find_index_by_name(
50 const struct fdt_property **prop_ptr = &dict->props[idx];
51 const struct fdt_property *prop = *prop_ptr;
62 static const struct fdt_property **_ufdt_prop_dict_find_index(
63 struct ufdt_prop_dict *dict, const struct fdt_property *prop) {
71 const size_t entry_size = sizeof(const struct fdt_property *);
72 const struct fdt_property **props =
73 (const struct fdt_property **)dto_malloc(size * entry_size);
108 const struct fdt_property *prop = dict->props[i];
110 const struct fdt_property **new_prop_ptr
    [all...]
ufdt_node.c 26 const struct fdt_property *prop = (const struct fdt_property *)fdt_tag_ptr;
119 const struct fdt_property *prop = (struct fdt_property *)node->fdt_tag_ptr;
ufdt_convert.c 309 const struct fdt_property *same_name_prop = ufdt_prop_dict_find(dict, name);
335 int new_prop_size = sizeof(struct fdt_property) + aligned_data_len;
336 struct fdt_property *new_prop =
337 (struct fdt_property *)((char *)fdtp + fdt_off_dt_struct(fdtp) +
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/
libfdt.h 515 * fdt_property structure within the device tree blob at the given
532 const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
547 const struct fdt_property *fdt_get_property_namelen(const void *fdt,
559 * fdt_get_property() retrieves a pointer to the fdt_property
580 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
582 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset,
586 return (struct fdt_property *)(uintptr_t)
    [all...]
fdt.h 94 struct fdt_property { struct
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt.h 415 * fdt_property structure within the device tree blob at the given
432 const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
447 const struct fdt_property *fdt_get_property_namelen(const void *fdt,
459 * fdt_get_property() retrieves a pointer to the fdt_property
479 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
481 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset,
485 return (struct fdt_property *)(uintptr_t)
    [all...]
fdt.h 86 struct fdt_property { struct
  /external/dtc/libfdt/
fdt.h 86 struct fdt_property { struct
libfdt.h 526 * fdt_property structure within the device tree blob at the given
543 const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
559 const struct fdt_property *fdt_get_property_namelen(const void *fdt,
572 * fdt_get_property() retrieves a pointer to the fdt_property
593 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
595 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset,
599 return (struct fdt_property *)(uintptr_t)
    [all...]
fdt_wip.c 106 struct fdt_property *prop;
fdt_ro.c 271 const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
276 const struct fdt_property *prop;
292 const struct fdt_property *fdt_get_property_namelen(const void *fdt,
300 const struct fdt_property *prop;
316 const struct fdt_property *fdt_get_property(const void *fdt,
327 const struct fdt_property *prop;
339 const struct fdt_property *prop;
fdt_sw.c 225 struct fdt_property *prop;
245 int fdt_property(void *fdt, const char *name, const void *val, int len) function
283 struct fdt_property *prop =
fdt_rw.c 204 int len, struct fdt_property **prop)
222 int len, struct fdt_property **prop)
275 struct fdt_property *prop;
294 struct fdt_property *prop;
320 struct fdt_property *prop;
  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt_wip.c 106 struct fdt_property *prop;
fdt_ro.c 271 const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
276 const struct fdt_property *prop;
292 const struct fdt_property *fdt_get_property_namelen(const void *fdt,
300 const struct fdt_property *prop;
316 const struct fdt_property *fdt_get_property(const void *fdt,
327 const struct fdt_property *prop;
339 const struct fdt_property *prop;
fdt_sw.c 223 int fdt_property(void *fdt, const char *name, const void *val, int len) function
225 struct fdt_property *prop;
271 struct fdt_property *prop =
fdt_rw.c 204 int len, struct fdt_property **prop)
222 int len, struct fdt_property **prop)
275 struct fdt_property *prop;
293 struct fdt_property *prop;
319 struct fdt_property *prop;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_wip.c 85 struct fdt_property *prop;
fdt_ro.c 239 const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
244 const struct fdt_property *prop;
260 const struct fdt_property *fdt_get_property_namelen(const void *fdt,
268 const struct fdt_property *prop;
285 const struct fdt_property *fdt_get_property(const void *fdt,
296 const struct fdt_property *prop;
308 const struct fdt_property *prop;
fdt_sw.c 191 int fdt_property(void *fdt, const char *name, const void *val, int len) function
193 struct fdt_property *prop;
239 struct fdt_property *prop =
fdt_rw.c 208 int len, struct fdt_property **prop)
227 int len, struct fdt_property **prop)
280 struct fdt_property *prop;
298 struct fdt_property *prop;
324 struct fdt_property *prop;
  /external/dtc/pylibfdt/
libfdt.i 366 %rename(fdt_property) fdt_property_func;
396 %typemap(out) (struct fdt_property *) {
418 /* We have both struct fdt_property and a function fdt_property() */
419 %warnfilter(302) fdt_property;
  /external/dtc/tests/
sw_tree1.c 139 CHECK(fdt_property(fdt, "compatible", "subsubnode1\0subsubnode",
158 CHECK(fdt_property(fdt, "compatible", "subsubnode2\0subsubnode",
value-labels.c 64 const struct fdt_property *prop;

Completed in 193 milliseconds

1 2