Home
last modified time | relevance | path

Searched refs:hwpwrctrl (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_cmn.c1882 if (!pi->hwpwrctrl || ISNPHY(pi)) { in wlc_phy_txpower_recalc_target()
2144 if (pi->hwpwrctrl) { in wlc_phy_txpower_update_shm()
2192 return pi->hwpwrctrl; in wlc_phy_txpower_hw_ctrl_get()
2196 void wlc_phy_txpower_hw_ctrl_set(wlc_phy_t *ppi, bool hwpwrctrl) in wlc_phy_txpower_hw_ctrl_set() argument
2199 bool cur_hwpwrctrl = pi->hwpwrctrl; in wlc_phy_txpower_hw_ctrl_set()
2206 pi->hwpwrctrl = hwpwrctrl; in wlc_phy_txpower_hw_ctrl_set()
2207 pi->nphy_txpwrctrl = hwpwrctrl; in wlc_phy_txpower_hw_ctrl_set()
2208 pi->txpwrctrl = hwpwrctrl; in wlc_phy_txpower_hw_ctrl_set()
2228 } else if (hwpwrctrl != cur_hwpwrctrl) { in wlc_phy_txpower_hw_ctrl_set()
2319 if (pi->hwpwrctrl) in wlc_phy_txpower_get_current()
[all …]
Dwlc_phy_hal.h207 extern void wlc_phy_txpower_hw_ctrl_set(wlc_phy_t *ppi, bool hwpwrctrl);
Dwlc_phy_int.h661 bool hwpwrctrl; member
Dwlc_phy_lcn.c5070 pi->hwpwrctrl = true; in wlc_phy_attach_lcnphy()
5094 pi->hwpwrctrl = true; in wlc_phy_attach_lcnphy()
5098 pi->hwpwrctrl = false; in wlc_phy_attach_lcnphy()