Searched refs:set_txpower (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/sys/dev/pci/ |
| D | if_iwnvar.h | 187 int (*set_txpower)(struct iwn_softc *, int); member
|
| D | if_iwn.c | 750 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/ |
| D | athnvar.h | 391 void (*set_txpower)(struct athn_softc *, struct ieee80211_channel *, member
|
| D | arn9287.c | 105 sc->sc_ops.set_txpower = ar9287_set_txpower; in ar9287_attach()
|
| D | arn9280.c | 92 sc->sc_ops.set_txpower = ar5416_set_txpower; in ar9280_attach()
|
| D | arn5416.c | 105 sc->sc_ops.set_txpower = ar5416_set_txpower; in ar5416_attach()
|
| D | arn9380.c | 109 sc->sc_ops.set_txpower = ar9380_set_txpower; in ar9380_attach()
|
| D | arn9285.c | 108 sc->sc_ops.set_txpower = ar9285_set_txpower; in ar9285_attach()
|
| D | athn.c | 935 ops->set_txpower(sc, curchan, extchan); in athn_set_chan()
|
| D | arn5008.c | 2493 ops->set_txpower(sc, c, extc); in ar5008_hw_init()
|
| D | arn9003.c | 3298 ops->set_txpower(sc, c, extc); in ar9003_hw_init()
|
| /netbsd/src/sys/dev/usb/ |
| D | if_athn_usb.c | 2805 ops->set_txpower(sc, curchan, extchan); in athn_usb_init_locked()
|