Searched refs:sc_newstate (Results 26 - 50 of 57) sorted by relevance

123

/netbsd-current/sys/dev/ic/
H A Dan.c323 sc->sc_newstate = ic->ic_newstate;
1866 return (*sc->sc_newstate)(ic, nstate, arg);
1905 return (*sc->sc_newstate)(ic, nstate, arg);
H A Dbwivar.h599 int (*sc_newstate) member in struct:bwi_softc
H A Dawi.c251 sc->sc_newstate = ic->ic_newstate;
1787 return (*sc->sc_newstate)(ic, nstate, arg);
1970 return (*sc->sc_newstate)(ic, nstate, arg);
1977 return (*sc->sc_newstate)(ic, nstate, arg);
H A Dathvar.h198 int (*sc_newstate)(struct ieee80211com *, member in struct:ath_softc
H A Dmalo.c433 sc->sc_newstate = ic->ic_newstate;
1167 return (sc->sc_newstate(ic, nstate, arg));
H A Dbwfm.c461 sc->sc_newstate = ic->ic_newstate;
992 sc->sc_newstate(ic, nstate, cmd->arg);
H A Drt2661.c345 sc->sc_newstate = ic->ic_newstate;
844 return sc->sc_newstate(ic, nstate, arg);
H A Datw.c791 sc->sc_newstate = ic->ic_newstate;
2545 return (error != 0) ? error : (*sc->sc_newstate)(ic, nstate, arg);
H A Drt2560.c455 sc->sc_newstate = ic->ic_newstate;
952 return (error != 0) ? error : sc->sc_newstate(ic, nstate, arg);
H A Dathn.c370 sc->sc_newstate = ic->ic_newstate;
2562 return sc->sc_newstate(ic, nstate, arg);
H A Dwi.c557 sc->sc_newstate = ic->ic_newstate;
3271 return (*sc->sc_newstate)(ic, nstate, arg);
/netbsd-current/sys/dev/pcmcia/
H A Dif_malo_pcmcia.c377 sc->sc_newstate = ic->ic_newstate;
728 return sc->sc_newstate(ic, nstate, arg);
/netbsd-current/sys/dev/usb/
H A Dif_atu.c1226 return (*sc->sc_newstate)(ic, nstate, arg);
1455 sc->sc_newstate = ic->ic_newstate;
H A Dif_upgt.c462 sc->sc_newstate = ic->ic_newstate;
1447 sc->sc_newstate(ic, sc->sc_state, sc->sc_arg);
H A Dif_rum.c457 sc->sc_newstate = ic->ic_newstate;
734 sc->sc_newstate(ic, sc->sc_state, sc->sc_arg);
H A Dif_ural.c500 sc->sc_newstate = ic->ic_newstate;
788 sc->sc_newstate(ic, sc->sc_state, -1);
H A Dif_zyd.c433 sc->sc_newstate = ic->ic_newstate;
759 sc->sc_newstate(ic, sc->sc_state, -1);
H A Dif_zydreg.h1181 int (*sc_newstate)(struct ieee80211com *, member in struct:zyd_softc
H A Dif_otus.c881 sc->sc_newstate = ic->ic_newstate;
1394 (void)sc->sc_newstate(ic, nstate, cmd->arg);
H A Dif_run.c747 sc->sc_newstate = ic->ic_newstate;
1969 (void)sc->sc_newstate(ic, cmd->state, cmd->arg);
/netbsd-current/sys/dev/pci/
H A Dif_iwm.c6210 sc->sc_newstate(ic, IEEE80211_S_INIT, -1);
6320 return sc->sc_newstate(ic, nstate, arg);
6343 "calling sc_newstate()\n"));
6344 (void) sc->sc_newstate(ic, nstate, arg);
8167 sc->sc_newstate = ic->ic_newstate;
H A Dif_wpi.c385 sc->sc_newstate = ic->ic_newstate;
1045 return sc->sc_newstate(ic, nstate, arg);
H A Dif_iwi.c378 sc->sc_newstate = ic->ic_newstate;
960 return sc->sc_newstate(ic, nstate, arg);
H A Dif_rtwn.c375 sc->sc_newstate = ic->ic_newstate;
1553 (void)sc->sc_newstate(ic, nstate, arg);
H A Dif_ipw.c307 sc->sc_newstate = ic->ic_newstate;

Completed in 594 milliseconds

123