Home
last modified time | relevance | path

Searched refs:current_channel (Results 1 – 37 of 37) sorted by relevance

/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ce/
Ddm.c105 rtlphy->current_channel); in rtl92ce_dm_dynamic_txpower()
106 rtl92c_phy_set_txpower_level(hw, rtlphy->current_channel); in rtl92ce_dm_dynamic_txpower()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192cu/
Ddm.c102 rtlphy->current_channel); in rtl92cu_dm_dynamic_txpower()
103 rtl92c_phy_set_txpower_level(hw, rtlphy->current_channel); in rtl92cu_dm_dynamic_txpower()
/linux-4.1.27/include/linux/
Ds3c_adc_battery.h25 const unsigned int current_channel; member
/linux-4.1.27/drivers/net/ieee802154/
Dfakelb.c91 (dp->hw->phy->current_channel == in fakelb_hw_xmit()
92 priv->hw->phy->current_channel)) in fakelb_hw_xmit()
Dat86rf230.c1581 lp->hw->phy->current_channel = 11; in at86rf230_detect_device()
1590 lp->hw->phy->current_channel = 5; in at86rf230_detect_device()
1597 lp->hw->phy->current_channel = 13; in at86rf230_detect_device()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/
Ddm.c1115 u8 channel = rtlphy->current_channel; in rtl8812ae_get_delta_swing_table()
1509 rtlphy->current_channel, in rtl8812ae_dm_txpwr_track_set_pwr()
1529 rtlphy->current_channel, RF90_PATH_A); in rtl8812ae_dm_txpwr_track_set_pwr()
1548 rtlphy->current_channel, RF90_PATH_A); in rtl8812ae_dm_txpwr_track_set_pwr()
1572 rtlphy->current_channel, RF90_PATH_B); in rtl8812ae_dm_txpwr_track_set_pwr()
1589 rtlphy->current_channel, RF90_PATH_B); in rtl8812ae_dm_txpwr_track_set_pwr()
1607 rtlphy->current_channel, RF90_PATH_B); in rtl8812ae_dm_txpwr_track_set_pwr()
1983 u8 channel = rtlphy->current_channel; in rtl8821ae_get_delta_swing_table()
2148 rtlphy->current_channel, in rtl8821ae_dm_txpwr_track_set_pwr()
2168 rtlphy->current_channel, RF90_PATH_A); in rtl8821ae_dm_txpwr_track_set_pwr()
[all …]
Dphy.c2623 rtlphy->current_channel); in _rtl8821ae_phy_get_txpower_by_rate()
3511 rtl8812ae_fixspur(hw, rtlphy->current_chan_bw, rtlphy->current_channel); in rtl8821ae_phy_set_bw_mode_callback()
3545 u8 channel = rtlphy->current_channel; in rtl8821ae_phy_sw_chnl_callback()
3550 "switch to channel%d\n", rtlphy->current_channel); in rtl8821ae_phy_sw_chnl_callback()
3603 u8 channel = rtlphy->current_channel; in rtl8821ae_phy_sw_chnl()
3620 if (rtlphy->current_channel > 14 && rtlhal->current_bandtype != BAND_ON_5G) in rtl8821ae_phy_sw_chnl()
3622 else if (rtlphy->current_channel <= 14 && rtlhal->current_bandtype != BAND_ON_2_4G) in rtl8821ae_phy_sw_chnl()
3631 rtlphy->current_channel, rtlhal->current_bandtype); in rtl8821ae_phy_sw_chnl()
3636 rtl8821ae_phy_set_txpower_level(hw, rtlphy->current_channel); in rtl8821ae_phy_sw_chnl()
/linux-4.1.27/include/net/
Dcfg802154.h85 u8 current_channel; member
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/
Dsw.c104 rtlpriv->phy.current_channel = 36; in rtl92d_init_sw_vars()
106 rtlpriv->phy.current_channel = 1; in rtl92d_init_sw_vars()
Ddm.c580 rtlphy->current_channel); in rtl92d_dm_dynamic_txpower()
581 rtl92d_phy_set_txpower_level(hw, rtlphy->current_channel); in rtl92d_dm_dynamic_txpower()
765 if (rtlphy->current_channel >= 100 && in rtl92d_bandtype_5G()
766 rtlphy->current_channel <= 165) in rtl92d_bandtype_5G()
825 rtl92d_get_rightchnlplace_for_iqk(rtlphy->current_channel); in rtl92d_dm_txpower_tracking_callback_thermalmeter()
Dphy.c2293 "IQK:Start!!!channel %d\n", rtlphy->current_channel); in rtl92d_phy_iq_calibrate()
2393 rtlphy->current_channel); in rtl92d_phy_iq_calibrate()
2676 _rtl92d_phy_reload_lck_setting(hw, rtlpriv->phy.current_channel); in _rtl92d_phy_lc_calibrate_sw()
2885 u8 channel = rtlphy->current_channel; in rtl92d_phy_sw_chnl()
2906 if (rtlphy->current_channel > 14 && !(ret_value & BIT(0))) in rtl92d_phy_sw_chnl()
2908 else if (rtlphy->current_channel <= 14 && (ret_value & BIT(0))) in rtl92d_phy_sw_chnl()
2937 "switch to channel%d\n", rtlphy->current_channel); in rtl92d_phy_sw_chnl()
2943 rtlphy->current_channel, in rtl92d_phy_sw_chnl()
2972 rtl92d_phy_set_txpower_level(hw, rtlphy->current_channel); in rtl92d_phy_set_io()
Dhw.c1016 rtl92d_phy_set_txpower_level(hw, rtlphy->current_channel); in rtl92de_hw_init()
1185 u8 channel = rtlphy->current_channel; in rtl92d_linked_set_reg()
/linux-4.1.27/net/mac802154/
Dcfg.c83 wpan_phy->current_channel = channel; in ieee802154_set_channel()
Dmib.c101 local->phy->current_channel = chan; in mac802154_dev_set_page_channel()
/linux-4.1.27/drivers/net/wireless/rtlwifi/btcoexist/
Dhalbtcoutsrc.c142 if (rtlphy->current_channel != 0) in halbtc_get_wifi_central_chnl()
143 chnl = rtlphy->current_channel; in halbtc_get_wifi_central_chnl()
339 *u8_tmp = rtlphy->current_channel; in halbtc_get()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/
Dphy.c695 rtl8723e_phy_set_txpower_level(hw, rtlphy->current_channel); in rtl8723e_phy_update_txpower_dbm()
857 "switch to channel%d\n", rtlphy->current_channel); in rtl8723e_phy_sw_chnl_callback()
864 (hw, rtlphy->current_channel, &rtlphy->sw_chnl_stage, in rtl8723e_phy_sw_chnl_callback()
888 RT_ASSERT((rtlphy->current_channel <= 14), in rtl8723e_phy_sw_chnl()
1530 rtl8723e_phy_set_txpower_level(hw, rtlphy->current_channel); in rtl8723e_phy_set_io()
Ddm.c536 rtlphy->current_channel); in rtl8723e_dm_dynamic_txpower()
537 rtl8723e_phy_set_txpower_level(hw, rtlphy->current_channel); in rtl8723e_dm_dynamic_txpower()
Dhal_btc.c83 chnl = rtlphy->current_channel; in rtl_8723e_bt_wifi_media_status_notify()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192c/
Dphy_common.c629 rtl92c_phy_set_txpower_level(hw, rtlphy->current_channel); in rtl92c_phy_update_txpower_dbm()
720 "switch to channel%d\n", rtlphy->current_channel); in rtl92c_phy_sw_chnl_callback()
727 (hw, rtlphy->current_channel, &rtlphy->sw_chnl_stage, in rtl92c_phy_sw_chnl_callback()
752 RT_ASSERT((rtlphy->current_channel <= 14), in rtl92c_phy_sw_chnl()
1599 rtl92c_phy_set_txpower_level(hw, rtlphy->current_channel); in rtl92c_phy_set_io()
Ddm_common.c1429 rtlphy->current_channel); in rtl92c_dm_dynamic_txpower()
1430 rtl92c_phy_set_txpower_level(hw, rtlphy->current_channel); in rtl92c_dm_dynamic_txpower()
1734 rtlpriv->phy.current_channel); in rtl92c_bt_ant_isolation()
/linux-4.1.27/net/ieee802154/
Dnl-phy.c56 nla_put_u8(msg, IEEE802154_ATTR_CHANNEL, phy->current_channel)) in ieee802154_nl_fill_phy()
Dnl802154.c286 rdev->wpan_phy.current_channel)) in nl802154_send_wpan_phy()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/
Dphy.c1357 "switch to channel%d\n", rtlphy->current_channel); in rtl8723be_phy_sw_chnl_callback()
1364 rtlphy->current_channel, in rtl8723be_phy_sw_chnl_callback()
1390 RT_ASSERT((rtlphy->current_channel <= 14), in rtl8723be_phy_sw_chnl()
1399 rtlphy->current_channel); in rtl8723be_phy_sw_chnl()
2449 idx = _get_right_chnl_place_for_iqk(rtlphy->current_channel); in rtl8723be_phy_iq_calibrate()
2547 rtl8723be_phy_set_txpower_level(hw, rtlphy->current_channel); in rtl8723be_phy_set_io()
Ddm.c680 rtl8723be_phy_set_txpower_level(hw, rtlphy->current_channel); in rtl8723be_dm_tx_power_track_set_power()
/linux-4.1.27/drivers/power/
Ds3c_adc_battery.c167 bat->pdata->current_channel) * bat->pdata->current_mult; in s3c_adc_bat_get_property()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/
Dphy.c1203 "switch to channel%d\n", rtlphy->current_channel); in rtl88e_phy_sw_chnl_callback()
1210 (hw, rtlphy->current_channel, &rtlphy->sw_chnl_stage, in rtl88e_phy_sw_chnl_callback()
1234 RT_ASSERT((rtlphy->current_channel <= 14), in rtl88e_phy_sw_chnl()
1243 rtlphy->current_channel); in rtl88e_phy_sw_chnl()
2160 rtl88e_phy_set_txpower_level(hw, rtlphy->current_channel); in rtl88e_phy_set_io()
Ddm.c282 rtlphy->current_channel); in dm_tx_pwr_track_set_pwr()
703 rtlphy->current_channel); in rtl92c_dm_dynamic_txpower()
704 rtl88e_phy_set_txpower_level(hw, rtlphy->current_channel); in rtl92c_dm_dynamic_txpower()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/
Dphy.c1783 "switch to channel%d\n", rtlphy->current_channel); in rtl92ee_phy_sw_chnl_callback()
1790 (hw, rtlphy->current_channel, &rtlphy->sw_chnl_stage, in rtl92ee_phy_sw_chnl_callback()
1814 RT_ASSERT((rtlphy->current_channel <= 14), in rtl92ee_phy_sw_chnl()
1823 rtlphy->current_channel); in rtl92ee_phy_sw_chnl()
2945 idx = rtl92ee_get_rightchnlplace_for_iqk(rtlphy->current_channel); in rtl92ee_phy_iq_calibrate()
3042 rtl92ee_phy_set_txpower_level(hw, rtlphy->current_channel); in rtl92ee_phy_set_io()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192se/
Dphy.c466 rtlphy->current_channel); in rtl92s_phy_sw_chnl()
486 rtlphy->current_channel, in rtl92s_phy_sw_chnl()
1313 rtl92s_phy_set_txpower(hw, rtlphy->current_channel); in _rtl92s_phy_set_fwcmd_io()
Ddm.c648 rtl92s_phy_set_txpower(hw, rtlphy->current_channel); in _rtl92s_dm_dynamic_txpower()
Dhw.c1075 rtl92s_phy_set_txpower(hw, rtlphy->current_channel); in rtl92se_hw_init()
/linux-4.1.27/arch/arm/mach-s3c24xx/
Dmach-h1940.c340 .current_channel = 1,
Dmach-rx1950.c345 .current_channel = 1,
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h1897 struct drx_channel current_channel; member
2232 #define DRX_ATTR_CURRENTCHANNEL(d) ((d)->my_common_attr->current_channel)
/linux-4.1.27/drivers/net/wireless/rtlwifi/
Dcore.c793 rtlphy->current_channel = wide_chan; in rtl_op_config()
Dwifi.h1189 u8 current_channel; member
/linux-4.1.27/drivers/net/wireless/
Dmwl8k.c3129 __u8 current_channel; member
3150 cmd->current_channel = channel->hw_value; in mwl8k_cmd_set_rf_channel()