/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/ |
D | 11ac.c | 213 vht_op->chan_width = in mwifiex_cmd_append_11ac_tlv() 215 bss_desc->bcn_vht_oper->chan_width); in mwifiex_cmd_append_11ac_tlv() 218 vht_op->chan_width = in mwifiex_cmd_append_11ac_tlv() 220 bss_desc->bcn_vht_oper->chan_width); in mwifiex_cmd_append_11ac_tlv() 223 vht_op->chan_width = in mwifiex_cmd_append_11ac_tlv() 225 bss_desc->bcn_vht_oper->chan_width); in mwifiex_cmd_append_11ac_tlv() 228 vht_op->chan_width = in mwifiex_cmd_append_11ac_tlv() 305 if (vht_oper->chan_width == IEEE80211_VHT_CHANWIDTH_USE_HT) in mwifiex_is_bss_in_11ac_mode()
|
D | tdls.c | 302 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ; in mwifiex_tdls_add_vht_oper() 305 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_160MHZ; in mwifiex_tdls_add_vht_oper() 308 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80P80MHZ; in mwifiex_tdls_add_vht_oper() 311 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_USE_HT; in mwifiex_tdls_add_vht_oper() 334 switch (vht_oper->chan_width) { in mwifiex_tdls_add_vht_oper()
|
D | 11h.c | 146 cr_req->chan_desc.chan_width = radar_params->chandef->width; in mwifiex_cmd_issue_chan_report_request()
|
D | fw.h | 1483 u8 chan_width; member 1878 u8 chan_width; member
|
D | main.h | 513 u8 chan_width:2; member
|
D | cfg80211.c | 95 switch (channel_band.band_config.chan_width) { in mwifiex_get_chan_type()
|
/linux-6.12.1/net/mac80211/ |
D | spectmgmt.c | 79 enum nl80211_chan_width chan_width; in validate_chandef_by_ht_vht_oper() local 92 chan_width = chandef->width; in validate_chandef_by_ht_vht_oper() 112 switch (chan_width) { in validate_chandef_by_ht_vht_oper() 117 vht_oper.chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ; in validate_chandef_by_ht_vht_oper() 123 vht_oper.chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ; in validate_chandef_by_ht_vht_oper() 126 vht_oper.chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ; in validate_chandef_by_ht_vht_oper() 129 vht_oper.chan_width = IEEE80211_VHT_CHANWIDTH_USE_HT; in validate_chandef_by_ht_vht_oper() 149 enum nl80211_chan_width chan_width; in validate_chandef_by_6ghz_he_eht_oper() local 168 chan_width = chandef->width; in validate_chandef_by_6ghz_he_eht_oper() 178 switch (chan_width) { in validate_chandef_by_6ghz_he_eht_oper()
|
D | rate.c | 532 enum nl80211_chan_width chan_width, in rate_idx_match_mask() argument 549 if (chan_width == NL80211_CHAN_WIDTH_40) in rate_idx_match_mask() 582 switch (chan_width) { in rate_idx_match_mask() 599 if (chan_width == NL80211_CHAN_WIDTH_40) in rate_idx_match_mask() 815 enum nl80211_chan_width chan_width; in rate_control_apply_mask_ratetbl() local 821 chan_width = sta->sdata->vif.bss_conf.chanreq.oper.width; in rate_control_apply_mask_ratetbl() 827 sband, chan_width, mask, mcs_mask, in rate_control_apply_mask_ratetbl() 838 enum nl80211_chan_width chan_width; in rate_control_apply_mask() local 858 chan_width = sdata->vif.bss_conf.chanreq.oper.width; in rate_control_apply_mask() 866 chan_width, mask, mcs_mask, vht_mask); in rate_control_apply_mask()
|
D | util.c | 2723 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ; in ieee80211_ie_build_vht_oper() 2735 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ; in ieee80211_ie_build_vht_oper() 2738 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ; in ieee80211_ie_build_vht_oper() 2745 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_USE_HT; in ieee80211_ie_build_vht_oper() 2858 u8 chan_width = 0; in ieee80211_ie_build_eht_oper() local 2883 chan_width = IEEE80211_EHT_OPER_CHAN_WIDTH_320MHZ; in ieee80211_ie_build_eht_oper() 2898 chan_width = IEEE80211_EHT_OPER_CHAN_WIDTH_160MHZ; in ieee80211_ie_build_eht_oper() 2901 chan_width = IEEE80211_EHT_OPER_CHAN_WIDTH_80MHZ; in ieee80211_ie_build_eht_oper() 2904 chan_width = IEEE80211_EHT_OPER_CHAN_WIDTH_40MHZ; in ieee80211_ie_build_eht_oper() 2907 chan_width = IEEE80211_EHT_OPER_CHAN_WIDTH_20MHZ; in ieee80211_ie_build_eht_oper() [all …]
|
D | trace.h | 42 __field(u32, chan_width) \ 49 __entry->chan_width = (c) ? (c)->width : 0; \ 54 #define CHANDEF_PR_ARG __entry->control_freq, __entry->freq_offset, __entry->chan_width, \ 1676 u32 chan_width; member 1732 SWITCH_ENTRY_ASSIGN(old_chandef.chan_width, 1744 SWITCH_ENTRY_ASSIGN(new_chandef.chan_width,
|
/linux-6.12.1/sound/soc/codecs/ |
D | framer-codec.c | 158 unsigned int chan_width; in framer_formats() local 166 chan_width = nb_ts * 8; in framer_formats() 177 if (format_width > chan_width || chan_width % format_width) in framer_formats()
|
/linux-6.12.1/sound/soc/fsl/ |
D | fsl_qmc_audio.c | 746 unsigned int chan_width; in qmc_audio_formats() local 754 chan_width = nb_ts * 8; in qmc_audio_formats() 772 if (format_width > chan_width || chan_width % format_width) in qmc_audio_formats() 779 if (is_noninterleaved && format_width != chan_width) in qmc_audio_formats()
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | link.c | 488 enum nl80211_chan_width chan_width = in iwl_mvm_get_puncturing_factor() local 490 int mhz = nl80211_chan_width_to_mhz(chan_width); in iwl_mvm_get_puncturing_factor() 694 u8 chan_width = iwl_mvm_get_channel_width(chandef); in iwl_mvm_get_esr_rssi_thresh() local 702 if (chan_width == IWL_PHY_CHANNEL_MODE320) in iwl_mvm_get_esr_rssi_thresh() 703 chan_width = IWL_PHY_CHANNEL_MODE20; in iwl_mvm_get_esr_rssi_thresh() 705 threshs = &bw_to_rssi_threshs_map[chan_width]; in iwl_mvm_get_esr_rssi_thresh()
|
D | tx.c | 1531 static int iwl_mvm_get_hwrate_chan_width(u32 chan_width) in iwl_mvm_get_hwrate_chan_width() argument 1533 switch (chan_width) { in iwl_mvm_get_hwrate_chan_width()
|
/linux-6.12.1/drivers/edac/ |
D | pnd2_edac.h | 181 u32 chan_width : 1; member
|
D | pnd2_edac.c | 998 if (dsch.chan_width == 0) in dnv_pmi2mem() 1008 if (dsch.chan_width == 0) in dnv_pmi2mem()
|
/linux-6.12.1/net/wireless/ |
D | chan.c | 210 int nl80211_chan_width_to_mhz(enum nl80211_chan_width chan_width) in nl80211_chan_width_to_mhz() argument 214 switch (chan_width) { in nl80211_chan_width_to_mhz()
|
/linux-6.12.1/sound/soc/sh/rcar/ |
D | core.c | 633 rdai->chan_width = width; in rsnd_rdai_width_ctrl() 635 return rdai->chan_width; in rsnd_rdai_width_ctrl()
|
D | rsnd.h | 540 int chan_width; /* 16/24/32 bit width */ member
|
D | ssi.c | 540 if (fmt_width > rdai->chan_width) { in rsnd_ssi_hw_params()
|
/linux-6.12.1/include/linux/ |
D | ieee80211.h | 2070 u8 chan_width; member
|
/linux-6.12.1/include/net/ |
D | cfg80211.h | 1006 int nl80211_chan_width_to_mhz(enum nl80211_chan_width chan_width);
|
/linux-6.12.1/drivers/net/wireless/ath/ath12k/ |
D | wmi.h | 4163 __le32 chan_width; member
|
/linux-6.12.1/drivers/net/wireless/ath/ath10k/ |
D | wmi.h | 5145 u32 chan_width; member
|
/linux-6.12.1/drivers/net/wireless/ath/ath11k/ |
D | wmi.h | 4853 u32 chan_width; member
|