/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | dib0090.c | 128 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() 1069 if (state->current_band == BAND_CBAND) { in dib0090_pwm_gain_reset() 1087 if (state->current_band == BAND_VHF) { in dib0090_pwm_gain_reset() 1093 } else if (state->current_band == BAND_UHF) { in dib0090_pwm_gain_reset() 1111 (state->current_band == BAND_CBAND) ? "CBAND" : "NOT CBAND", in dib0090_pwm_gain_reset() 1115 (state->current_band == BAND_CBAND && in dib0090_pwm_gain_reset() 1165 if (state->current_band in dib0090_gain_control() [all...] |
H A D | dib7000m.c | 44 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 D | dib7000p.c | 51 u8 current_band; member 755 if (state->current_band == band && state->current_agc != NULL) in dib7000p_set_agc_config() 757 state->current_band = band; in dib7000p_set_agc_config()
|
H A D | dib8000.c | 74 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()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | dib0090.c | 128 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() 1069 if (state->current_band == BAND_CBAND) { in dib0090_pwm_gain_reset() 1087 if (state->current_band == BAND_VHF) { in dib0090_pwm_gain_reset() 1093 } else if (state->current_band == BAND_UHF) { in dib0090_pwm_gain_reset() 1111 (state->current_band == BAND_CBAND) ? "CBAND" : "NOT CBAND", in dib0090_pwm_gain_reset() 1115 (state->current_band == BAND_CBAND && in dib0090_pwm_gain_reset() 1165 if (state->current_band in dib0090_gain_control() [all...] |
H A D | dib7000m.c | 44 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 D | dib7000p.c | 51 u8 current_band; member 755 if (state->current_band == band && state->current_agc != NULL) in dib7000p_set_agc_config() 757 state->current_band = band; in dib7000p_set_agc_config()
|
H A D | dib8000.c | 74 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()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | spectmgmt.c | 24 enum nl80211_band current_band, in ieee80211_parse_ch_switch_ie() 29 enum nl80211_band new_band = current_band; in ieee80211_parse_ch_switch_ie() 22 ieee80211_parse_ch_switch_ie(struct ieee80211_sub_if_data *sdata, struct ieee802_11_elems *elems, enum nl80211_band current_band, u32 vht_cap_info, u32 sta_flags, u8 *bssid, struct ieee80211_csa_ie *csa_ie) ieee80211_parse_ch_switch_ie() argument
|
H A D | mlme.c | 1370 enum nl80211_band current_band; in ieee80211_sta_process_chanswitch() local 1384 current_band = cbss->channel->band; in ieee80211_sta_process_chanswitch() 1386 res = ieee80211_parse_ch_switch_ie(sdata, elems, current_band, in ieee80211_sta_process_chanswitch()
|
H A D | ieee80211_i.h | 1955 * @current_band: indicates the current band 1970 enum nl80211_band current_band,
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | spectmgmt.c | 24 enum nl80211_band current_band, in ieee80211_parse_ch_switch_ie() 29 enum nl80211_band new_band = current_band; in ieee80211_parse_ch_switch_ie() 22 ieee80211_parse_ch_switch_ie(struct ieee80211_sub_if_data *sdata, struct ieee802_11_elems *elems, enum nl80211_band current_band, u32 vht_cap_info, ieee80211_conn_flags_t conn_flags, u8 *bssid, struct ieee80211_csa_ie *csa_ie) ieee80211_parse_ch_switch_ie() argument
|
H A D | ieee80211_i.h | 2203 * @current_band: indicates the current band 2215 enum nl80211_band current_band,
|
H A D | mlme.c | 1849 enum nl80211_band current_band; in ieee80211_sta_process_chanswitch() local 1861 current_band = cbss->channel->band; in ieee80211_sta_process_chanswitch() 1863 res = ieee80211_parse_ch_switch_ie(sdata, elems, current_band, in ieee80211_sta_process_chanswitch()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | phy.c | 597 u8 current_band = rtlhal->current_bandtype; in rtl8821ae_phy_switch_wirelessband() local 709 if (band != current_band) { in rtl8821ae_phy_switch_wirelessband()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | phy.c | 597 u8 current_band = rtlhal->current_bandtype; in rtl8821ae_phy_switch_wirelessband() local 708 if (band != current_band) { in rtl8821ae_phy_switch_wirelessband()
|