Lines Matching refs:prom_strcmp
228 static int __init prom_strcmp(const char *cs, const char *ct) in prom_strcmp() function
1228 if (prom_strcmp(type, "cpu")) in prom_count_smt_threads()
1681 if (prom_strcmp(type, "memory")) in prom_init_mem()
2166 if (prom_strcmp(type, "cpu") != 0) in prom_hold_cpus()
2171 if (prom_strcmp(type, "okay") != 0) in prom_hold_cpus()
2247 if (prom_strcmp(version, "Open Firmware, 1.0.5") == 0) in prom_find_mmu()
2292 if (prom_strcmp(type, "display") == 0) in prom_init_stdout()
2342 if (prom_strcmp(compat, "chrp")) in prom_find_machine_type()
2404 if (prom_strcmp(type, "display") != 0) in prom_check_displays()
2518 if (prom_strcmp(s, str) == 0) in dt_find_string()
2553 if (prom_strcmp(namep, "name") == 0) { in scan_dt_build_strings()
2634 if (prom_strcmp(pname, "name") == 0) { in scan_dt_build_struct()
2665 if (!prom_strcmp(pname, "phandle")) in scan_dt_build_struct()
3058 if (prom_strcmp(prop, "EFIKA5K2")) in fixup_device_tree_efika()
3066 if (rv != PROM_ERROR && (prom_strcmp(prop, "chrp") == 0)) in fixup_device_tree_efika()