Lines Matching refs:ea_node
101 if ((i = OF_getproplen(ea->ea_node, "compatible")) && in com_ebus_match()
102 OF_getprop(ea->ea_node, "compatible", compat, in com_ebus_match()
179 com_is_input = (ea->ea_node == node); in com_ebus_attach()
183 node = OF_parent(OF_parent(ea->ea_node)); in com_ebus_attach()
188 com_is_output = (ea->ea_node == node); in com_ebus_attach()
192 node = OF_parent(OF_parent(ea->ea_node)); in com_ebus_attach()
229 if (OF_getprop(ea->ea_node, "compatible", buf, sizeof(buf)) > 0 && in com_ebus_attach()
233 if (OF_getproplen(ea->ea_node, "keyboard") == 0) in com_ebus_attach()
235 else if (OF_getproplen(ea->ea_node, "mouse") == 0) in com_ebus_attach()
254 OF_finddevice(buf) == ea->ea_node) in com_ebus_speed()
257 OF_finddevice(buf) == ea->ea_node) in com_ebus_speed()