mcd.c | 192 int mcd_find(bus_space_tag_t, bus_space_handle_t, struct mcd_softc *); 282 if (!mcd_find(iot, ioh, sc)) { 283 aprint_error(": mcd_find failed\n"); 842 mcd_find(bus_space_tag_t iot, bus_space_handle_t ioh, struct mcd_softc *sc) function in typeref:typename:int 949 rv = mcd_find(iot, ioh, &sc);
|