Lines Matching refs:rtwn_softc
45 void r92e_detach_private(struct rtwn_softc *);
48 void r92e_set_chan(struct rtwn_softc *, struct ieee80211_channel *);
49 int r92e_set_tx_power(struct rtwn_softc *sc, struct ieee80211vap *vap);
53 void r92e_fw_reset(struct rtwn_softc *, int);
54 void r92e_set_media_status(struct rtwn_softc *, int);
55 int r92e_set_pwrmode(struct rtwn_softc *, struct ieee80211vap *, int);
59 int r92e_llt_init(struct rtwn_softc *);
60 void r92e_init_bb(struct rtwn_softc *);
61 void r92e_init_rf(struct rtwn_softc *);
62 int r92e_power_on(struct rtwn_softc *);
63 void r92e_power_off(struct rtwn_softc *);
66 void r92e_set_led(struct rtwn_softc *, int, int);
69 uint32_t r92e_rf_read(struct rtwn_softc *, int, uint8_t);
70 void r92e_rf_write(struct rtwn_softc *, int, uint8_t, uint32_t);
73 void r92e_parse_rom_common(struct rtwn_softc *, uint8_t *);
74 void r92e_parse_rom(struct rtwn_softc *, uint8_t *);
77 void r92e_handle_c2h_report(struct rtwn_softc *, uint8_t *, int);
78 int8_t r92e_get_rssi_cck(struct rtwn_softc *, void *);