Home
last modified time | relevance | path

Searched refs:ath5k_softc (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k.c177 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 …]
Dath5k_rfkill.c42 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()
Dath5k.h956 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);
Dbase.h88 struct ath5k_softc { struct
Dath5k_attach.c112 int ath5k_hw_attach(struct ath5k_softc *sc, u8 mac_version, in ath5k_hw_attach()
Dath5k_reset.c167 struct ath5k_softc *sc = ah->ah_sc; in ath5k_hw_write_rate_duration()