Home
last modified time | relevance | path

Searched refs:band (Results 351 – 375 of 682) sorted by relevance

1...<<11121314151617181920>>...28

/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.h24 struct ieee80211_supported_band *band);
/openbmc/linux/Documentation/hwmon/
H A Dlm77.rst23 sensor incorporates a band-gap type temperature sensor,
/openbmc/docs/
H A Dglossary.md12 band management access to a host, generally a computer system.
/openbmc/linux/drivers/net/wireless/st/cw1200/
H A Dsta.c1279 join.band = (priv->channel->band == NL80211_BAND_5GHZ) ? in cw1200_do_join()
1455 .band = WSM_PHY_BAND_2_4G, in cw1200_enable_listening()
1463 start.band = priv->channel->band == NL80211_BAND_5GHZ ? in cw1200_enable_listening()
1467 start.band = WSM_PHY_BAND_2_4G; in cw1200_enable_listening()
1914 sta->deflink.supp_rates[priv->channel->band]); in cw1200_bss_info_changed()
2315 .band = (priv->channel->band == NL80211_BAND_5GHZ) ? in cw1200_start_ap()
2344 start.channel_number, start.band, in cw1200_start_ap()
/openbmc/linux/arch/arm64/boot/dts/marvell/
H A Darmada-8040-clearfog-gt-8k.dts407 managed = "in-band-status";
540 managed = "in-band-status";
584 managed = "in-band-status";
/openbmc/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c322 .band = NL80211_BAND_2GHZ, \
328 .band = NL80211_BAND_5GHZ, \
334 .band = NL80211_BAND_6GHZ, \
1733 rx_status.band = chan->band; in mac80211_hwsim_tx_frame_no_nl()
4952 enum nl80211_band band; in mac80211_hwsim_new_radio() local
5185 for (band = NL80211_BAND_2GHZ; band < NUM_NL80211_BANDS; band++) { in mac80211_hwsim_new_radio()
5188 sband->band = band; in mac80211_hwsim_new_radio()
5190 switch (band) { in mac80211_hwsim_new_radio()
5241 if (band != NL80211_BAND_6GHZ){ in mac80211_hwsim_new_radio()
5680 rx_status.band = iter_data.channel->band; in hwsim_cloned_frame_received_nl()
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Drtl8180.h121 struct ieee80211_supported_band band; member
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmcu.h215 u8 band; member
H A Dmac.c148 bool is_5ghz = phy->mt76->chandef.chan->band == NL80211_BAND_5GHZ; in mt7615_mac_set_timing()
209 status->band = mphy->chandef.chan->band; in mt7615_get_status_freq_info()
213 status->band = chfreq <= 14 ? NL80211_BAND_2GHZ : NL80211_BAND_5GHZ; in mt7615_get_status_freq_info()
214 status->freq = ieee80211_channel_to_frequency(chfreq, status->band); in mt7615_get_status_freq_info()
514 if (status->band == NL80211_BAND_5GHZ) in mt7615_mac_fill_rx()
690 int band = mphy->chandef.chan->band; in mt7615_mac_tx_rate_val() local
694 r = &mphy->hw->wiphy->bands[band]->bitrates[rate->idx]; in mt7615_mac_tx_rate_val()
1424 if (mphy->chandef.chan->band == NL80211_BAND_5GHZ) in mt7615_fill_txs()
/openbmc/openbmc-test-automation/ipmi/dcmi/
H A Dtest_dcmi_get_capabilities.robot26 ... In-band KCS channel available
/openbmc/linux/Documentation/filesystems/
H A Dinotify.rst47 fd returns all watch events and also any potential out-of-band data. If
64 - No way to get out of band data.
/openbmc/linux/Documentation/admin-guide/media/
H A Dfrontend-cardlist.rst138 dib0070 DiBcom DiB0070 silicon base-band tuner
139 dib0090 DiBcom DiB0090 silicon base-band tuner
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.h128 u8 band; /* 0: 2.4GHz, 1: 5GHz */ member
167 __le32 band; member
/openbmc/openbmc/meta-google/
H A DREADME56 * phosphor-ipmi-flash: OEM IPMI Handler for controlling in-band firmware updates.
/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/
H A Dmac.h127 struct ieee80211_supported_band band; member
/openbmc/linux/drivers/net/wireless/ath/
H A Dregd.h268 enum nl80211_band band);
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Diqs269a.yaml136 azoteq,ati-band-disable:
138 description: Disables the ATI band check.
144 azoteq,ati-band-tighten:
146 description: Tightens the ATI band from 1/8 to 1/16 of the desired target.
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c1236 wlc_phy_chanspec_band_validch(struct brcms_phy_pub *ppi, uint band, in wlc_phy_chanspec_band_validch() argument
1252 if ((band == BRCM_BAND_2G && channel <= CH_MAX_2G_CHANNEL) || in wlc_phy_chanspec_band_validch()
1253 (band == BRCM_BAND_5G && channel > CH_MAX_2G_CHANNEL)) in wlc_phy_chanspec_band_validch()
1258 u16 wlc_phy_chanspec_band_firstch(struct brcms_phy_pub *ppi, uint band) in wlc_phy_chanspec_band_firstch() argument
1283 if (band == BRCM_BAND_2G) in wlc_phy_chanspec_band_firstch()
1294 if ((band == BRCM_BAND_2G && channel <= CH_MAX_2G_CHANNEL) || in wlc_phy_chanspec_band_firstch()
1295 (band == BRCM_BAND_5G && channel > CH_MAX_2G_CHANNEL)) in wlc_phy_chanspec_band_firstch()
1526 wlc_user_txpwr_antport_to_rfport(struct brcms_phy *pi, uint chan, u32 band, in wlc_user_txpwr_antport_to_rfport() argument
1543 u32 band = CHSPEC2BAND(pi->radio_chanspec); in wlc_phy_txpower_recalc_target() local
1583 wlc_phy_upd_env_txpwr_rate_limits(pi, band); in wlc_phy_txpower_recalc_target()
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c1530 sband = il_get_hw_mode(il, band); in il3945_get_channels_for_scan()
1534 active_dwell = il_get_active_dwell_time(il, band, n_probes); in il3945_get_channels_for_scan()
1535 passive_dwell = il_get_passive_dwell_time(il, band, vif); in il3945_get_channels_for_scan()
1543 if (chan->band != band) in il3945_get_channels_for_scan()
1548 ch_info = il_get_channel_info(il, band, scan_ch->channel); in il3945_get_channels_for_scan()
1589 if (band == NL80211_BAND_5GHZ) in il3945_get_channels_for_scan()
2503 enum nl80211_band band; in il3945_request_scan() local
2587 band = NL80211_BAND_2GHZ; in il3945_request_scan()
2591 band = NL80211_BAND_5GHZ; in il3945_request_scan()
2617 il3945_get_channels_for_scan(il, band, is_active, n_probes, in il3945_request_scan()
[all …]
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A DKconfig12 60 GHz band, covered by the IEEE802.11ad standard.
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/external-system/files/
H A D0001-tools-gen_module_code-atomically-rewrite-the-generat.patch19 correct but this isn't trivial, so band-aid the problem by atomically
/openbmc/linux/drivers/media/pci/ttpci/
H A Dbudget-av.c693 u8 band, cp, filter; in philips_tu1216_tuner_set_params() local
724 band = 1; in philips_tu1216_tuner_set_params()
726 band = 2; in philips_tu1216_tuner_set_params()
728 band = 4; in philips_tu1216_tuner_set_params()
758 tuner_buf[3] = (cp << 5) | (filter << 3) | band; in philips_tu1216_tuner_set_params()
/openbmc/linux/drivers/media/dvb-frontends/
H A Ddib7000m.c679 static int dib7000m_set_agc_config(struct dib7000m_state *state, u8 band) in dib7000m_set_agc_config() argument
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()
688 if (state->cfg.agc[i].band_caps & band) { in dib7000m_set_agc_config()
694 dprintk("no valid AGC configuration found for band 0x%02x\n", band); in dib7000m_set_agc_config()
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c38 .band = NL80211_BAND_2GHZ, \
47 .band = NL80211_BAND_5GHZ, \
2599 struct ath6kl_htcap *htcap = &vif->htcap[band]; in ath6kl_set_htcap()
2607 htcap->cap_info = (band == NL80211_BAND_2GHZ) ? in ath6kl_set_htcap()
2614 band, htcap); in ath6kl_set_htcap()
2620 int band, ret = 0; in ath6kl_restore_htcap() local
2622 for (band = 0; band < NUM_NL80211_BANDS; band++) { in ath6kl_restore_htcap()
2623 if (!wiphy->bands[band]) in ath6kl_restore_htcap()
2626 ret = ath6kl_set_htcap(vif, band, in ath6kl_restore_htcap()
2627 wiphy->bands[band]->ht_cap.ht_supported); in ath6kl_restore_htcap()
[all …]
/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Drx.c354 status->band = chan->band; in carl9170_rx_mac_status()
420 if (status->band == NL80211_BAND_2GHZ) in carl9170_rx_mac_status()

1...<<11121314151617181920>>...28