Searched refs:tx_pwr_idx (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8712/
H A Drtl871x_mp_ioctl.c364 u32 tx_pwr_idx; oid_rt_pro_set_tx_power_control_hdl() local
370 tx_pwr_idx = *((u32 *)poid_par_priv->information_buf); oid_rt_pro_set_tx_power_control_hdl()
371 if (tx_pwr_idx > MAX_TX_PWR_INDEX_N_MODE) oid_rt_pro_set_tx_power_control_hdl()
373 Adapter->mppriv.curr_txpoweridx = (u8)tx_pwr_idx; oid_rt_pro_set_tx_power_control_hdl()
/linux-4.4.14/drivers/net/wireless/b43/
H A Dphy_ht.h130 u8 tx_pwr_idx[3]; member in struct:b43_phy_ht
H A Dphy_lcn.c315 u8 tx_pwr_idx; b43_phy_lcn_sense_setup() local
341 tx_pwr_idx = dev->phy.lcn->tx_pwr_curr_idx; b43_phy_lcn_sense_setup()
414 /* TODO: wlc_lcnphy_set_tx_pwr_by_index(tx_pwr_idx) */ b43_phy_lcn_sense_setup()
H A Dphy_ht.c564 phy_ht->tx_pwr_idx[i] = b43_phy_ht_tx_power_ctl()
577 if (phy_ht->tx_pwr_idx[i] <= b43_phy_ht_tx_power_ctl()
580 phy_ht->tx_pwr_idx[i]); b43_phy_ht_tx_power_ctl()
876 phy_ht->tx_pwr_idx[i] = B43_PHY_HT_TXPCTL_CMD_C1_INIT + 1; b43_phy_ht_op_prepare_structs()
H A Dphy_n.c3630 nphy->tx_pwr_idx[0] = b43_phy_read(dev, b43_nphy_tx_power_ctrl()
3632 nphy->tx_pwr_idx[1] = b43_phy_read(dev, b43_nphy_tx_power_ctrl()
3705 if (nphy->tx_pwr_idx[0] != 128 && b43_nphy_tx_power_ctrl()
3706 nphy->tx_pwr_idx[1] != 128) { b43_nphy_tx_power_ctrl()
3710 nphy->tx_pwr_idx[0]); b43_nphy_tx_power_ctrl()
3714 ~0xff, nphy->tx_pwr_idx[1]); b43_nphy_tx_power_ctrl()
6508 nphy->tx_pwr_idx[0] = 128; b43_nphy_op_prepare_structs()
6509 nphy->tx_pwr_idx[1] = 128; b43_nphy_op_prepare_structs()
H A Dphy_n.h962 u8 tx_pwr_idx[2]; member in struct:b43_phy_n

Completed in 336 milliseconds