Home
last modified time | relevance | path

Searched refs:subchild (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/powerpc/powermac/
H A Dmacio.c327 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()
/freebsd/sys/dev/sound/macio/
H A Di2s.c157 phandle_t subchild; in i2s_probe() local
172 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()