Lines Matching full:fdt
15 const void *fdt; member
17 const void *(*fixup_fdt)(const void *fdt, const void *match_data);
34 * mips_machine_is_compatible() - check if a machine is compatible with an FDT
36 * @fdt: the FDT to check for compatibility with
39 * device tree @fdt, based upon the compatibility property of the root node.
44 mips_machine_is_compatible(const struct mips_machine *mach, const void *fdt) in mips_machine_is_compatible() argument
52 if (fdt_node_check_compatible(fdt, 0, match->compatible) == 0) in mips_machine_is_compatible()
60 * struct mips_fdt_fixup - Describe a fixup to apply to an FDT
61 * @apply: applies the fixup to @fdt, returns zero on success else -errno
64 * Describes a fixup applied to an FDT blob by the @apply function. The
69 int (*apply)(void *fdt);
74 * apply_mips_fdt_fixups() - apply fixups to an FDT blob
75 * @fdt_out: buffer in which to place the fixed-up FDT
77 * @fdt_in: the FDT blob