Searched refs:sunode (Results 1 – 1 of 1) sorted by relevance
2651 void __init su_probe_any(struct su_probe_scan *t, int sunode) in su_probe_any() argument2658 for (; sunode != 0; sunode = prom_getsibling(sunode)) { in su_probe_any()2659 len = prom_getproperty(sunode, "name", t->prop, SU_PROPSIZE); in su_probe_any()2661 if (su_node_ok(sunode, t->prop, len)) { in su_probe_any()2663 if (t->kbnode != 0 && sunode == t->kbnode) { in su_probe_any()2666 } else if (t->msnode != 0 && sunode == t->msnode) { in su_probe_any()2676 if (prom_getbool(sunode, "mouse")) in su_probe_any()2678 if (prom_getbool(sunode, "keyboard")) in su_probe_any()2684 info->port_node = sunode; in su_probe_any()2687 su_probe_any(t, prom_getchild(sunode)); in su_probe_any()