Home
last modified time | relevance | path

Searched refs:set_txpwr (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/dev/rtw89/
H A Drtw8852bt.c693 .set_txpwr = rtw8852bx_set_txpwr,
H A Drtw8852b.c847 .set_txpwr = rtw8852bx_set_txpwr,
H A Drtw8852a.c2214 .set_txpwr = rtw8852a_set_txpwr,
H A Drtw8852b_common.c2087 .set_txpwr = __rtw8852bx_set_txpwr,
H A Drtw8851b.c2520 .set_txpwr = rtw8851b_set_txpwr,
H A Dcore.c476 chip->ops->set_txpwr(rtwdev, chan, phy_idx); in __rtw89_core_set_chip_txpwr()
553 chip->ops->set_txpwr(rtwdev, chan, phy_idx); in __rtw89_set_channel()
H A Drtw8852c.c3055 .set_txpwr = rtw8852c_set_txpwr,
H A Drtw8922a.c2865 .set_txpwr = rtw8922a_set_txpwr,
H A Dcore.h3817 void (*set_txpwr)(struct rtw89_dev *rtwdev, member
/freebsd/sys/dev/bwn/
H A Dif_bwnvar.h516 void (*set_txpwr)(struct bwn_mac *); member
H A Dif_bwn.c1411 mac->mac_phy.set_txpwr = bwn_phy_g_set_txpwr; in bwn_attach_core()
1447 mac->mac_phy.set_txpwr = bwn_phy_n_set_txpwr; in bwn_attach_core()
6242 KASSERT(phy->set_txpwr != NULL, ("%s: fail", __func__)); in bwn_phy_txpower_check()
6938 mac->mac_phy.set_txpwr != NULL) in bwn_txpwr()
6939 mac->mac_phy.set_txpwr(mac); in bwn_txpwr()