Home
last modified time | relevance | path

Searched refs:set_txpower (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/sys/dev/pci/
Dif_iwnvar.h187 int (*set_txpower)(struct iwn_softc *, int); member
Dif_iwn.c750 ops->set_txpower = iwn4965_set_txpower; in iwn4965_attach()
790 ops->set_txpower = iwn5000_set_txpower; in iwn5000_attach()
4652 if ((error = ops->set_txpower(sc, 0)) != 0) { in iwn_config()
4960 if ((error = ops->set_txpower(sc, 1)) != 0) { in iwn_auth()
5015 if ((error = ops->set_txpower(sc, 1)) != 0) { in iwn_run()
/netbsd/src/sys/dev/ic/
Dathnvar.h391 void (*set_txpower)(struct athn_softc *, struct ieee80211_channel *, member
Darn9287.c105 sc->sc_ops.set_txpower = ar9287_set_txpower; in ar9287_attach()
Darn9280.c92 sc->sc_ops.set_txpower = ar5416_set_txpower; in ar9280_attach()
Darn5416.c105 sc->sc_ops.set_txpower = ar5416_set_txpower; in ar5416_attach()
Darn9380.c109 sc->sc_ops.set_txpower = ar9380_set_txpower; in ar9380_attach()
Darn9285.c108 sc->sc_ops.set_txpower = ar9285_set_txpower; in ar9285_attach()
Dathn.c935 ops->set_txpower(sc, curchan, extchan); in athn_set_chan()
Darn5008.c2493 ops->set_txpower(sc, c, extc); in ar5008_hw_init()
Darn9003.c3298 ops->set_txpower(sc, c, extc); in ar9003_hw_init()
/netbsd/src/sys/dev/usb/
Dif_athn_usb.c2805 ops->set_txpower(sc, curchan, extchan); in athn_usb_init_locked()