Lines Matching refs:node

173 	int node;  member
255 enum fdt_compat_id fdtdec_lookup(const void *blob, int node);
269 int fdtdec_next_compatible(const void *blob, int node,
286 int fdtdec_next_compatible_subnode(const void *blob, int node,
312 fdt_addr_t fdtdec_get_addr_size_fixed(const void *blob, int node,
335 int node, const char *prop_name, int index, fdt_size_t *sizep,
360 fdt_addr_t fdtdec_get_addr_size_auto_noparent(const void *blob, int node,
387 fdt_addr_t fdtdec_get_addr(const void *blob, int node,
415 fdt_addr_t fdtdec_get_addr_size(const void *blob, int node,
432 int fdtdec_get_pci_addr(const void *blob, int node, enum fdt_pci_space type,
445 int fdtdec_get_pci_vendev(const void *blob, int node,
471 s32 fdtdec_get_int(const void *blob, int node, const char *prop_name,
484 unsigned int fdtdec_get_uint(const void *blob, int node, const char *prop_name,
510 uint64_t fdtdec_get_uint64(const void *blob, int node, const char *prop_name,
524 int fdtdec_get_is_enabled(const void *blob, int node);
622 int fdtdec_get_alias_seq(const void *blob, const char *base, int node,
662 int fdtdec_lookup_phandle(const void *blob, int node, const char *prop_name);
677 int fdtdec_get_int_array(const void *blob, int node, const char *prop_name,
693 int fdtdec_get_int_array_count(const void *blob, int node,
712 const u32 *fdtdec_locate_array(const void *blob, int node,
726 int fdtdec_get_bool(const void *blob, int node, const char *prop_name);
735 int fdtdec_get_child_count(const void *blob, int node);
783 int fdtdec_get_byte_array(const void *blob, int node, const char *prop_name,
799 const u8 *fdtdec_locate_byte_array(const void *blob, int node,
816 int fdtdec_decode_region(const void *blob, int node, const char *prop_name,
829 int fdt_get_resource(const void *fdt, int node, const char *property,
845 int fdt_get_named_resource(const void *fdt, int node, const char *property,
873 int fdtdec_decode_memory_region(const void *blob, int node,
953 int fdtdec_decode_display_timing(const void *blob, int node, int index,