Searched refs:rmax (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/sound/soc/fsl/ |
| H A D | imx-card.c | 40 unsigned int rmax; member 126 { .rmin = 8000, .rmax = 24000, .wmin = 256, .wmax = 1024, }, 128 { .rmin = 32000, .rmax = 32000, .wmin = 256, .wmax = 1024, }, 130 { .rmin = 44100, .rmax = 48000, .wmin = 256, .wmax = 768, }, 171 { .rmin = 44100, .rmax = 48000, .wmin = 512, .wmax = 512, }, 172 { .rmin = 88200, .rmax = 96000, .wmin = 256, .wmax = 256, }, 174 { .rmin = 352800, .rmax = 384000, .wmin = 64, .wmax = 64, }, 175 { .rmin = 705600, .rmax = 768000, .wmin = 32, .wmax = 32, }, 192 { .rmin = 176400, .rmax = 192000, .wmin = 64, .wmax = 256, }, 293 rate <= plat_data->fs_mul[i].rmax) { in akcodec_get_mclk_rate() [all …]
|
| /linux-6.15/sound/usb/ |
| H A D | pcm.c | 827 rmax = 0; in hw_rule_rate() 838 rmax = max(rmax, ep->cur_rate); in hw_rule_rate() 849 rmax = max(rmax, ep->cur_rate); in hw_rule_rate() 859 rmax = max(rmax, r); in hw_rule_rate() 868 rmax = max(rmax, r); in hw_rule_rate() 872 rmax = max(rmax, fp->rate_max); in hw_rule_rate() 895 rmax = max(rmax, fp->channels); in hw_rule_channels() 1011 rmax = max(rmax, ep->cur_period_frames); in hw_rule_period_size_implicit_fb() 1022 rmax = max(rmax, ep->cur_period_frames); in hw_rule_period_size_implicit_fb() 1056 rmax = max(rmax, ep->cur_buffer_periods); in hw_rule_periods_implicit_fb() [all …]
|
| /linux-6.15/sound/core/ |
| H A D | pcm_misc.c | 497 unsigned int rmin, rmax; in snd_pcm_hw_limit_rates() local 500 rmax = 0; in snd_pcm_hw_limit_rates() 504 rmax = max(rmax, snd_pcm_known_rates.list[i]); in snd_pcm_hw_limit_rates() 507 if (rmin > rmax) in snd_pcm_hw_limit_rates() 510 hw->rate_max = rmax; in snd_pcm_hw_limit_rates()
|
| /linux-6.15/include/trace/events/ |
| H A D | wbt.h | 25 __field(u64, rmax) 40 __entry->rmax = stat[0].max; 50 __entry->name, __entry->rmean, __entry->rmin, __entry->rmax,
|
| /linux-6.15/scripts/coccinelle/misc/ |
| H A D | minmax.cocci | 20 @rmax depends on !patch@ 169 p << rmax.p; 176 p << rmax.p;
|