Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Ddib0090.c140 u8 current_band; member
911 if (state->current_band == BAND_VHF) in dib0090_wbd_target()
914 if (state->current_band == BAND_VHF) in dib0090_wbd_target()
916 if (state->current_band == BAND_CBAND) in dib0090_wbd_target()
1081 if (state->current_band == BAND_CBAND) { in dib0090_pwm_gain_reset()
1099 if (state->current_band == BAND_VHF) { in dib0090_pwm_gain_reset()
1105 } else if (state->current_band == BAND_UHF) { in dib0090_pwm_gain_reset()
1123 (state->current_band == BAND_CBAND) ? "CBAND" : "NOT CBAND", in dib0090_pwm_gain_reset()
1127 (state->current_band == BAND_CBAND && in dib0090_pwm_gain_reset()
1177 if (state->current_band == BAND_SBAND) { in dib0090_gain_control()
[all …]
Ddib7000m.c47 u8 current_band; member
686 if (state->current_band == band && state->current_agc != NULL) in dib7000m_set_agc_config()
688 state->current_band = band; in dib7000m_set_agc_config()
Ddib7000p.c54 u8 current_band; member
758 if (state->current_band == band && state->current_agc != NULL) in dib7000p_set_agc_config()
760 state->current_band = band; in dib7000p_set_agc_config()
Ddib8000.c77 u8 current_band; member
1175 if (state->current_band == band && state->current_agc != NULL) in dib8000_set_agc_config()
1177 state->current_band = band; in dib8000_set_agc_config()
/Linux-v4.19/net/mac80211/
Dspectmgmt.c27 enum nl80211_band current_band, in ieee80211_parse_ch_switch_ie() argument
31 enum nl80211_band new_band = current_band; in ieee80211_parse_ch_switch_ie()
Dmlme.c1240 enum nl80211_band current_band; in ieee80211_sta_process_chanswitch() local
1257 current_band = cbss->channel->band; in ieee80211_sta_process_chanswitch()
1258 res = ieee80211_parse_ch_switch_ie(sdata, elems, current_band, in ieee80211_sta_process_chanswitch()
Dieee80211_i.h1863 enum nl80211_band current_band,
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c625 u8 current_band = rtlhal->current_bandtype; in rtl8821ae_phy_switch_wirelessband() local
737 if (band != current_band) { in rtl8821ae_phy_switch_wirelessband()