Searched refs:ath5k_softc (Results 1 – 6 of 6) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ath5k/ |
D | ath5k.c | 177 static int ath5k_reset(struct ath5k_softc *sc, struct net80211_channel *chan); 178 static int ath5k_reset_wake(struct ath5k_softc *sc); 206 static int ath5k_chan_set(struct ath5k_softc *sc, 208 static void ath5k_setcurmode(struct ath5k_softc *sc, 210 static void ath5k_mode_setup(struct ath5k_softc *sc); 213 static int ath5k_desc_alloc(struct ath5k_softc *sc); 214 static void ath5k_desc_free(struct ath5k_softc *sc); 216 static int ath5k_rxbuf_setup(struct ath5k_softc *sc, struct ath5k_buf *bf); 217 static int ath5k_txbuf_setup(struct ath5k_softc *sc, struct ath5k_buf *bf); 219 static inline void ath5k_txbuf_free(struct ath5k_softc *sc, in ath5k_txbuf_free() [all …]
|
D | ath5k_rfkill.c | 42 static inline void ath5k_rfkill_disable(struct ath5k_softc *sc) in ath5k_rfkill_disable() 51 static inline void ath5k_rfkill_enable(struct ath5k_softc *sc) in ath5k_rfkill_enable() 59 static inline void ath5k_rfkill_set_intr(struct ath5k_softc *sc, int enable) in ath5k_rfkill_set_intr() 71 ath5k_is_rfkill_set(struct ath5k_softc *sc) in ath5k_is_rfkill_set() 82 struct ath5k_softc *sc = ah->ah_sc; in ath5k_rfkill_hw_start() 99 struct ath5k_softc *sc = ah->ah_sc; in ath5k_rfkill_hw_stop()
|
D | ath5k.h | 956 struct ath5k_softc *ah_sc; 1075 extern int ath5k_hw_attach(struct ath5k_softc *sc, u8 mac_version, struct ath5k_hw **ah); 1079 extern int ath5k_init_leds(struct ath5k_softc *sc); 1080 extern void ath5k_led_enable(struct ath5k_softc *sc); 1081 extern void ath5k_led_off(struct ath5k_softc *sc); 1082 extern void ath5k_unregister_leds(struct ath5k_softc *sc);
|
D | base.h | 88 struct ath5k_softc { struct
|
D | ath5k_attach.c | 112 int ath5k_hw_attach(struct ath5k_softc *sc, u8 mac_version, in ath5k_hw_attach()
|
D | ath5k_reset.c | 167 struct ath5k_softc *sc = ah->ah_sc; in ath5k_hw_write_rate_duration()
|