• Home
  • Raw
  • Download

Lines Matching refs:blob

215 int fdtdec_parse_phandle_with_args(const void *blob, int src_node,
238 int fdtdec_next_alias(const void *blob, const char *name,
252 enum fdt_compat_id fdtdec_lookup(const void *blob, int node);
266 int fdtdec_next_compatible(const void *blob, int node,
283 int fdtdec_next_compatible_subnode(const void *blob, int node,
309 fdt_addr_t fdtdec_get_addr_size_fixed(const void *blob, int node,
331 fdt_addr_t fdtdec_get_addr_size_auto_parent(const void *blob, int parent,
357 fdt_addr_t fdtdec_get_addr_size_auto_noparent(const void *blob, int node,
384 fdt_addr_t fdtdec_get_addr(const void *blob, int node,
412 fdt_addr_t fdtdec_get_addr_size(const void *blob, int node,
429 int fdtdec_get_pci_addr(const void *blob, int node, enum fdt_pci_space type,
442 int fdtdec_get_pci_vendev(const void *blob, int node,
468 s32 fdtdec_get_int(const void *blob, int node, const char *prop_name,
481 unsigned int fdtdec_get_uint(const void *blob, int node, const char *prop_name,
507 uint64_t fdtdec_get_uint64(const void *blob, int node, const char *prop_name,
521 int fdtdec_get_is_enabled(const void *blob, int node);
578 int fdtdec_find_aliases_for_id(const void *blob, const char *name,
601 int fdtdec_add_aliases_for_id(const void *blob, const char *name,
619 int fdtdec_get_alias_seq(const void *blob, const char *base, int node,
629 const char *fdtdec_get_chosen_prop(const void *blob, const char *name);
641 int fdtdec_get_chosen_node(const void *blob, const char *name);
659 int fdtdec_lookup_phandle(const void *blob, int node, const char *prop_name);
674 int fdtdec_get_int_array(const void *blob, int node, const char *prop_name,
690 int fdtdec_get_int_array_count(const void *blob, int node,
709 const u32 *fdtdec_locate_array(const void *blob, int node,
723 int fdtdec_get_bool(const void *blob, int node, const char *prop_name);
732 int fdtdec_get_child_count(const void *blob, int node);
744 int fdtdec_get_config_int(const void *blob, const char *prop_name,
755 int fdtdec_get_config_bool(const void *blob, const char *prop_name);
765 char *fdtdec_get_config_string(const void *blob, const char *prop_name);
780 int fdtdec_get_byte_array(const void *blob, int node, const char *prop_name,
796 const u8 *fdtdec_locate_byte_array(const void *blob, int node,
813 int fdtdec_decode_region(const void *blob, int node, const char *prop_name,
870 int fdtdec_decode_memory_region(const void *blob, int node,
950 int fdtdec_decode_display_timing(const void *blob, int node, int index,