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

/freebsd-13-stable/sys/dev/rtwn/rtl8192c/
H A Dr92c_attach.c57 struct r92c_softc *rs = sc->sc_priv;
65 struct r92c_softc *rs = sc->sc_priv;
H A Dr92c_var.h26 struct r92c_softc { struct
66 #define R92C_SOFTC(_sc) ((struct r92c_softc *)((_sc)->sc_priv))
H A Dr92c_rom.c61 struct r92c_softc *rs = sc->sc_priv;
75 struct r92c_softc *rs = sc->sc_priv;
87 struct r92c_softc *rs = sc->sc_priv;
H A Dr92c_chan.c86 struct r92c_softc *rs = sc->sc_priv;
249 struct r92c_softc *rs = sc->sc_priv;
277 struct r92c_softc *rs = sc->sc_priv;
295 struct r92c_softc *rs = sc->sc_priv;
328 struct r92c_softc *rs = sc->sc_priv;
342 struct r92c_softc *rs = sc->sc_priv;
H A Dr92c_init.c59 struct r92c_softc *rs = sc->sc_priv;
127 struct r92c_softc *rs = sc->sc_priv;
237 struct r92c_softc *rs = sc->sc_priv;
330 struct r92c_softc *rs = sc->sc_priv;
H A Dr92c_rf.c58 struct r92c_softc *rs = sc->sc_priv;
H A Dr92c_fw.c260 struct r92c_softc *rs = sc->sc_priv;
453 struct r92c_softc *rs = sc->sc_priv;
H A Dr92c_tx.c226 struct r92c_softc *rs = sc->sc_priv;
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/usb/
H A Dr92cu_attach.c67 struct r92c_softc *rs = sc->sc_priv;
98 struct r92c_softc *rs = sc->sc_priv;
114 struct r92c_softc *rs;
116 rs = malloc(sizeof(struct r92c_softc), M_RTWN_PRIV, M_WAITOK | M_ZERO);
H A Dr92cu_init.c183 struct r92c_softc *rs = sc->sc_priv;
378 struct r92c_softc *rs = sc->sc_priv;
/freebsd-13-stable/sys/dev/rtwn/rtl8188e/
H A Dr88e_chan.c89 struct r92c_softc *rs = sc->sc_priv;
134 struct r92c_softc *rs = sc->sc_priv;
H A Dr88e_init.c61 struct r92c_softc *rs = sc->sc_priv;
H A Dr88e_rom.c61 struct r92c_softc *rs = sc->sc_priv;
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_attach.c71 struct r92c_softc *rs = sc->sc_priv;
96 struct r92c_softc *rs = sc->sc_priv;
107 struct r92c_softc *rs;
109 rs = malloc(sizeof(struct r92c_softc), M_RTWN_PRIV, M_WAITOK | M_ZERO);
H A Dr92ce_init.c112 struct r92c_softc *rs = sc->sc_priv;
233 struct r92c_softc *rs = sc->sc_priv;
308 struct r92c_softc *rs = sc->sc_priv;
/freebsd-13-stable/sys/dev/rtwn/rtl8188e/pci/
H A Dr88ee_attach.c79 struct r92c_softc *rs = sc->sc_priv;
91 struct r92c_softc *rs;
93 rs = malloc(sizeof(struct r92c_softc), M_RTWN_PRIV, M_WAITOK | M_ZERO);
/freebsd-13-stable/sys/dev/rtwn/rtl8188e/usb/
H A Dr88eu_attach.c79 struct r92c_softc *rs = sc->sc_priv;
91 struct r92c_softc *rs;
93 rs = malloc(sizeof(struct r92c_softc), M_RTWN_PRIV, M_WAITOK | M_ZERO);

Completed in 78 milliseconds