Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dif_iwnvar.h177 int (*set_txpower)(struct iwn_softc *, int); member
Dif_iwn.c597 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/
Dathnvar.h367 void (*set_txpower)(struct athn_softc *, struct ieee80211_channel *, member
Dar9280.c102 sc->ops.set_txpower = ar5416_set_txpower; in ar9280_attach()
Dar9287.c112 sc->ops.set_txpower = ar9287_set_txpower; in ar9287_attach()
Dar5416.c121 sc->ops.set_txpower = ar5416_set_txpower; in ar5416_attach()
Dar9380.c108 sc->ops.set_txpower = ar9380_set_txpower; in ar9380_attach()
Dar9285.c113 sc->ops.set_txpower = ar9285_set_txpower; in ar9285_attach()
Dathn.c896 ops->set_txpower(sc, c, extc); in athn_set_chan()
Dar5008.c2642 ops->set_txpower(sc, c, extc); in ar5008_hw_init()
Dar9003.c3190 ops->set_txpower(sc, c, extc); in ar9003_hw_init()
/openbsd/src/sys/dev/usb/
Dif_athn_usb.c1573 sc->ops.set_txpower(sc, c, extc); in athn_usb_switch_chan()
2587 ops->set_txpower(sc, c, extc); in athn_usb_init()