Searched refs:band (Results 26 - 50 of 501) sorted by relevance

1234567891011>>

/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Doffload.h47 * @band: band, matches &RX_RES_PHY_FLAGS_BAND_24 definition
56 __le16 band; member in struct:iwl_stored_beacon_notif_common
H A Dphy-ctxt.h44 * @band: PHY_BAND_*
50 u8 band; member in struct:iwl_fw_channel_info_v1
60 * @band: PHY_BAND_*
67 u8 band; member in struct:iwl_fw_channel_info
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dtestmode.c23 u32 band[2]; member in struct:reg_band
27 { _list.band[0] = MT_##_reg(0); \
28 _list.band[1] = MT_##_reg(1); }
30 { _list.band[0] = MT_##_reg(0, _idx); \
31 _list.band[1] = MT_##_reg(1, _idx); }
80 .param.freq.band = phy->mt76->band_idx,
114 .param.trx.band = phy->mt76->band_idx,
129 .param.clean.band = phy->mt76->band_idx,
147 .param.slot.band = phy->mt76->band_idx,
201 u8 band local
340 u8 band = phy->mt76->band_idx; local
520 u8 band = phy->mt76->band_idx; local
[all...]
H A Dmac.c337 status->band = mphy->chandef.chan->band;
338 if (status->band == NL80211_BAND_5GHZ)
340 else if (status->band == NL80211_BAND_6GHZ)
620 int band; local
649 band = phy->mt76->chandef.chan->band;
650 if (band == NL80211_BAND_2GHZ && !cck)
653 r = &phy->mt76->hw->wiphy->bands[band]->bitrates[rate_idx];
1158 u8 band local
1207 mt7915_mac_enable_nf(struct mt7915_dev *dev, bool band) argument
1699 u8 band = phy->mt76->band_idx; local
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c189 /* values for band specific 40MHz capabilities */
361 return wlc->band->basic_rate[mcs_table[rspec & RSPEC_RATE_MASK]
363 return wlc->band->basic_rate[rspec & RSPEC_RATE_MASK];
373 /* currently the best mechanism for determining SIFS is the band in use */
374 static u16 get_sifs(struct brcms_band *band) argument
376 return band->bandtype == BRCM_BAND_5G ? APHY_SIFS_TIME :
650 if (wlc->band->bandtype == BRCM_BAND_2G)
662 if (wlc->band->bandtype == BRCM_BAND_2G)
721 brcms_c_write_mhf(wlc_hw, wlc_hw->band->mhfs);
723 /* do band
1328 struct brcms_hw_band *band; local
4731 struct brcms_band *band; local
4763 struct brcms_band *band; local
4816 struct brcms_hw_band *band; local
5219 struct brcms_band *band; local
5801 brcms_c_valid_rate(struct brcms_c_info *wlc, u32 rspec, int band, bool verbose) argument
[all...]
H A Dtypes.h36 /* Board has an external LNA in 2.4GHz band */
48 /* Board has an external LNA in 5GHz band */
55 /* Flag to implement alternative A-band PLL settings */
61 /* Board supports 5G band power gain */
70 /* Flag to narrow G-band PLL loop b/w */
76 /* Flag to widen G-band PLL loop b/w */
236 #define BRCMS_ISNPHY(band) PHYTYPE_IS((band)->phytype, PHY_TYPE_N)
237 #define BRCMS_ISLCNPHY(band) PHYTYPE_IS((band)
[all...]
/linux-master/include/media/drv-intf/
H A Dtea575x.h49 u32 band; /* 0: FM, 1: FM-Japan, 2: AM */ member in struct:snd_tea575x
61 struct v4l2_frequency_band *band);
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dcmd.h29 u8 band; member in struct:wl18xx_cmd_channel_switch
68 u8 band; member in struct:wlcore_cmd_cac_start
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-eeprom-parse.h80 int n_channels, enum nl80211_band band);
85 enum nl80211_band band,
H A Diwl-eeprom-parse.c85 * These are the channel numbers from each band in the order
86 * that they are stored in the EEPROM band information. Note
336 enum nl80211_band band; local
338 band = txp->flags & IWL_EEPROM_ENH_TXP_FL_BAND_52G ?
348 /* update matching band only */
349 if (band != chan->band)
432 case 1: /* 2.4GHz band */
436 case 2: /* 4.9GHz band */
440 case 3: /* 5.2GHz band */
470 iwl_mod_ht40_chan_info(struct device *dev, struct iwl_nvm_data *data, int n_channels, enum nl80211_band band, u16 channel, const struct iwl_eeprom_channel *eeprom_ch, u8 clear_ht40_extension_channel) argument
517 int band, ch_idx; local
653 iwl_init_sband_channels(struct iwl_nvm_data *data, struct ieee80211_supported_band *sband, int n_channels, enum nl80211_band band) argument
678 iwl_init_ht_hw_capab(struct iwl_trans *trans, struct iwl_nvm_data *data, struct ieee80211_sta_ht_cap *ht_info, enum nl80211_band band, u8 tx_chains, u8 rx_chains) argument
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/abm/
H A Dmain.h61 * @q_stats: basic queue statistics (only in per-band case)
143 * @red.num_bands: Number of valid entries in the @red.band table
144 * @red.band: Per-band array of RED instances
145 * @red.band.ecn: ECN marking is enabled (rather than drop)
146 * @red.band.threshold: ECN marking threshold
147 * @red.band.stats: current stats of the RED Qdisc
148 * @red.band.prev_stats: previously reported @red.stats
149 * @red.band.xstats: extended stats for RED - current
150 * @red.band
182 } band[MAX_DPs]; member in struct:nfp_qdisc::__anon494::__anon496
[all...]
H A Dcls.c14 u32 band; member in struct:nfp_abm_u32_match
114 return iter->band;
137 u8 band; local
142 band = nfp_abm_find_band_for_prio(alink, i << base_shift);
145 *word |= band << offset;
199 iter->band != knode->res->classid) {
212 match->band = knode->res->classid;
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_eeprom.c91 bool mt76x02_ext_pa_enabled(struct mt76x02_dev *dev, enum nl80211_band band) argument
95 if (band == NL80211_BAND_5GHZ)
102 void mt76x02_get_rx_gain(struct mt76x02_dev *dev, enum nl80211_band band, argument
123 if (band == NL80211_BAND_2GHZ)
136 if (chan->band == NL80211_BAND_2GHZ)
H A Dmt76x02_phy.h44 void mt76x02_phy_set_band(struct mt76x02_dev *dev, int band,
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dscan.c122 priv->scan_request->channels[0]->band);
255 notif->band ? "bg" : "a",
275 notif->band ? "bg" : "a",
347 enum nl80211_band band, u8 n_probes)
349 if (band == NL80211_BAND_5GHZ)
416 enum nl80211_band band)
418 u16 passive = (band == NL80211_BAND_2GHZ) ?
427 enum nl80211_band band)
429 struct ieee80211_supported_band *sband = priv->hw->wiphy->bands[band];
455 enum nl80211_band band,
346 iwl_get_active_dwell_time(struct iwl_priv *priv, enum nl80211_band band, u8 n_probes) argument
415 iwl_get_passive_dwell_time(struct iwl_priv *priv, enum nl80211_band band) argument
426 iwl_get_single_channel_number(struct iwl_priv *priv, enum nl80211_band band) argument
453 iwl_get_channel_for_reset_scan(struct iwl_priv *priv, struct ieee80211_vif *vif, enum nl80211_band band, struct iwl_scan_channel *scan_ch) argument
488 iwl_get_channels_for_scan(struct iwl_priv *priv, struct ieee80211_vif *vif, enum nl80211_band band, u8 is_active, u8 n_probes, struct iwl_scan_channel *scan_ch) argument
620 enum nl80211_band band; local
921 iwl_scan_initiate(struct iwl_priv *priv, struct ieee80211_vif *vif, enum iwl_scan_type scan_type, enum nl80211_band band) argument
[all...]
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c25 { .band = NL80211_BAND_2GHZ, .center_freq = 2412,
27 { .band = NL80211_BAND_2GHZ, .center_freq = 2417,
29 { .band = NL80211_BAND_2GHZ, .center_freq = 2422,
31 { .band = NL80211_BAND_2GHZ, .center_freq = 2427,
33 { .band = NL80211_BAND_2GHZ, .center_freq = 2432,
35 { .band = NL80211_BAND_2GHZ, .center_freq = 2437,
37 { .band = NL80211_BAND_2GHZ, .center_freq = 2442,
39 { .band = NL80211_BAND_2GHZ, .center_freq = 2447,
41 { .band = NL80211_BAND_2GHZ, .center_freq = 2452,
43 { .band
193 rsi_register_rates_channels(struct rsi_hw *adapter, int band) argument
305 enum nl80211_band band; local
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dphy.c46 enum nl80211_band band)
51 if (band == NL80211_BAND_2GHZ) {
58 if (mt76x02_ext_pa_enabled(dev, band)) {
69 if (mt76x02_ext_pa_enabled(dev, band)) {
77 if (mt76x02_ext_pa_enabled(dev, band))
91 if (mt76x02_ext_pa_enabled(dev, band)) {
94 if (band == NL80211_BAND_2GHZ)
103 if (band == NL80211_BAND_2GHZ) {
185 enum nl80211_band band, u8 bw)
189 if (mt76x02_ext_pa_enabled(dev, band)) {
45 mt76x2_phy_set_txpower_regs(struct mt76x02_dev *dev, enum nl80211_band band) argument
184 mt76x2_configure_tx_delay(struct mt76x02_dev *dev, enum nl80211_band band, u8 bw) argument
[all...]
/linux-master/drivers/media/radio/
H A Dradio-tea5777.c164 switch (tea->band) {
178 freq = clamp(tea->freq, bands[tea->band].rangelow,
179 bands[tea->band].rangehigh);
182 switch (tea->band) {
267 struct v4l2_frequency_band *band)
271 if (band->tuner != 0 || band->index >= ARRAY_SIZE(bands) ||
272 (!tea->has_am && band->index == BAND_AM))
275 *band = bands[band
266 vidioc_enum_freq_bands(struct file *file, void *priv, struct v4l2_frequency_band *band) argument
[all...]
H A Dradio-tea5777.h57 u32 band; /* current band */ member in struct:radio_tea5777
/linux-master/net/wireless/
H A Dmesh.c137 enum nl80211_band band; local
139 for (band = 0; band < NUM_NL80211_BANDS; band++) {
144 sband = rdev->wiphy.bands[band];
176 rdev->wiphy.bands[setup->chandef.chan->band];
178 if (setup->chandef.chan->band == NL80211_BAND_2GHZ) {
/linux-master/net/mac80211/
H A Drate.c53 sband = local->hw.wiphy->bands[chanctx_conf->def.chan->band];
56 if (sband->band == NL80211_BAND_S1GHZ) {
81 sband = local->hw.wiphy->bands[st->info->band];
280 enum nl80211_band band; local
285 band = link->conf->chanreq.oper.chan->band;
286 if (band == NL80211_BAND_S1GHZ) {
294 user_mask = sdata->rc_rateidx_mask[band];
295 sband = local->hw.wiphy->bands[band];
301 "no overlap between basic rates (0x%x) and user mask (0x%x on band
[all...]
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dreg.c101 enum nl80211_band band; local
106 for (band = 0; band < NUM_NL80211_BANDS; band++) {
107 if (!(ar->mac.sbands[band].channels && bands[band]))
110 for (i = 0; i < bands[band]->n_channels; i++) {
111 if (bands[band]->channels[i].flags &
132 for (band = 0; band < NUM_NL80211_BAND
[all...]
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dppr.h44 enum b43_band band);
/linux-master/drivers/net/wireless/ti/wl1251/
H A Drx.h99 u8 band; member in struct:wl1251_rx_descriptor
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-sdr-cap.h11 int vivid_sdr_enum_freq_bands(struct file *file, void *fh, struct v4l2_frequency_band *band);

Completed in 239 milliseconds

1234567891011>>