Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwnvar.h516 void (*set_txpwr)(struct bwn_mac *); member
H A Dif_bwn.c1409 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 Drtw8852a.c2095 .set_txpwr = rtw8852a_set_txpwr,
H A Dcore.c399 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 Drtw8851b.c2378 .set_txpwr = rtw8851b_set_txpwr,
H A Drtw8852b.c726 .set_txpwr = rtw8852bx_set_txpwr, in rtw8852b_thermal_trim()
H A Drtw8852c.c2879 .set_txpwr = rtw8852c_set_txpwr,
H A Dcore.h3552 void (*set_txpwr)(struct rtw89_dev *rtwdev,
3026 void (*set_txpwr)(struct rtw89_dev *rtwdev, global() member