Searched refs:set_txpower (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/sys/dev/pci/ |
| D | if_iwnvar.h | 177 int (*set_txpower)(struct iwn_softc *, int); member
|
| D | if_iwn.c | 597 ops->set_txpower = iwn4965_set_txpower; in iwn4965_attach() 637 ops->set_txpower = iwn5000_set_txpower; in iwn5000_attach() 5064 if ((error = ops->set_txpower(sc, 0)) != 0) { in iwn_config() 5484 if ((error = ops->set_txpower(sc, 1)) != 0) { in iwn_auth() 5591 if ((error = ops->set_txpower(sc, 1)) != 0) { in iwn_run() 5779 error = ops->set_txpower(sc, 1); in iwn_update_rxon_restore_power()
|
| /openbsd/src/sys/dev/ic/ |
| D | athnvar.h | 367 void (*set_txpower)(struct athn_softc *, struct ieee80211_channel *, member
|
| D | ar9280.c | 102 sc->ops.set_txpower = ar5416_set_txpower; in ar9280_attach()
|
| D | ar9287.c | 112 sc->ops.set_txpower = ar9287_set_txpower; in ar9287_attach()
|
| D | ar5416.c | 121 sc->ops.set_txpower = ar5416_set_txpower; in ar5416_attach()
|
| D | ar9380.c | 108 sc->ops.set_txpower = ar9380_set_txpower; in ar9380_attach()
|
| D | ar9285.c | 113 sc->ops.set_txpower = ar9285_set_txpower; in ar9285_attach()
|
| D | athn.c | 896 ops->set_txpower(sc, c, extc); in athn_set_chan()
|
| D | ar5008.c | 2642 ops->set_txpower(sc, c, extc); in ar5008_hw_init()
|
| D | ar9003.c | 3190 ops->set_txpower(sc, c, extc); in ar9003_hw_init()
|
| /openbsd/src/sys/dev/usb/ |
| D | if_athn_usb.c | 1573 sc->ops.set_txpower(sc, c, extc); in athn_usb_switch_chan() 2587 ops->set_txpower(sc, c, extc); in athn_usb_init()
|