Searched refs:subchild (Results 1 – 2 of 2) sorted by relevance
327 phandle_t subchild; in macio_attach() local 392 for (subchild = OF_child(child); subchild != 0; in macio_attach() 393 subchild = OF_peer(subchild)) in macio_attach() 394 macio_add_intr(subchild, dinfo); in macio_attach()
157 phandle_t subchild; in i2s_probe() local172 subchild = OF_child(OF_child(ofw_bus_get_node(self))); in i2s_probe()173 if (subchild != 0 && OF_getprop(subchild, "name", subchildname, in i2s_probe()