/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | hdac_hdmi.c | 50 u32 rates; member 671 &cvt->params.rates, in hdac_hdmi_query_cvt_params() 1567 u32 rates, bps; in hdac_hdmi_create_dais() local 1580 &rates, &formats, &bps); in hdac_hdmi_create_dais() 1585 rates &= ~(SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_88200 | in hdac_hdmi_create_dais() 1587 if (!rates) in hdac_hdmi_create_dais() 1608 hdmi_dais[i].playback.rates = rates; in hdac_hdmi_create_dais()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | rme96.c | 356 .rates = (SNDRV_PCM_RATE_32000 | 387 .rates = (SNDRV_PCM_RATE_32000 | 418 .rates = (SNDRV_PCM_RATE_44100 | 445 .rates = (SNDRV_PCM_RATE_44100 | 1183 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme96_playback_spdif_open() 1211 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme96_capture_spdif_open() 1253 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme96_playback_adat_open() 1282 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme96_capture_adat_open()
|
H A D | atiixp.c | 1008 .rates = SNDRV_PCM_RATE_48000, 1036 runtime->hw.rates = chip->pcms[pcm_type]->rates; in snd_atiixp_pcm_open() 1291 if (chip->pcms[ATI_PCM_SPDIF] && ! chip->pcms[ATI_PCM_SPDIF]->rates) in snd_atiixp_pcm_new() 1296 chip->pcms[ATI_PCM_SPDIF]->rates = SNDRV_PCM_RATE_48000; in snd_atiixp_pcm_new()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_hw.c | 113 } rates; member 360 if (hw->rates.min > 0) { in snd_pcm_hw_hw_refine() 362 hw->rates.min, 0, hw->rates.max + 1, -1); in snd_pcm_hw_hw_refine() 1704 hw->rates.min = hw->rates.max = 0; in snd_pcm_hw_open_fd() 2074 hw->rates.min = min_rate; in _snd_pcm_hw_open() 2075 hw->rates.max = max_rate; in _snd_pcm_hw_open()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | phy.c | 1455 u8 rates[RTW_RF_PATH_MAX] = {0}; in rtw_phy_store_tx_power_by_rate() local 1461 rates, pwr_by_rate, &rate_num); in rtw_phy_store_tx_power_by_rate() 1470 rate = rates[i]; in rtw_phy_store_tx_power_by_rate() 2166 u8 *rates; in rtw_phy_set_tx_power_index_by_rs() local 2176 rates = rtw_rate_section[rs]; in rtw_phy_set_tx_power_index_by_rs() 2180 rate = rates[i]; in rtw_phy_set_tx_power_index_by_rs() 2187 /* set tx power level by path for each rates, note that the order of the rates 2198 /* do not need cck rates if we are not in 2.4G */ in rtw_phy_set_tx_power_level_by_path() 2226 u8 rs, u8 size, u8 *rates) in rtw_phy_tx_power_by_rate_config_by_path() 2225 rtw_phy_tx_power_by_rate_config_by_path(struct rtw_hal *hal, u8 path, u8 rs, u8 size, u8 *rates) rtw_phy_tx_power_by_rate_config_by_path() argument [all...] |
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | tx.c | 102 * sequence, if this rate belongs to the PHY mandatory rates, or else in ieee80211_duration() 103 * at the highest possible rate belonging to the PHY rates in the in ieee80211_duration() 140 * Mandatory rates for IEEE 802.11g PHY: 1, 2, 5.5, 11, 6, 12, 24 Mbps in ieee80211_duration() 757 ratetbl = rcu_dereference(tx->sta->sta.rates); in ieee80211_tx_h_rate_ctrl() 759 if (unlikely(info->control.rates[0].idx < 0)) { in ieee80211_tx_h_rate_ctrl() 775 tx->rate = info->control.rates[0]; in ieee80211_tx_h_rate_ctrl() 788 if (unlikely(!info->control.rates[0].count)) in ieee80211_tx_h_rate_ctrl() 789 info->control.rates[0].count = 1; in ieee80211_tx_h_rate_ctrl() 791 if (WARN_ON_ONCE((info->control.rates[0].count > 1) && in ieee80211_tx_h_rate_ctrl() 793 info->control.rates[ in ieee80211_tx_h_rate_ctrl() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/ |
H A D | airo.c | 219 /* These variables are for insmod, since it seems that the rates 221 (no spaces) list of rates (up to 8). */ 223 static int rates[8]; variable 257 module_param_array(rates, int, NULL, 0); 570 u8 rates[8]; member 791 u8 rates[8]; /* Same as rates for config rid */ member 1820 if (ai->config.rates[i] > maxencrypt) { in checkThrottle() 1821 ai->config.rates[i] = 0; in checkThrottle() 3877 rates t in airo_readconfig() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/ |
H A D | airo.c | 219 /* These variables are for insmod, since it seems that the rates 221 (no spaces) list of rates (up to 8). */ 223 static int rates[8]; variable 256 module_param_array(rates, int, NULL, 0); 569 u8 rates[8]; member 790 u8 rates[8]; /* Same as rates for config rid */ member 1820 if (ai->config.rates[i] > maxencrypt) { in checkThrottle() 1821 ai->config.rates[i] = 0; in checkThrottle() 3868 rates t in airo_readconfig() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | join.c | 139 * This function finds out the common rates between rate1 and rate2. 141 * It will fill common rates in rate1 as output if found. 143 * NOTE: Setting the MSB of the basic rates needs to be taken 199 * This function creates the intersection of the rates supported by a 210 /* Copy AP supported rates */ in mwifiex_setup_rates_from_bssdesc() 212 /* Get the STA supported rates */ in mwifiex_setup_rates_from_bssdesc() 214 /* Get the common rates between AP and STA supported rates */ in mwifiex_setup_rates_from_bssdesc() 219 "%s: cannot get common rates\n", in mwifiex_setup_rates_from_bssdesc() 398 u8 rates[MWIFIEX_SUPPORTED_RATE in mwifiex_cmd_802_11_associate() local [all...] |
/kernel/linux/linux-5.10/sound/pci/ |
H A D | atiixp.c | 1009 .rates = SNDRV_PCM_RATE_48000, 1037 runtime->hw.rates = chip->pcms[pcm_type]->rates; in snd_atiixp_pcm_open() 1291 if (chip->pcms[ATI_PCM_SPDIF] && ! chip->pcms[ATI_PCM_SPDIF]->rates) in snd_atiixp_pcm_new() 1296 chip->pcms[ATI_PCM_SPDIF]->rates = SNDRV_PCM_RATE_48000; in snd_atiixp_pcm_new()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | join.c | 127 * This function finds out the common rates between rate1 and rate2. 129 * It will fill common rates in rate1 as output if found. 131 * NOTE: Setting the MSB of the basic rates needs to be taken 187 * This function creates the intersection of the rates supported by a 198 /* Copy AP supported rates */ in mwifiex_setup_rates_from_bssdesc() 200 /* Get the STA supported rates */ in mwifiex_setup_rates_from_bssdesc() 202 /* Get the common rates between AP and STA supported rates */ in mwifiex_setup_rates_from_bssdesc() 207 "%s: cannot get common rates\n", in mwifiex_setup_rates_from_bssdesc() 386 u8 rates[MWIFIEX_SUPPORTED_RATE in mwifiex_cmd_802_11_associate() local [all...] |
/kernel/linux/linux-6.6/sound/soc/dwc/ |
H A D | dwc-i2s.c | 581 unsigned int rates) in dw_configure_dai() 611 dw_i2s_dai->playback.rates = rates; in dw_configure_dai() 625 dw_i2s_dai->capture.rates = rates; in dw_configure_dai() 579 dw_configure_dai(struct dw_i2s_dev *dev, struct snd_soc_dai_driver *dw_i2s_dai, unsigned int rates) dw_configure_dai() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | rate.h | 200 /* Convert encoded rate value in plcp header to numerical rates in 500 KHz 231 u8 rates, uint xmask, bool mcsallow);
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
H A D | rtl8187.h | 112 struct ieee80211_rate rates[12]; member
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | dmic.c | 82 .rates = SNDRV_PCM_RATE_CONTINUOUS,
|
H A D | ak5386.c | 145 .rates = SNDRV_PCM_RATE_8000_192000,
|
H A D | wm8524.c | 65 /* The set of sample rates that can be supported depends on the in wm8524_startup() 106 * cope with others and having the odd rates confuses in wm8524_set_dai_sysclk() 180 .rates = WM8524_RATES,
|
H A D | pcm179x.c | 182 .rates = SNDRV_PCM_RATE_CONTINUOUS,
|
H A D | si476x.c | 214 .rates = SNDRV_PCM_RATE_32000 |
|
/kernel/linux/linux-5.10/sound/soc/qcom/ |
H A D | lpass-ipq806x.c | 44 .rates = SNDRV_PCM_RATE_8000 |
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | ps.c | 43 * Not relevant for 5GHz and for high rates. in wl1271_ps_set_mode() 97 info->status.rates[0].idx = -1; in wl1271_ps_filter_frames()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | rate.h | 200 /* Convert encoded rate value in plcp header to numerical rates in 500 KHz 231 u8 rates, uint xmask, bool mcsallow);
|
/kernel/linux/linux-6.6/drivers/net/wireless/purelifi/plfxlc/ |
H A D | mac.h | 126 struct ieee80211_rate rates[12]; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
H A D | rtl8187.h | 112 struct ieee80211_rate rates[12]; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | ps.c | 43 * Not relevant for 5GHz and for high rates. in wl1271_ps_set_mode() 97 info->status.rates[0].idx = -1; in wl1271_ps_filter_frames()
|