/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
H A D | trx.c | 287 rx_status->band = hw->conf.chandef.chan->band; in rtl92ce_rx_query_desc() 318 /* rate_idx: index of data rate into band's in rtl92ce_rx_query_desc()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
H A D | trx.c | 290 rx_status->band = hw->conf.chandef.chan->band; in rtl8723e_rx_query_desc() 322 /* rate_idx: index of data rate into band's in rtl8723e_rx_query_desc()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
H A D | base.c | 112 .band = NL80211_BAND_2GHZ, 124 .band = NL80211_BAND_5GHZ, 958 * 2.4G band:rx_status->band == NL80211_BAND_2GHZ 968 * 5G band:rx_status->band == NL80211_BAND_5GHZ 1055 if (NL80211_BAND_2GHZ == hw->conf.chandef.chan->band) { in rtlwifi_rate_mapping() 1215 /* check 5G band */ in _rtl_get_tx_hw_rate() 1353 rx_status.band = hw->conf.chandef.chan->band; in process_agg_start() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
H A D | hw.c | 2128 u32 band = 0; in rtl92se_update_hal_rate_mask() local 2151 band |= WIRELESS_11B; in rtl92se_update_hal_rate_mask() 2159 band |= (WIRELESS_11G | WIRELESS_11B); in rtl92se_update_hal_rate_mask() 2170 band |= WIRELESS_11A; in rtl92se_update_hal_rate_mask() 2176 band |= (WIRELESS_11N | WIRELESS_11G | WIRELESS_11B); in rtl92se_update_hal_rate_mask() 2226 band |= (WIRELESS_11N | WIRELESS_11G | WIRELESS_11B); in rtl92se_update_hal_rate_mask() 2256 mask |= (bmulticast ? 1 : 0) << 9 | (macid & 0x1f) << 4 | (band & 0xf); in rtl92se_update_hal_rate_mask()
|
/kernel/linux/linux-5.10/sound/pci/asihpi/ |
H A D | asihpi.c | 1293 u16 band; member 1877 u16 band, idx; in snd_asihpi_tuner_band_get() local 1884 hpi_handle_error(hpi_tuner_get_band(h_control, &band)); in snd_asihpi_tuner_band_get() 1888 if (tuner_bands[idx] == band) { in snd_asihpi_tuner_band_get() 1904 u16 band; in snd_asihpi_tuner_band_put() local 1914 band = tuner_bands[idx]; in snd_asihpi_tuner_band_put() 1915 hpi_handle_error(hpi_tuner_set_band(h_control, band)); in snd_asihpi_tuner_band_put() 1947 /* skip band with bogus stepping */ in snd_asihpi_tuner_freq_info()
|
H A D | hpifunc.c | 2495 u16 hpi_tuner_set_band(u32 h_control, u16 band) in hpi_tuner_set_band() argument 2497 return hpi_control_param_set(h_control, HPI_TUNER_BAND, band, 0); in hpi_tuner_set_band() 2502 u32 band = 0; in hpi_tuner_get_band() local 2505 error = hpi_control_param1_get(h_control, HPI_TUNER_BAND, &band); in hpi_tuner_get_band() 2507 *pw_band = (u16)band; in hpi_tuner_get_band() 2512 const u16 band, u32 *pfreq) in hpi_tuner_query_frequency() 2514 return hpi_control_query(h_tuner, HPI_TUNER_FREQ, index, band, pfreq); in hpi_tuner_query_frequency() 2588 const u16 band, u32 *pdeemphasis) in hpi_tuner_query_deemphasis() 2590 return hpi_control_query(h_tuner, HPI_TUNER_DEEMPHASIS, index, band, in hpi_tuner_query_deemphasis() 2511 hpi_tuner_query_frequency(const u32 h_tuner, const u32 index, const u16 band, u32 *pfreq) hpi_tuner_query_frequency() argument 2587 hpi_tuner_query_deemphasis(const u32 h_tuner, const u32 index, const u16 band, u32 *pdeemphasis) hpi_tuner_query_deemphasis() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/ |
H A D | base.c | 112 .band = NL80211_BAND_2GHZ, 124 .band = NL80211_BAND_5GHZ, 957 * 2.4G band:rx_status->band == NL80211_BAND_2GHZ 967 * 5G band:rx_status->band == NL80211_BAND_5GHZ 1054 if (NL80211_BAND_2GHZ == hw->conf.chandef.chan->band) { in rtlwifi_rate_mapping() 1214 /* check 5G band */ in _rtl_get_tx_hw_rate() 1352 rx_status.band = hw->conf.chandef.chan->band; in process_agg_start() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
H A D | hw.c | 2119 u32 band = 0; in rtl92se_update_hal_rate_mask() local 2142 band |= WIRELESS_11B; in rtl92se_update_hal_rate_mask() 2150 band |= (WIRELESS_11G | WIRELESS_11B); in rtl92se_update_hal_rate_mask() 2161 band |= WIRELESS_11A; in rtl92se_update_hal_rate_mask() 2167 band |= (WIRELESS_11N | WIRELESS_11G | WIRELESS_11B); in rtl92se_update_hal_rate_mask() 2217 band |= (WIRELESS_11N | WIRELESS_11G | WIRELESS_11B); in rtl92se_update_hal_rate_mask() 2247 mask |= (bmulticast ? 1 : 0) << 9 | (macid & 0x1f) << 4 | (band & 0xf); in rtl92se_update_hal_rate_mask()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | fw.c | 1905 if (!(BIT(idx) & chip->band)) in rtw_append_probe_req_ie() 2274 u8 band; in rtw_store_op_chan() local 2282 band = scan_info->op_chan > 14 ? RTW_BAND_5G : RTW_BAND_2G; in rtw_store_op_chan() 2285 band, scan_info->op_bw); in rtw_store_op_chan() 2311 u8 chan, band, status; in rtw_hw_scan_chan_switch() local 2322 band = chan > 14 ? RTW_BAND_5G : RTW_BAND_2G; in rtw_hw_scan_chan_switch() 2323 rtw_update_channel(rtwdev, chan, chan, band, in rtw_hw_scan_chan_switch()
|
/kernel/linux/linux-6.6/sound/pci/asihpi/ |
H A D | asihpi.c | 1291 u16 band; member 1875 u16 band, idx; in snd_asihpi_tuner_band_get() local 1882 hpi_handle_error(hpi_tuner_get_band(h_control, &band)); in snd_asihpi_tuner_band_get() 1886 if (tuner_bands[idx] == band) { in snd_asihpi_tuner_band_get() 1902 u16 band; in snd_asihpi_tuner_band_put() local 1912 band = tuner_bands[idx]; in snd_asihpi_tuner_band_put() 1913 hpi_handle_error(hpi_tuner_set_band(h_control, band)); in snd_asihpi_tuner_band_put() 1945 /* skip band with bogus stepping */ in snd_asihpi_tuner_freq_info()
|
H A D | hpifunc.c | 2494 u16 hpi_tuner_set_band(u32 h_control, u16 band) in hpi_tuner_set_band() argument 2496 return hpi_control_param_set(h_control, HPI_TUNER_BAND, band, 0); in hpi_tuner_set_band() 2501 u32 band = 0; in hpi_tuner_get_band() local 2504 error = hpi_control_param1_get(h_control, HPI_TUNER_BAND, &band); in hpi_tuner_get_band() 2506 *pw_band = (u16)band; in hpi_tuner_get_band() 2511 const u16 band, u32 *pfreq) in hpi_tuner_query_frequency() 2513 return hpi_control_query(h_tuner, HPI_TUNER_FREQ, index, band, pfreq); in hpi_tuner_query_frequency() 2587 const u16 band, u32 *pdeemphasis) in hpi_tuner_query_deemphasis() 2589 return hpi_control_query(h_tuner, HPI_TUNER_DEEMPHASIS, index, band, in hpi_tuner_query_deemphasis() 2510 hpi_tuner_query_frequency(const u32 h_tuner, const u32 index, const u16 band, u32 *pfreq) hpi_tuner_query_frequency() argument 2586 hpi_tuner_query_deemphasis(const u32 h_tuner, const u32 index, const u16 band, u32 *pdeemphasis) hpi_tuner_query_deemphasis() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | main.c | 187 .band = NL80211_BAND_2GHZ, \ 216 .band = NL80211_BAND_5GHZ, \ 224 .band = NL80211_BAND_5GHZ, \ 323 .band = NL80211_BAND_5GHZ, 331 .band = NL80211_BAND_5GHZ, 339 .band = NL80211_BAND_5GHZ, 347 .band = NL80211_BAND_2GHZ, 355 .band = NL80211_BAND_2GHZ, 3867 static const char *band_to_string(enum nl80211_band band) in band_to_string() argument 3869 switch (band) { in band_to_string() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | main.c | 187 .band = NL80211_BAND_2GHZ, \ 216 .band = NL80211_BAND_5GHZ, \ 224 .band = NL80211_BAND_5GHZ, \ 323 .band = NL80211_BAND_5GHZ, 331 .band = NL80211_BAND_5GHZ, 339 .band = NL80211_BAND_5GHZ, 347 .band = NL80211_BAND_2GHZ, 355 .band = NL80211_BAND_2GHZ, 3870 static const char *band_to_string(enum nl80211_band band) in band_to_string() argument 3872 switch (band) { in band_to_string() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_core.c | 59 MODULE_PARM_DESC(ht40_2g, "Enable HT40 support on the 2.4GHz band"); 93 { .band = NL80211_BAND_2GHZ, .center_freq = 2412, 95 { .band = NL80211_BAND_2GHZ, .center_freq = 2417, 97 { .band = NL80211_BAND_2GHZ, .center_freq = 2422, 99 { .band = NL80211_BAND_2GHZ, .center_freq = 2427, 101 { .band = NL80211_BAND_2GHZ, .center_freq = 2432, 103 { .band = NL80211_BAND_2GHZ, .center_freq = 2437, 105 { .band = NL80211_BAND_2GHZ, .center_freq = 2442, 107 { .band = NL80211_BAND_2GHZ, .center_freq = 2447, 109 { .band [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.c | 345 * band to band for a single radio, need to see how this should be in ath11k_pull_mac_phy_cap_svc_ready_ext() 375 cap_band = &pdev_cap->band[NL80211_BAND_2GHZ]; in ath11k_pull_mac_phy_cap_svc_ready_ext() 389 cap_band = &pdev_cap->band[NL80211_BAND_5GHZ]; in ath11k_pull_mac_phy_cap_svc_ready_ext() 402 cap_band = &pdev_cap->band[NL80211_BAND_6GHZ]; in ath11k_pull_mac_phy_cap_svc_ready_ext() 663 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_2G; in ath11k_wmi_vdev_create() 673 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_5G; in ath11k_wmi_vdev_create() 4628 int band, ch, idx = 0; in freq_to_idx() local 4630 for (band = NL80211_BAND_2GHZ; band < NUM_NL80211_BAND in freq_to_idx() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_cfg80211.c | 38 .band = NL80211_BAND_2GHZ, \ 114 enum nl80211_band band in rtw_spt_band_alloc() 120 if (band == NL80211_BAND_2GHZ) in rtw_spt_band_alloc() 138 spt_band->band = band; in rtw_spt_band_alloc() 142 if (band == NL80211_BAND_2GHZ) in rtw_spt_band_alloc() 204 static int rtw_ieee80211_channel_to_frequency(int chan, int band) in rtw_ieee80211_channel_to_frequency() argument 208 if (band == NL80211_BAND_2GHZ) { in rtw_ieee80211_channel_to_frequency() 223 /* struct ieee80211_supported_band *band; */ in rtw_cfg80211_inform_bss() 3199 static void rtw_cfg80211_init_ht_capab(struct ieee80211_sta_ht_cap *ht_cap, enum nl80211_band band, u argument [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 85 * @IEEE80211_CHAN_NO_80MHZ: If the driver supports 80 MHz on the band, 90 * @IEEE80211_CHAN_NO_160MHZ: If the driver supports 160 MHz on the band, 112 * @IEEE80211_CHAN_NO_320MHZ: If the driver supports 320 MHz on the band, 161 * @band: band this channel belongs to. 167 * to enable this, this is useful only on 5 GHz band. 176 enum nl80211_band band; member 200 * preamble on this bitrate; only relevant in 2.4GHz band and 203 * when used with 802.11a (on the 5 GHz band); filled by the 206 * when used with 802.11b (on the 2.4 GHz band); fille 538 enum nl80211_band band; global() member 2604 enum nl80211_band band; global() member 6201 ieee80211_channel_to_frequency(int chan, enum nl80211_band band) ieee80211_channel_to_frequency() argument [all...] |
/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_device_proxy_lite.cpp | 110 (void)ReadInt32(reply, &config.band); in ParseDeviceConfigs() 160 (void)ReadInt32(reply, &info.band); in ReadLinkedInfo() 579 (void)WriteInt32(&req, config.band); in WriteDeviceConfig() 1454 ErrCode WifiDeviceProxy::GetSignalLevel(const int &rssi, const int &band, int &level) in GetSignalLevel() argument 1473 (void)WriteInt32(&req, band); in GetSignalLevel()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/ |
H A D | wifi_device_stub.cpp | 382 config.band = data.ReadInt32(); in ReadWifiDeviceConfig() 488 reply.WriteInt32(config.band); in WriteWifiDeviceConfig() 850 reply.WriteInt32(wifiInfo.band); in OnGetLinkedInfo() 999 int band = data.ReadInt32(); in OnGetSignalLevel() local 1001 ErrCode ret = GetSignalLevel(rssi, band, level); in OnGetSignalLevel()
|
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
H A D | budget-av.c | 692 u8 band, cp, filter; in philips_tu1216_tuner_set_params() local 719 // determine band in philips_tu1216_tuner_set_params() 723 band = 1; in philips_tu1216_tuner_set_params() 725 band = 2; in philips_tu1216_tuner_set_params() 727 band = 4; in philips_tu1216_tuner_set_params() 757 tuner_buf[3] = (cp << 5) | (filter << 3) | band; in philips_tu1216_tuner_set_params()
|
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/ |
H A D | saa7134-dvb.c | 277 u8 band, cp, filter; in philips_tda6651_pll_set() local 304 /* determine band */ in philips_tda6651_pll_set() 308 band = 1; in philips_tda6651_pll_set() 310 band = 2; in philips_tda6651_pll_set() 312 band = 4; in philips_tda6651_pll_set() 343 tuner_buf[3] = (cp << 5) | (filter << 3) | band; in philips_tda6651_pll_set()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mac.c | 356 status->band = mphy->chandef.chan->band; in mt7915_mac_fill_rx() 357 if (status->band == NL80211_BAND_5GHZ) in mt7915_mac_fill_rx() 665 if (mphy->chandef.chan->band == NL80211_BAND_5GHZ) in mt7915_mac_write_txwi() 1038 bool is_5ghz = phy->mt76->chandef.chan->band == NL80211_BAND_5GHZ; in mt7915_mac_set_timing()
|
/kernel/linux/linux-5.10/drivers/media/radio/ |
H A D | radio-wl1273.c | 54 unsigned int band; member 303 if (radio->band == WL1273_BAND_JAPAN) in wl1273_fm_irq_thread_handler() 420 if (radio->band == WL1273_BAND_JAPAN) in wl1273_fm_set_rx_freq() 466 if (radio->band == WL1273_BAND_JAPAN) in wl1273_fm_get_freq() 2034 radio->band = WL1273_BAND_OTHER; in wl1273_fm_radio_probe()
|
/kernel/linux/linux-6.6/drivers/media/radio/ |
H A D | radio-wl1273.c | 54 unsigned int band; member 303 if (radio->band == WL1273_BAND_JAPAN) in wl1273_fm_irq_thread_handler() 420 if (radio->band == WL1273_BAND_JAPAN) in wl1273_fm_set_rx_freq() 466 if (radio->band == WL1273_BAND_JAPAN) in wl1273_fm_get_freq() 2032 radio->band = WL1273_BAND_OTHER; in wl1273_fm_radio_probe()
|
/kernel/linux/linux-6.6/drivers/media/pci/ttpci/ |
H A D | budget-av.c | 693 u8 band, cp, filter; in philips_tu1216_tuner_set_params() local 720 // determine band in philips_tu1216_tuner_set_params() 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()
|