Home
last modified time | relevance | path

Searched refs:rates (Results 301 - 325 of 1845) sorted by relevance

1...<<11121314151617181920>>...74

/kernel/linux/linux-6.6/sound/soc/uniphier/
H A Devea.c408 .rates = EVEA_RATES,
415 .rates = EVEA_RATES,
425 .rates = EVEA_RATES,
435 .rates = EVEA_RATES,
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dak4641.c476 .hw_params = NULL, /* rates are controlled by BT chip */
491 .rates = AK4641_RATES,
498 .rates = AK4641_RATES,
511 .rates = AK4641_RATES_BT,
518 .rates = AK4641_RATES_BT,
H A Dsrc4xxx.c350 .rates = SRC4XXX_RATES,
357 .rates = SRC4XXX_RATES,
369 .rates = SRC4XXX_RATES,
376 .rates = SRC4XXX_RATES,
H A Dmc13783.c86 /* Mapping between sample rates and register value */
660 * forces us to use symmetric rates (mc13783-hifi).
670 .rates = SNDRV_PCM_RATE_8000_96000,
681 .rates = MC13783_RATES_RECORD,
703 .rates = SNDRV_PCM_RATE_8000_96000,
710 .rates = MC13783_RATES_RECORD,
H A Dcs4265.c513 .rates = CS4265_RATES,
520 .rates = CS4265_RATES,
531 .rates = CS4265_RATES,
538 .rates = CS4265_RATES,
H A Dhda.c53 stream->rates = pcm->stream[dir].rates; in hda_codec_create_dais()
72 stream->rates = pcm->stream[dir].rates; in hda_codec_create_dais()
H A Dchv3-codec.c11 .rates = SNDRV_PCM_RATE_CONTINUOUS,
H A Dpcm5102a.c20 .rates = SNDRV_PCM_RATE_8000_384000,
/kernel/linux/linux-6.6/sound/soc/fsl/
H A Dfsl_audmix.c326 .rates = SNDRV_PCM_RATE_8000_96000,
335 .rates = SNDRV_PCM_RATE_8000_96000,
349 .rates = SNDRV_PCM_RATE_8000_96000,
358 .rates = SNDRV_PCM_RATE_8000_96000,
/kernel/linux/linux-6.6/sound/soc/samsung/
H A Dtm2_wm5110.c393 .rates = (SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_16000 |
402 .rates = (SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_16000 |
414 .rates = (SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_16000),
422 .rates = (SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_16000),
H A Dmidas_wm1811.c343 .rates = (SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_16000),
351 .rates = (SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_16000),
362 .rates = (SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_16000),
370 .rates = (SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_16000),
/kernel/linux/linux-6.6/sound/soc/tegra/
H A Dtegra210_amx.c267 .rates = SNDRV_PCM_RATE_8000_192000, \
276 .rates = SNDRV_PCM_RATE_8000_192000, \
291 .rates = SNDRV_PCM_RATE_8000_192000, \
300 .rates = SNDRV_PCM_RATE_8000_192000, \
H A Dtegra210_mixer.c313 .rates = SNDRV_PCM_RATE_8000_192000, \
322 .rates = SNDRV_PCM_RATE_8000_192000, \
337 .rates = SNDRV_PCM_RATE_8000_192000, \
346 .rates = SNDRV_PCM_RATE_8000_192000, \
/kernel/linux/linux-6.6/sound/virtio/
H A Dvirtio_pcm.c149 values = le64_to_cpu(info->rates); in virtsnd_pcm_build_hw()
151 vss->hw.rates = 0; in virtsnd_pcm_build_hw()
162 vss->hw.rates |= g_v2a_rate_map[i].alsa_bit; in virtsnd_pcm_build_hw()
165 if (!vss->hw.rates) { in virtsnd_pcm_build_hw()
167 "SID %u: no supported PCM frame rates found\n", in virtsnd_pcm_build_hw()
/third_party/ffmpeg/libavfilter/
H A Davf_concat.c78 AVFilterFormats *formats, *rates = NULL; in query_formats() local
93 rates = ff_all_samplerates(); in query_formats()
94 if ((ret = ff_formats_ref(rates, &ctx->outputs[idx]->incfg.samplerates)) < 0) in query_formats()
106 if ((ret = ff_formats_ref(rates, &ctx->inputs[idx]->outcfg.samplerates)) < 0 || in query_formats()
140 "Video inputs have different frame rates, output will be VFR\n"); in config_output()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dpcm5102a.c20 .rates = SNDRV_PCM_RATE_8000_192000,
H A Dics43432.c34 .rates = SNDRV_PCM_RATE_CONTINUOUS,
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Doffload.h47 * @rates: rate in ucode internal format
56 __le32 rates; member
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c648 struct ieee80211_rate rates[ARRAY_SIZE(hwsim_rates)]; member
1046 cb->control.rates[0].count = 1; in hwsim_send_nullfunc()
1047 cb->control.rates[1].idx = -1; in hwsim_send_nullfunc()
1546 tx_attempts[i].idx = info->status.rates[i].idx; in mac80211_hwsim_tx_frame_nl()
1547 tx_attempts_flags[i].idx = info->status.rates[i].idx; in mac80211_hwsim_tx_frame_nl()
1548 tx_attempts[i].count = info->status.rates[i].count; in mac80211_hwsim_tx_frame_nl()
1551 &info->status.rates[i]); in mac80211_hwsim_tx_frame_nl()
1734 if (info->control.rates[0].flags & IEEE80211_TX_RC_VHT_MCS) { in mac80211_hwsim_tx_frame_no_nl()
1736 ieee80211_rate_get_vht_mcs(&info->control.rates[0]); in mac80211_hwsim_tx_frame_no_nl()
1738 ieee80211_rate_get_vht_nss(&info->control.rates[ in mac80211_hwsim_tx_frame_no_nl()
[all...]
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8186/
H A Dmt8186-afe-pcm.c363 .rates = MTK_PCM_RATES,
375 .rates = MTK_PCM_RATES,
387 .rates = MTK_PCM_RATES,
399 .rates = MTK_PCM_RATES,
411 .rates = MTK_PCM_RATES,
423 .rates = MTK_PCM_RATES,
435 .rates = MTK_PCM_RATES,
447 .rates = MTK_PCM_RATES,
459 .rates = MTK_PCM_RATES,
471 .rates
[all...]
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c1688 * _transport_phy_speed - set phy min/max link rates
1690 * @rates: rates defined in sas_phy_linkrates
1697 _transport_phy_speed(struct sas_phy *phy, struct sas_phy_linkrates *rates) in _transport_phy_speed() argument
1717 if (!rates->minimum_linkrate) in _transport_phy_speed()
1718 rates->minimum_linkrate = phy->minimum_linkrate; in _transport_phy_speed()
1719 else if (rates->minimum_linkrate < phy->minimum_linkrate_hw) in _transport_phy_speed()
1720 rates->minimum_linkrate = phy->minimum_linkrate_hw; in _transport_phy_speed()
1722 if (!rates->maximum_linkrate) in _transport_phy_speed()
1723 rates in _transport_phy_speed()
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dmac80211.h556 * @basic_rates: bitmap of basic rates, each bit stands for an
948 * in an array of retry rates, that no more rates should be tried.
1014 * @control.rates: TX rates array to try
1025 * @driver_rates: alias to @control.rates to reserve space
1027 * @rate_driver_data: driver use area if driver needs @control.rates
1029 * @status.rates: attempted rates
1061 struct ieee80211_tx_rate rates[ member
1083 struct ieee80211_tx_rate rates[IEEE80211_TX_MAX_RATES]; global() member
2086 struct ieee80211_sta_rates __rcu *rates; global() member
[all...]
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c1894 * _transport_phy_speed - set phy min/max link rates
1896 * @rates: rates defined in sas_phy_linkrates
1903 _transport_phy_speed(struct sas_phy *phy, struct sas_phy_linkrates *rates) in _transport_phy_speed() argument
1926 if (!rates->minimum_linkrate) in _transport_phy_speed()
1927 rates->minimum_linkrate = phy->minimum_linkrate; in _transport_phy_speed()
1928 else if (rates->minimum_linkrate < phy->minimum_linkrate_hw) in _transport_phy_speed()
1929 rates->minimum_linkrate = phy->minimum_linkrate_hw; in _transport_phy_speed()
1931 if (!rates->maximum_linkrate) in _transport_phy_speed()
1932 rates in _transport_phy_speed()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_display_sync.h41 int32_t GetNearestFrameRate(int32_t num, const std::vector<int32_t>& rates);
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dppr.h29 struct b43_ppr_rates rates; member

Completed in 29 milliseconds

1...<<11121314151617181920>>...74