wss_isa.c | 74 static int wssfind(device_t, cfdata_t, struct wss_softc *, int, 109 if (wssfind(parent, match, sc, 1, aux)) { 120 wssfind(device_t parent, cfdata_t match, struct wss_softc *sc, int probing, function in typeref:typename:int 242 if (!wssfind(parent, device_cfdata(self), sc, 0, ia)) { 243 aprint_error_dev(self, "wssfind failed\n");
|