Lines Matching refs:prom_strcmp
229 static int __init prom_strcmp(const char *cs, const char *ct) in prom_strcmp() function
1174 if (prom_strcmp(type, "cpu")) in prom_count_smt_threads()
1628 if (prom_strcmp(type, "memory")) in prom_init_mem()
2108 if (prom_strcmp(type, "cpu") != 0) in prom_hold_cpus()
2113 if (prom_strcmp(type, "okay") != 0) in prom_hold_cpus()
2189 if (prom_strcmp(version, "Open Firmware, 1.0.5") == 0) in prom_find_mmu()
2234 if (prom_strcmp(type, "display") == 0) in prom_init_stdout()
2284 if (prom_strcmp(compat, "chrp")) in prom_find_machine_type()
2346 if (prom_strcmp(type, "display") != 0) in prom_check_displays()
2451 if (prom_strcmp(s, str) == 0) in dt_find_string()
2486 if (prom_strcmp(namep, "name") == 0) { in scan_dt_build_strings()
2567 if (prom_strcmp(pname, "name") == 0) { in scan_dt_build_struct()
2598 if (!prom_strcmp(pname, "phandle")) in scan_dt_build_struct()
2991 if (prom_strcmp(prop, "EFIKA5K2")) in fixup_device_tree_efika()
2999 if (rv != PROM_ERROR && (prom_strcmp(prop, "chrp") == 0)) in fixup_device_tree_efika()