Home
last modified time | relevance | path

Searched refs:check_mach (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/generic/
H A Dinit.c35 const struct mips_machine *check_mach; in plat_get_fdt() local
50 for_each_mips_machine(check_mach) { in plat_get_fdt()
51 match = mips_machine_is_compatible(check_mach, fdt); in plat_get_fdt()
53 mach = check_mach; in plat_get_fdt()
64 for_each_mips_machine(check_mach) { in plat_get_fdt()
65 if (!check_mach->detect) in plat_get_fdt()
68 if (!check_mach->detect()) in plat_get_fdt()
71 mach = check_mach; in plat_get_fdt()
/kernel/linux/linux-6.6/arch/mips/generic/
H A Dinit.c35 const struct mips_machine *check_mach; in plat_get_fdt() local
49 for_each_mips_machine(check_mach) { in plat_get_fdt()
50 match = mips_machine_is_compatible(check_mach, fdt); in plat_get_fdt()
52 mach = check_mach; in plat_get_fdt()
63 for_each_mips_machine(check_mach) { in plat_get_fdt()
64 if (!check_mach->detect) in plat_get_fdt()
67 if (!check_mach->detect()) in plat_get_fdt()
70 mach = check_mach; in plat_get_fdt()

Completed in 1 milliseconds