Searched refs:fdt_fixup_table (Results 1 – 3 of 3) sorted by relevance
497 for (i = 0; fdt_fixup_table[i].model != NULL; i++) { in ofw_fdt_fixup()498 if (strncmp(model, fdt_fixup_table[i].model, in ofw_fdt_fixup()507 fdt_fixup_table[i].model)) in ofw_fdt_fixup()510 if (fdt_fixup_table[i].handler != NULL) in ofw_fdt_fixup()511 (*fdt_fixup_table[i].handler)(root); in ofw_fdt_fixup()
59 extern struct fdt_fixup_entry fdt_fixup_table[];
2079 struct fdt_fixup_entry fdt_fixup_table[] = { variable