Home
last modified time | relevance | path

Searched defs:band (Results 1 – 25 of 157) sorted by relevance

1234567

/drivers/net/wireless/ti/wl12xx/
Dscan.c30 enum ieee80211_band band, bool passive) in wl1271_get_scan_channels()
95 enum ieee80211_band band, in wl1271_scan_send()
221 enum ieee80211_band band; in wl1271_scan_stm() local
381 u8 band = IEEE80211_BAND_2GHZ; in wl1271_scan_sched_scan_config() local
398 u8 band = IEEE80211_BAND_5GHZ; in wl1271_scan_sched_scan_config() local
/drivers/net/wireless/ti/wl18xx/
Dscan.c113 u8 band = IEEE80211_BAND_2GHZ; in wl18xx_scan_send() local
130 u8 band = IEEE80211_BAND_5GHZ; in wl18xx_scan_send() local
256 u8 band = IEEE80211_BAND_2GHZ; in wl18xx_scan_sched_scan_config() local
273 u8 band = IEEE80211_BAND_5GHZ; in wl18xx_scan_sched_scan_config() local
Dcmd.h43 u8 band; member
82 u8 band; member
Dtx.c33 u8 band, struct ieee80211_tx_rate *rate) in wl18xx_get_last_tx_rate()
/drivers/net/wireless/iwlwifi/dvm/
Dscan.c365 enum ieee80211_band band, u8 n_probes) in iwl_get_active_dwell_time()
434 enum ieee80211_band band) in iwl_get_passive_dwell_time()
445 enum ieee80211_band band) in iwl_get_single_channel_number()
473 enum ieee80211_band band, in iwl_get_channel_for_reset_scan()
508 enum ieee80211_band band, in iwl_get_channels_for_scan()
639 enum ieee80211_band band; in iwlagn_request_scan() local
937 enum ieee80211_band band) in iwl_scan_initiate()
/drivers/media/radio/
Dradio-raremono.c124 u32 band; member
134 static int raremono_cmd_main(struct raremono_device *radio, unsigned band, unsigned freq) in raremono_cmd_main()
205 struct v4l2_frequency_band *band) in vidioc_enum_freq_bands()
258 unsigned band; in vidioc_s_frequency() local
Dtea575x.c197 u32 band = 0; in snd_tea575x_set_freq() local
251 struct v4l2_frequency_band *band) in snd_tea575x_enum_freq_bands()
284 struct v4l2_frequency_band *band) in vidioc_enum_freq_bands()
Dradio-si476x.c81 static inline bool si476x_radio_freq_is_inside_of_the_band(u32 freq, int band) in si476x_radio_freq_is_inside_of_the_band()
88 int band) in si476x_radio_range_is_inside_of_the_band()
361 struct v4l2_frequency_band *band) in si476x_radio_enum_freq_bands()
711 const int band = (freq > midrange) ? in si476x_radio_s_frequency() local
/drivers/media/radio/si470x/
Dradio-si470x-common.c194 static int si470x_set_band(struct si470x_device *radio, int band) in si470x_set_band()
302 int band, retval; in si470x_set_seek() local
723 struct v4l2_frequency_band *band) in si470x_vidioc_enum_freq_bands()
/drivers/media/platform/vivid/
Dvivid-radio-rx.c147 int vivid_radio_rx_enum_freq_bands(struct file *file, void *fh, struct v4l2_frequency_band *band) in vivid_radio_rx_enum_freq_bands()
165 unsigned band; in vivid_radio_rx_s_hw_freq_seek() local
Dvivid-radio-common.c165 unsigned band; in vivid_radio_s_frequency() local
Dvivid-sdr-cap.c333 struct v4l2_frequency_band *band) in vivid_sdr_enum_freq_bands()
375 unsigned band; in vivid_sdr_s_frequency() local
/drivers/net/wireless/ti/wlcore/
Dcmd.c426 enum ieee80211_band band, in wl12xx_cmd_role_start_dev()
1135 u8 role_id, u8 band, in wl12xx_cmd_build_probe_req()
1631 static int wlcore_get_reg_conf_ch_idx(enum ieee80211_band band, u16 ch) in wlcore_get_reg_conf_ch_idx()
1673 enum ieee80211_band band) in wlcore_set_pending_regdomain_ch()
1692 struct ieee80211_supported_band *band; in wlcore_cmd_regdomain_config_locked() local
1854 u8 role_id, enum ieee80211_band band, u8 channel) in wl12xx_cmd_roc()
1928 enum ieee80211_band band, u8 channel) in wl12xx_roc()
1998 enum ieee80211_band band, int channel) in wl12xx_start_dev()
/drivers/net/wireless/brcm80211/brcmsmac/
Dchannel.c408 struct brcms_band *band; in brcms_c_channel_reg_limits() local
667 int band, i; in brcms_reg_apply_beaconing_flags() local
704 int band, i; in brcms_reg_notifier() local
747 struct brcms_band *band; in brcms_c_regd_init() local
Dtypes.h236 #define BRCMS_ISNPHY(band) PHYTYPE_IS((band)->phytype, PHY_TYPE_N) argument
237 #define BRCMS_ISLCNPHY(band) PHYTYPE_IS((band)->phytype, PHY_TYPE_LCN) argument
238 #define BRCMS_ISSSLPNPHY(band) PHYTYPE_IS((band)->phytype, PHY_TYPE_SSN) argument
240 #define BRCMS_PHY_11N_CAP(band) PHYTYPE_11N_CAP((band)->phytype) argument
/drivers/net/wireless/iwlwifi/
Diwl-eeprom-parse.c393 enum ieee80211_band band; in iwl_eeprom_enh_txp_read_element() local
529 enum ieee80211_band band, u16 channel, in iwl_mod_ht40_chan_info()
574 int band, ch_idx; in iwl_init_channel_map() local
711 int n_channels, enum ieee80211_band band) in iwl_init_sband_channels()
737 enum ieee80211_band band, in iwl_init_ht_hw_capab()
/drivers/net/wireless/p54/
Deeprom.c79 enum ieee80211_band band; member
127 enum ieee80211_band band) in p54_fill_band_bitrates()
150 enum ieee80211_band band) in p54_generate_band()
254 int band = p54_get_band_from_freq(freq); in p54_update_channel_param() local
/drivers/net/wireless/realtek/rtlwifi/
Dregd.c157 enum ieee80211_band band; in _rtl_reg_apply_beaconing_flags() local
304 enum ieee80211_band band; in _rtl_dump_channel_map() local
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c463 u32 phy_get_tx_swing_8812A(struct ieee80211_hw *hw, u8 band, in phy_get_tx_swing_8812A()
621 void rtl8821ae_phy_switch_wirelessband(struct ieee80211_hw *hw, u8 band) in rtl8821ae_phy_switch_wirelessband()
842 u8 band, rfpath, txnum, rate_section; in _rtl8821ae_phy_init_tx_power_by_rate() local
855 u8 band, u8 path, in _rtl8821ae_phy_set_txpower_by_rate_base()
924 u8 band, u8 path, in _rtl8821ae_phy_get_txpower_by_rate_base()
1116 enum band_type band, u8 rate) in _rtl8812ae_phy_get_txpower_by_rate_base_index()
1561 u8 band, u8 channel) in _rtl8812ae_phy_get_chnl_idx_of_txpwr_lmt()
1703 u8 *regulation, u8 *band, in _rtl8812ae_phy_config_bb_txpwr_lmt()
1734 u8 *band = array[i+1]; in _rtl8821ae_phy_read_and_config_txpwr_lmt() local
1974 u32 band, u32 rfpath, in _rtl8821ae_store_tx_power_by_rate()
[all …]
/drivers/media/tuners/
Dmt2266.c42 u8 band; member
135 u8 band; in mt2266_set_params() local
/drivers/net/wireless/iwlegacy/
D4965.c779 get_min_power_idx(s32 rate_power_idx, u32 band) in get_min_power_idx()
1019 il4965_fill_txpower_tbl(struct il_priv *il, u8 band, u16 channel, u8 is_ht40, in il4965_fill_txpower_tbl()
1261 u8 band = 0; in il4965_send_tx_power() local
1472 u8 band = 0; in il4965_hw_channel_switch() local
Dcommon.c865 il_mod_ht40_chan_info(struct il_priv *il, enum ieee80211_band band, u16 channel, in il_mod_ht40_chan_info()
909 int band, ch; in il_init_channel_map() local
1053 il_get_channel_info(const struct il_priv *il, enum ieee80211_band band, in il_get_channel_info()
1480 il_get_active_dwell_time(struct il_priv *il, enum ieee80211_band band, in il_get_active_dwell_time()
1493 il_get_passive_dwell_time(struct il_priv *il, enum ieee80211_band band, in il_get_passive_dwell_time()
3381 enum ieee80211_band band) in il_init_ht_hw_capab()
3562 il_is_channel_extension(struct il_priv *il, enum ieee80211_band band, in il_is_channel_extension()
3925 il_get_single_channel_number(struct il_priv *il, enum ieee80211_band band) in il_get_single_channel_number()
3964 enum ieee80211_band band = ch->band; in il_set_rxon_channel() local
3985 il_set_flags_for_band(struct il_priv *il, enum ieee80211_band band, in il_set_flags_for_band()
/drivers/net/wireless/rsi/
Drsi_91x_mac80211.c148 static void rsi_register_rates_channels(struct rsi_hw *adapter, int band) in rsi_register_rates_channels()
779 enum ieee80211_band band = hw->conf.chandef.chan->band; in rsi_mac80211_set_rate_mask() local
916 u8 band = hw->conf.chandef.chan->band; in rsi_set_min_rate() local
/drivers/net/wireless/mwifiex/
Dcfg80211.c487 enum ieee80211_band band; in mwifiex_send_domain_info_cmd_fw() local
1419 enum ieee80211_band band; in mwifiex_cfg80211_dump_survey() local
1594 enum ieee80211_band band; in mwifiex_cfg80211_set_bitrate_mask() local
1774 enum ieee80211_band band; in mwifiex_cfg80211_set_antenna() local
1997 enum ieee80211_band band; in mwifiex_cfg80211_inform_ibss_bss() local
3436 u8 second_chan_offset, band; in mwifiex_cfg80211_tdls_chan_switch() local
3577 enum ieee80211_band band; in mwifiex_cfg80211_get_channel() local
/drivers/net/wireless/ath/ath10k/
Dmac.c2058 enum ieee80211_band band; in ath10k_peer_assoc_h_rates() local
2118 enum ieee80211_band band; in ath10k_peer_assoc_h_ht() local
2342 enum ieee80211_band band; in ath10k_peer_assoc_h_vht() local
2439 enum ieee80211_band band; in ath10k_peer_assoc_h_phymode() local
2850 enum ieee80211_band band; in ath10k_update_channel_list() local
3936 struct ieee80211_supported_band *band; in ath10k_mac_setup_ht_vht_cap() local
5231 enum ieee80211_band band; in ath10k_sta_rc_update_wk() local
6029 enum ieee80211_band band, in ath10k_mac_bitrate_mask_has_single_rate()
6048 enum ieee80211_band band, in ath10k_mac_bitrate_mask_get_single_nss()
6097 enum ieee80211_band band, in ath10k_mac_bitrate_mask_get_single_rate()
[all …]

1234567