Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/dvb-frontends/
H A Ddib0090.c128 u8 current_band; member
899 if (state->current_band == BAND_VHF) in dib0090_wbd_target()
902 if (state->current_band == BAND_VHF) in dib0090_wbd_target()
904 if (state->current_band == BAND_CBAND) in dib0090_wbd_target()
1182 …if ((state->current_band == BAND_CBAND || state->current_band == BAND_VHF) && state->identity.p1g)… in dib0090_gain_control()
1790 if ((state->current_band == BAND_LBAND) || (state->current_band == BAND_SBAND)) in dib0090_wbd_calibration()
2321 …if (state->current_band & BAND_CBAND || state->current_band & BAND_FM || state->current_band & BAN… in dib0090_tune()
2323 state->current_band = BAND_CBAND; in dib0090_tune()
2330 …if (state->current_band & BAND_CBAND || state->current_band & BAND_FM || state->current_band & BAN… in dib0090_tune()
2331 state->current_band = BAND_CBAND; in dib0090_tune()
[all …]
H A Ddib7000m.c44 u8 current_band; member
683 if (state->current_band == band && state->current_agc != NULL) in dib7000m_set_agc_config()
685 state->current_band = band; in dib7000m_set_agc_config()
H A Ddib7000p.c46 u8 current_band; member
750 if (state->current_band == band && state->current_agc != NULL) in dib7000p_set_agc_config()
752 state->current_band = band; in dib7000p_set_agc_config()
H A Ddib8000.c74 u8 current_band; member
1172 if (state->current_band == band && state->current_agc != NULL) in dib8000_set_agc_config()
1174 state->current_band = band; in dib8000_set_agc_config()
/linux-6.15/net/mac80211/
H A Dspectmgmt.c223 enum nl80211_band current_band, in ieee80211_parse_ch_switch_ie() argument
229 enum nl80211_band new_band = current_band; in ieee80211_parse_ch_switch_ie()
H A Dieee80211_i.h2282 enum nl80211_band current_band,
H A Dmlme.c2664 enum nl80211_band current_band; in ieee80211_sta_process_chanswitch() local
2670 current_band = cbss->channel->band; in ieee80211_sta_process_chanswitch()
2674 current_band, in ieee80211_sta_process_chanswitch()
/linux-6.15/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c590 u8 current_band = rtlhal->current_bandtype; in rtl8821ae_phy_switch_wirelessband() local
701 if (band != current_band) { in rtl8821ae_phy_switch_wirelessband()