Searched refs:of_find_firstchild_byname (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/dev/sound/macio/
H A Di2s.c186 static phandle_t of_find_firstchild_byname(phandle_t, const char *);
202 port = of_find_firstchild_byname(sc->node, "i2s-a");
205 sc->soundnode = of_find_firstchild_byname(port, "sound");
586 of_find_firstchild_byname(phandle_t node, const char *req_name) function

Completed in 46 milliseconds