Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/dvb-frontends/
Ddib0090.c144 u8 current_band; member
909 if (state->current_band == BAND_VHF) in dib0090_wbd_target()
912 if (state->current_band == BAND_VHF) in dib0090_wbd_target()
914 if (state->current_band == BAND_CBAND) in dib0090_wbd_target()
1079 if (state->current_band == BAND_CBAND) { in dib0090_pwm_gain_reset()
1097 if (state->current_band == BAND_VHF) { in dib0090_pwm_gain_reset()
1103 } else if (state->current_band == BAND_UHF) { in dib0090_pwm_gain_reset()
1118 …dprintk("ramp RF gain = %d BAND = %s version = %d", state->rf_ramp[0], (state->current_band == BAN… in dib0090_pwm_gain_reset()
1120 …if ((state->rf_ramp[0] == 0) || (state->current_band == BAND_CBAND && (state->identity.version & 0… in dib0090_pwm_gain_reset()
1169 if (state->current_band == BAND_SBAND) { in dib0090_gain_control()
[all …]
Ddib7000m.c40 u8 current_band; member
679 if (state->current_band == band && state->current_agc != NULL) in dib7000m_set_agc_config()
681 state->current_band = band; in dib7000m_set_agc_config()
Ddib7000p.c47 u8 current_band; member
751 if (state->current_band == band && state->current_agc != NULL) in dib7000p_set_agc_config()
753 state->current_band = band; in dib7000p_set_agc_config()
Ddib8000.c70 u8 current_band; member
1168 if (state->current_band == band && state->current_agc != NULL) in dib8000_set_agc_config()
1170 state->current_band = band; in dib8000_set_agc_config()
/linux-4.1.27/net/mac80211/
Dspectmgmt.c26 enum ieee80211_band current_band, in ieee80211_parse_ch_switch_ie() argument
64 new_band = current_band; in ieee80211_parse_ch_switch_ie()
Dieee80211_i.h1743 enum ieee80211_band current_band,
Dmlme.c1112 enum ieee80211_band current_band; in ieee80211_sta_process_chanswitch() local
1129 current_band = cbss->channel->band; in ieee80211_sta_process_chanswitch()
1131 res = ieee80211_parse_ch_switch_ie(sdata, elems, current_band, in ieee80211_sta_process_chanswitch()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/
Dphy.c525 u8 current_band = rtlhal->current_bandtype; in rtl8821ae_phy_switch_wirelessband() local
648 if (band != current_band) { in rtl8821ae_phy_switch_wirelessband()