Lines Matching refs:ath5k_softc
1033 struct ath5k_softc *ah_sc;
1153 int ath5k_init_softc(struct ath5k_softc *sc, const struct ath_bus_ops *bus_ops);
1154 void ath5k_deinit_softc(struct ath5k_softc *sc);
1155 int ath5k_hw_init(struct ath5k_softc *sc);
1158 int ath5k_sysfs_register(struct ath5k_softc *sc);
1159 void ath5k_sysfs_unregister(struct ath5k_softc *sc);
1166 bool ath_any_vif_assoc(struct ath5k_softc *sc);
1169 int ath5k_init_hw(struct ath5k_softc *sc);
1170 int ath5k_stop_hw(struct ath5k_softc *sc);
1171 void ath5k_mode_setup(struct ath5k_softc *sc, struct ieee80211_vif *vif);
1172 void ath5k_update_bssid_mask_and_opmode(struct ath5k_softc *sc,
1174 int ath5k_chan_set(struct ath5k_softc *sc, struct ieee80211_channel *chan);
1175 void ath5k_beacon_update_timers(struct ath5k_softc *sc, u64 bc_tsf);
1177 void ath5k_beacon_config(struct ath5k_softc *sc);
1178 void ath5k_txbuf_free_skb(struct ath5k_softc *sc, struct ath5k_buf *bf);
1179 void ath5k_rxbuf_free_skb(struct ath5k_softc *sc, struct ath5k_buf *bf);
1186 int ath5k_init_leds(struct ath5k_softc *sc);
1187 void ath5k_led_enable(struct ath5k_softc *sc);
1188 void ath5k_led_off(struct ath5k_softc *sc);
1189 void ath5k_unregister_leds(struct ath5k_softc *sc);