Searched refs:set_txpwr (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | rtw8852bt.c | 693 .set_txpwr = rtw8852bx_set_txpwr,
|
| H A D | rtw8852b.c | 847 .set_txpwr = rtw8852bx_set_txpwr,
|
| H A D | rtw8852a.c | 2214 .set_txpwr = rtw8852a_set_txpwr,
|
| H A D | rtw8852b_common.c | 2087 .set_txpwr = __rtw8852bx_set_txpwr,
|
| H A D | rtw8851b.c | 2520 .set_txpwr = rtw8851b_set_txpwr,
|
| H A D | core.c | 476 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 D | rtw8852c.c | 3055 .set_txpwr = rtw8852c_set_txpwr,
|
| H A D | rtw8922a.c | 2865 .set_txpwr = rtw8922a_set_txpwr,
|
| H A D | core.h | 3817 void (*set_txpwr)(struct rtw89_dev *rtwdev, member
|
| /freebsd/sys/dev/bwn/ |
| H A D | if_bwnvar.h | 516 void (*set_txpwr)(struct bwn_mac *); member
|
| H A D | if_bwn.c | 1411 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()
|