Lines Matching full:blob

194  * fdtdec_parse_phandle_with_args(blob, node3, "list", "#list-cells", 0, 1,
200 * @blob: Pointer to device tree
214 int fdtdec_parse_phandle_with_args(const void *blob, int src_node,
232 * @param blob FDT blob to use
237 int fdtdec_next_alias(const void *blob, const char *name,
247 * @param blob FDT blob to use
251 enum fdt_compat_id fdtdec_lookup(const void *blob, int node);
260 * @param blob FDT blob to use
265 int fdtdec_next_compatible(const void *blob, int node,
276 * @param blob FDT blob to use
282 int fdtdec_next_compatible_subnode(const void *blob, int node,
297 * @param blob FDT blob
308 fdt_addr_t fdtdec_get_addr_size_fixed(const void *blob, int node,
320 * @param blob FDT blob
330 fdt_addr_t fdtdec_get_addr_size_auto_parent(const void *blob, int parent,
346 * @param blob FDT blob
356 fdt_addr_t fdtdec_get_addr_size_auto_noparent(const void *blob, int node,
378 * @param blob FDT blob
383 fdt_addr_t fdtdec_get_addr(const void *blob, int node,
405 * @param blob FDT blob
411 fdt_addr_t fdtdec_get_addr_size(const void *blob, int node,
419 * @param blob FDT blob
428 int fdtdec_get_pci_addr(const void *blob, int node, enum fdt_pci_space type,
435 * @param blob FDT blob
441 int fdtdec_get_pci_vendev(const void *blob, int node,
461 * @param blob FDT blob
467 s32 fdtdec_get_int(const void *blob, int node, const char *prop_name,
474 * @param blob FDT blob
480 unsigned int fdtdec_get_uint(const void *blob, int node, const char *prop_name,
500 * @param blob FDT blob
506 uint64_t fdtdec_get_uint64(const void *blob, int node, const char *prop_name,
516 * @param blob FDT blob
520 int fdtdec_get_is_enabled(const void *blob, int node);
570 * @param blob FDT blob to use
577 int fdtdec_find_aliases_for_id(const void *blob, const char *name,
600 int fdtdec_add_aliases_for_id(const void *blob, const char *name,
611 * @param blob Device tree blob (if NULL, then error is returned)
618 int fdtdec_get_alias_seq(const void *blob, const char *base, int node,
627 * @param blob Device tree blob (if NULL, then error is returned)
632 int fdtdec_get_alias_highest_id(const void *blob, const char *base);
637 * @param blob Device tree blob (if NULL, then NULL is returned)
641 const char *fdtdec_get_chosen_prop(const void *blob, const char *name);
649 * @param blob Device tree blob (if NULL, then error is returned)
653 int fdtdec_get_chosen_node(const void *blob, const char *name);
666 * @param blob FDT blob
671 int fdtdec_lookup_phandle(const void *blob, int node, const char *prop_name);
678 * @param blob FDT blob
686 int fdtdec_get_int_array(const void *blob, int node, const char *prop_name,
694 * @param blob FDT blob
702 int fdtdec_get_int_array_count(const void *blob, int node,
714 * @param blob FDT blob
721 const u32 *fdtdec_locate_array(const void *blob, int node,
730 * @param blob FDT blob
735 int fdtdec_get_bool(const void *blob, int node, const char *prop_name);
740 * @param blob FDT blob
744 int fdtdec_get_child_count(const void *blob, int node);
751 * @param blob FDT blob to use
756 int fdtdec_get_config_int(const void *blob, const char *prop_name,
763 * @param blob FDT blob
767 int fdtdec_get_config_bool(const void *blob, const char *prop_name);
773 * @param blob FDT blob
777 char *fdtdec_get_config_string(const void *blob, const char *prop_name);
784 * @param blob FDT blob
792 int fdtdec_get_byte_array(const void *blob, int node, const char *prop_name,
801 * @param blob FDT blob
808 const u8 *fdtdec_locate_byte_array(const void *blob, int node,
814 * @param fdt FDT blob
830 * @param fdt FDT blob
911 * @param blob FDT blob
917 int fdtdec_decode_display_timing(const void *blob, int node, int index,
982 * Board-specific FDT initialization. Returns the address to a device tree blob.
1010 * @param blob Device tree blob
1019 int fdtdec_decode_ram_size(const void *blob, const char *area, int board_id,