Searched refs:set_txpwr (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/bwn/ |
H A D | if_bwnvar.h | 516 void (*set_txpwr)(struct bwn_mac *); member
|
H A D | if_bwn.c | 1409 mac->mac_phy.set_txpwr = bwn_phy_g_set_txpwr; in bwn_attach_core() 1445 mac->mac_phy.set_txpwr = bwn_phy_n_set_txpwr; in bwn_attach_core() 6240 KASSERT(phy->set_txpwr != NULL, ("%s: fail", __func__)); in bwn_phy_txpower_check() 6936 mac->mac_phy.set_txpwr != NULL) in bwn_txpwr() 6937 mac->mac_phy.set_txpwr(mac); in bwn_txpwr()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | rtw8852a.c | 2095 .set_txpwr = rtw8852a_set_txpwr,
|
H A D | core.c | 399 chip->ops->set_txpwr(rtwdev, chan, phy_idx); in rtw89_core_set_chip_txpwr() 446 chip->ops->set_txpwr(rtwdev, chan, phy_idx); in rtw89_set_channel()
|
H A D | rtw8851b.c | 2378 .set_txpwr = rtw8851b_set_txpwr,
|
H A D | rtw8852b.c | 726 .set_txpwr = rtw8852bx_set_txpwr, in rtw8852b_thermal_trim()
|
H A D | rtw8852c.c | 2879 .set_txpwr = rtw8852c_set_txpwr,
|
H A D | core.h | 3552 void (*set_txpwr)(struct rtw89_dev *rtwdev, 3026 void (*set_txpwr)(struct rtw89_dev *rtwdev, global() member
|