Lines Matching refs:prom_strcmp
228 static int __init prom_strcmp(const char *cs, const char *ct) in prom_strcmp() function
1236 if (prom_strcmp(type, "cpu")) in prom_count_smt_threads()
1689 if (prom_strcmp(type, "memory")) in prom_init_mem()
2174 if (prom_strcmp(type, "cpu") != 0) in prom_hold_cpus()
2179 if (prom_strcmp(type, "okay") != 0) in prom_hold_cpus()
2255 if (prom_strcmp(version, "Open Firmware, 1.0.5") == 0) in prom_find_mmu()
2300 if (prom_strcmp(type, "display") == 0) in prom_init_stdout()
2350 if (prom_strcmp(compat, "chrp")) in prom_find_machine_type()
2412 if (prom_strcmp(type, "display") != 0) in prom_check_displays()
2526 if (prom_strcmp(s, str) == 0) in dt_find_string()
2561 if (prom_strcmp(namep, "name") == 0) { in scan_dt_build_strings()
2642 if (prom_strcmp(pname, "name") == 0) { in scan_dt_build_struct()
2673 if (!prom_strcmp(pname, "phandle")) in scan_dt_build_struct()
3066 if (prom_strcmp(prop, "EFIKA5K2")) in fixup_device_tree_efika()
3074 if (rv != PROM_ERROR && (prom_strcmp(prop, "chrp") == 0)) in fixup_device_tree_efika()