drivers/usb/gadget/function/u_uac1_legacy.c
29
static int snd_interval_refine_set(struct snd_interval *i, unsigned int val)
drivers/usb/gadget/function/u_uac1_legacy.c
31
struct snd_interval t;
drivers/usb/gadget/function/u_uac1_legacy.c
58
struct snd_interval *i = hw_param_interval(params, var);
drivers/usb/gadget/function/u_uac1_legacy.c
65
struct snd_interval t;
include/sound/pcm.h
1068
int snd_interval_refine(struct snd_interval *i, const struct snd_interval *v);
include/sound/pcm.h
1069
int snd_interval_list(struct snd_interval *i, unsigned int count,
include/sound/pcm.h
1071
int snd_interval_ranges(struct snd_interval *i, unsigned int count,
include/sound/pcm.h
1072
const struct snd_interval *list, unsigned int mask);
include/sound/pcm.h
1073
int snd_interval_ratnum(struct snd_interval *i,
include/sound/pcm.h
259
struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -
include/sound/pcm.h
272
static inline struct snd_interval *constrs_interval(struct snd_pcm_hw_constraints *constrs,
include/sound/pcm.h
306
const struct snd_interval *ranges;
include/sound/pcm.h
984
static inline struct snd_interval *hw_param_interval(struct snd_pcm_hw_params *params,
include/sound/pcm.h
996
static inline const struct snd_interval *hw_param_interval_c(const struct snd_pcm_hw_params *params,
include/sound/pcm_params.h
215
static inline void snd_interval_any(struct snd_interval *i)
include/sound/pcm_params.h
225
static inline void snd_interval_none(struct snd_interval *i)
include/sound/pcm_params.h
230
static inline int snd_interval_checkempty(const struct snd_interval *i)
include/sound/pcm_params.h
236
static inline int snd_interval_empty(const struct snd_interval *i)
include/sound/pcm_params.h
241
static inline int snd_interval_single(const struct snd_interval *i)
include/sound/pcm_params.h
247
static inline int snd_interval_value(const struct snd_interval *i)
include/sound/pcm_params.h
254
static inline int snd_interval_min(const struct snd_interval *i)
include/sound/pcm_params.h
259
static inline int snd_interval_max(const struct snd_interval *i)
include/sound/pcm_params.h
268
static inline int snd_interval_test(const struct snd_interval *i, unsigned int val)
include/sound/pcm_params.h
274
static inline void snd_interval_copy(struct snd_interval *d, const struct snd_interval *s)
include/sound/pcm_params.h
279
static inline int snd_interval_setinteger(struct snd_interval *i)
include/sound/pcm_params.h
289
static inline int snd_interval_eq(const struct snd_interval *i1, const struct snd_interval *i2)
include/uapi/sound/asound.h
413
struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -
include/uapi/sound/asound.h
415
struct snd_interval ires[9]; /* reserved intervals */
sound/core/oss/pcm_oss.c
106
static int snd_interval_refine_set(struct snd_interval *i, unsigned int val)
sound/core/oss/pcm_oss.c
108
struct snd_interval t;
sound/core/oss/pcm_oss.c
134
const struct snd_interval *i = hw_param_interval_c(params, var);
sound/core/oss/pcm_oss.c
160
const struct snd_interval *i = hw_param_interval_c(params, var);
sound/core/oss/pcm_oss.c
458
struct snd_interval *i = hw_param_interval(params, var);
sound/core/oss/pcm_oss.c
465
struct snd_interval t;
sound/core/oss/pcm_oss.c
58
static int snd_interval_refine_min(struct snd_interval *i, unsigned int min, int openmin)
sound/core/oss/pcm_oss.c
785
const struct snd_interval *it;
sound/core/oss/pcm_oss.c
82
static int snd_interval_refine_max(struct snd_interval *i, unsigned int max, int openmax)
sound/core/pcm_compat.c
58
struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL + 1];
sound/core/pcm_compat.c
59
struct snd_interval ires[9]; /* reserved intervals */
sound/core/pcm_drm_eld.c
126
struct snd_interval *c = hw_param_interval(params, rule->var);
sound/core/pcm_drm_eld.c
127
const struct snd_interval *r;
sound/core/pcm_drm_eld.c
128
struct snd_interval t = { .min = 1, .max = 2, .integer = 1, };
sound/core/pcm_drm_eld.c
98
struct snd_interval *r = hw_param_interval(params, rule->var);
sound/core/pcm_drm_eld.c
99
const struct snd_interval *c;
sound/core/pcm_lib.c
1050
int snd_interval_list(struct snd_interval *i, unsigned int count,
sound/core/pcm_lib.c
1054
struct snd_interval list_range;
sound/core/pcm_lib.c
1089
int snd_interval_ranges(struct snd_interval *i, unsigned int count,
sound/core/pcm_lib.c
1090
const struct snd_interval *ranges, unsigned int mask)
sound/core/pcm_lib.c
1093
struct snd_interval range_union;
sound/core/pcm_lib.c
1094
struct snd_interval range;
sound/core/pcm_lib.c
1129
static int snd_interval_step(struct snd_interval *i, unsigned int step)
sound/core/pcm_lib.c
1288
struct snd_interval t;
sound/core/pcm_lib.c
1433
const struct snd_interval *i =
sound/core/pcm_lib.c
1534
struct snd_interval *rate;
sound/core/pcm_lib.c
1609
const struct snd_interval *i = hw_param_interval_c(params, var);
sound/core/pcm_lib.c
626
int snd_interval_refine(struct snd_interval *i, const struct snd_interval *v)
sound/core/pcm_lib.c
670
static int snd_interval_refine_first(struct snd_interval *i)
sound/core/pcm_lib.c
686
static int snd_interval_refine_last(struct snd_interval *i)
sound/core/pcm_lib.c
702
void snd_interval_mul(const struct snd_interval *a, const struct snd_interval *b, struct snd_interval *c)
sound/core/pcm_lib.c
726
void snd_interval_div(const struct snd_interval *a, const struct snd_interval *b, struct snd_interval *c)
sound/core/pcm_lib.c
761
void snd_interval_muldivk(const struct snd_interval *a, const struct snd_interval *b,
sound/core/pcm_lib.c
762
unsigned int k, struct snd_interval *c)
sound/core/pcm_lib.c
792
void snd_interval_mulkdiv(const struct snd_interval *a, unsigned int k,
sound/core/pcm_lib.c
793
const struct snd_interval *b, struct snd_interval *c)
sound/core/pcm_lib.c
831
int snd_interval_ratnum(struct snd_interval *i,
sound/core/pcm_lib.c
838
struct snd_interval t;
sound/core/pcm_lib.c
949
static int snd_interval_ratden(struct snd_interval *i,
sound/core/pcm_lib.c
956
struct snd_interval t;
sound/core/pcm_local.h
13
void snd_interval_mul(const struct snd_interval *a,
sound/core/pcm_local.h
14
const struct snd_interval *b, struct snd_interval *c);
sound/core/pcm_local.h
15
void snd_interval_div(const struct snd_interval *a,
sound/core/pcm_local.h
16
const struct snd_interval *b, struct snd_interval *c);
sound/core/pcm_local.h
17
void snd_interval_muldivk(const struct snd_interval *a,
sound/core/pcm_local.h
18
const struct snd_interval *b,
sound/core/pcm_local.h
19
unsigned int k, struct snd_interval *c);
sound/core/pcm_local.h
20
void snd_interval_mulkdiv(const struct snd_interval *a, unsigned int k,
sound/core/pcm_local.h
21
const struct snd_interval *b, struct snd_interval *c);
sound/core/pcm_native.c
2373
struct snd_interval t;
sound/core/pcm_native.c
2382
struct snd_interval t;
sound/core/pcm_native.c
2391
struct snd_interval t;
sound/core/pcm_native.c
2401
struct snd_interval t;
sound/core/pcm_native.c
2412
const struct snd_interval *i =
sound/core/pcm_native.c
2433
struct snd_interval t;
sound/core/pcm_native.c
2486
struct snd_interval t;
sound/core/pcm_native.c
330
struct snd_interval *i;
sound/core/pcm_native.c
332
struct snd_interval old_interval __maybe_unused;
sound/core/pcm_native.c
372
struct snd_interval old_interval __maybe_unused;
sound/core/pcm_native.c
481
const struct snd_interval *i;
sound/core/pcm_native.c
49
struct snd_interval intervals[SNDRV_PCM_HW_PARAM_TICK_TIME -
sound/core/pcm_native.c
678
struct snd_interval old_interval __maybe_unused;
sound/core/pcm_param_trace.h
69
TP_PROTO(struct snd_pcm_substream *substream, snd_pcm_hw_param_t type, int index, const struct snd_interval *prev, const struct snd_interval *curr),
sound/drivers/aloop.c
1003
struct snd_interval t;
sound/drivers/aloop.c
1019
struct snd_interval t;
sound/drivers/aloop.c
1035
struct snd_interval t;
sound/firewire/amdtp-stream.c
163
struct snd_interval *s = hw_param_interval(params, rule->var);
sound/firewire/amdtp-stream.c
164
const struct snd_interval *r =
sound/firewire/amdtp-stream.c
166
struct snd_interval t = {0};
sound/firewire/bebob/bebob_pcm.c
14
struct snd_interval *r =
sound/firewire/bebob/bebob_pcm.c
16
const struct snd_interval *c =
sound/firewire/bebob/bebob_pcm.c
18
struct snd_interval t = {
sound/firewire/bebob/bebob_pcm.c
42
struct snd_interval *c =
sound/firewire/bebob/bebob_pcm.c
44
const struct snd_interval *r =
sound/firewire/bebob/bebob_pcm.c
46
struct snd_interval t = {
sound/firewire/dice/dice-pcm.c
18
const struct snd_interval *c =
sound/firewire/dice/dice-pcm.c
20
struct snd_interval *r =
sound/firewire/dice/dice-pcm.c
22
struct snd_interval rates = {
sound/firewire/dice/dice-pcm.c
56
const struct snd_interval *r =
sound/firewire/dice/dice-pcm.c
58
struct snd_interval *c =
sound/firewire/dice/dice-pcm.c
60
struct snd_interval channels = {
sound/firewire/digi00x/digi00x-pcm.c
13
struct snd_interval *r =
sound/firewire/digi00x/digi00x-pcm.c
15
const struct snd_interval *c =
sound/firewire/digi00x/digi00x-pcm.c
17
struct snd_interval t = {
sound/firewire/digi00x/digi00x-pcm.c
37
struct snd_interval *c =
sound/firewire/digi00x/digi00x-pcm.c
39
const struct snd_interval *r =
sound/firewire/digi00x/digi00x-pcm.c
41
struct snd_interval t = {
sound/firewire/fireface/ff-pcm.c
14
struct snd_interval *r =
sound/firewire/fireface/ff-pcm.c
16
const struct snd_interval *c =
sound/firewire/fireface/ff-pcm.c
18
struct snd_interval t = {
sound/firewire/fireface/ff-pcm.c
45
struct snd_interval *c =
sound/firewire/fireface/ff-pcm.c
47
const struct snd_interval *r =
sound/firewire/fireface/ff-pcm.c
49
struct snd_interval t = {
sound/firewire/fireworks/fireworks_pcm.c
67
struct snd_interval *r =
sound/firewire/fireworks/fireworks_pcm.c
69
const struct snd_interval *c =
sound/firewire/fireworks/fireworks_pcm.c
71
struct snd_interval t = {
sound/firewire/fireworks/fireworks_pcm.c
92
struct snd_interval *c =
sound/firewire/fireworks/fireworks_pcm.c
94
const struct snd_interval *r =
sound/firewire/fireworks/fireworks_pcm.c
96
struct snd_interval t = {
sound/firewire/motu/motu-pcm.c
16
const struct snd_interval *c =
sound/firewire/motu/motu-pcm.c
18
struct snd_interval *r =
sound/firewire/motu/motu-pcm.c
20
struct snd_interval rates = {
sound/firewire/motu/motu-pcm.c
45
const struct snd_interval *r =
sound/firewire/motu/motu-pcm.c
47
struct snd_interval *c =
sound/firewire/motu/motu-pcm.c
49
struct snd_interval channels = {
sound/firewire/oxfw/oxfw-pcm.c
14
struct snd_interval *r =
sound/firewire/oxfw/oxfw-pcm.c
16
const struct snd_interval *c =
sound/firewire/oxfw/oxfw-pcm.c
18
struct snd_interval t = {
sound/firewire/oxfw/oxfw-pcm.c
45
struct snd_interval *c =
sound/firewire/oxfw/oxfw-pcm.c
47
const struct snd_interval *r =
sound/isa/sb/sb8_main.c
65
struct snd_interval *c = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/isa/sb/sb8_main.c
82
struct snd_interval *r = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
sound/isa/sb/sb8_main.c
84
struct snd_interval t = { .min = 1, .max = 1 };
sound/mips/snd-n64.c
154
struct snd_interval *c = hw_param_interval(params,
sound/pci/ac97/ac97_pcm.c
682
struct snd_interval *channels = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/pci/ac97/ac97_pcm.c
684
static const struct snd_interval single_rates = {
sound/pci/ac97/ac97_pcm.c
688
struct snd_interval *rate = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
sound/pci/ac97/ac97_pcm.c
697
struct snd_interval *rate = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
sound/pci/ac97/ac97_pcm.c
699
static const struct snd_interval double_rate_channels = {
sound/pci/ac97/ac97_pcm.c
703
struct snd_interval *channels = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/pci/echoaudio/echoaudio.c
127
struct snd_interval *c = hw_param_interval(params,
sound/pci/echoaudio/echoaudio.c
130
struct snd_interval ch;
sound/pci/echoaudio/echoaudio.c
161
struct snd_interval *c = hw_param_interval(params,
sound/pci/echoaudio/echoaudio.c
196
struct snd_interval *c = hw_param_interval(params,
sound/pci/echoaudio/echoaudio.c
199
struct snd_interval ch;
sound/pci/echoaudio/echoaudio.c
234
struct snd_interval *rate = hw_param_interval(params,
sound/pci/echoaudio/echoaudio.c
237
struct snd_interval fixed;
sound/pci/echoaudio/echoaudio.c
99
struct snd_interval *c = hw_param_interval(params,
sound/pci/rme9652/hdsp.c
4255
struct snd_interval *c = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/pci/rme9652/hdsp.c
4275
struct snd_interval *c = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/pci/rme9652/hdsp.c
4292
struct snd_interval *c = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/pci/rme9652/hdsp.c
4293
struct snd_interval *r = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
sound/pci/rme9652/hdsp.c
4295
struct snd_interval t = {
sound/pci/rme9652/hdsp.c
4302
struct snd_interval t = {
sound/pci/rme9652/hdsp.c
4309
struct snd_interval t = {
sound/pci/rme9652/hdsp.c
4323
struct snd_interval *c = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/pci/rme9652/hdsp.c
4324
struct snd_interval *r = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
sound/pci/rme9652/hdsp.c
4326
struct snd_interval t = {
sound/pci/rme9652/hdsp.c
4333
struct snd_interval t = {
sound/pci/rme9652/hdsp.c
4340
struct snd_interval t = {
sound/pci/rme9652/hdsp.c
4354
struct snd_interval *c = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/pci/rme9652/hdsp.c
4355
struct snd_interval *r = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
sound/pci/rme9652/hdsp.c
4357
struct snd_interval t = {
sound/pci/rme9652/hdsp.c
4364
struct snd_interval t = {
sound/pci/rme9652/hdsp.c
4371
struct snd_interval t = {
sound/pci/rme9652/hdsp.c
4385
struct snd_interval *c = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/pci/rme9652/hdsp.c
4386
struct snd_interval *r = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
sound/pci/rme9652/hdsp.c
4388
struct snd_interval t = {
sound/pci/rme9652/hdsp.c
4395
struct snd_interval t = {
sound/pci/rme9652/hdsp.c
4402
struct snd_interval t = {
sound/pci/rme9652/hdspm.c
5825
struct snd_interval *c =
sound/pci/rme9652/hdspm.c
5827
struct snd_interval *r =
sound/pci/rme9652/hdspm.c
5831
struct snd_interval t = {
sound/pci/rme9652/hdspm.c
5838
struct snd_interval t = {
sound/pci/rme9652/hdspm.c
5845
struct snd_interval t = {
sound/pci/rme9652/hdspm.c
5860
struct snd_interval *c =
sound/pci/rme9652/hdspm.c
5862
struct snd_interval *r =
sound/pci/rme9652/hdspm.c
5866
struct snd_interval t = {
sound/pci/rme9652/hdspm.c
5873
struct snd_interval t = {
sound/pci/rme9652/hdspm.c
5880
struct snd_interval t = {
sound/pci/rme9652/hdspm.c
5895
struct snd_interval *c =
sound/pci/rme9652/hdspm.c
5897
struct snd_interval *r =
sound/pci/rme9652/hdspm.c
5901
struct snd_interval t = {
sound/pci/rme9652/hdspm.c
5908
struct snd_interval t = {
sound/pci/rme9652/hdspm.c
5915
struct snd_interval t = {
sound/pci/rme9652/hdspm.c
5929
struct snd_interval *c =
sound/pci/rme9652/hdspm.c
5931
struct snd_interval *r =
sound/pci/rme9652/hdspm.c
5935
struct snd_interval t = {
sound/pci/rme9652/hdspm.c
5942
struct snd_interval t = {
sound/pci/rme9652/hdspm.c
5949
struct snd_interval t = {
sound/pci/rme9652/hdspm.c
5965
struct snd_interval *c = hw_param_interval(params,
sound/pci/rme9652/hdspm.c
5979
struct snd_interval *c = hw_param_interval(params,
sound/pci/rme9652/rme9652.c
2135
struct snd_interval *c = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/pci/rme9652/rme9652.c
2144
struct snd_interval *c = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/pci/rme9652/rme9652.c
2145
struct snd_interval *r = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
sound/pci/rme9652/rme9652.c
2147
struct snd_interval t = {
sound/pci/rme9652/rme9652.c
2154
struct snd_interval t = {
sound/pci/rme9652/rme9652.c
2168
struct snd_interval *c = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/pci/rme9652/rme9652.c
2169
struct snd_interval *r = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
sound/pci/rme9652/rme9652.c
2171
struct snd_interval t = {
sound/pci/rme9652/rme9652.c
2178
struct snd_interval t = {
sound/soc/atmel/atmel_ssc_dai.c
196
struct snd_interval *i = hw_param_interval(params, rule->var);
sound/soc/atmel/atmel_ssc_dai.c
197
struct snd_interval t;
sound/soc/codecs/cs4234.c
450
struct snd_interval ranges[] = {
sound/soc/codecs/framer-codec.c
73
struct snd_interval *c = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/soc/codecs/framer-codec.c
75
struct snd_interval ch = {0};
sound/soc/codecs/lochnagar-sc.c
60
struct snd_interval range = {
sound/soc/codecs/pcm512x.c
555
struct snd_interval ranges[2];
sound/soc/fsl/fsl-asoc-card.c
303
struct snd_interval *rate;
sound/soc/fsl/fsl_qmc_audio.c
374
struct snd_interval *c = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/soc/fsl/fsl_qmc_audio.c
376
struct snd_interval ch = {0};
sound/soc/fsl/imx-card.c
419
struct snd_interval t = { .min = 8000, .max = 8000, };
sound/soc/fsl/imx-card.c
521
struct snd_interval *rate;
sound/soc/generic/simple-card-utils.c
544
struct snd_interval *rate = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
sound/soc/generic/simple-card-utils.c
545
struct snd_interval *channels = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/soc/intel/avs/boards/da7219.c
150
struct snd_interval *rate, *channels;
sound/soc/intel/avs/boards/es8336.c
182
struct snd_interval *rate, *channels;
sound/soc/intel/avs/boards/max98357a.c
32
struct snd_interval *rate, *channels;
sound/soc/intel/avs/boards/max98373.c
50
struct snd_interval *rate, *channels;
sound/soc/intel/avs/boards/max98927.c
50
struct snd_interval *rate, *channels;
sound/soc/intel/avs/boards/nau8825.c
121
struct snd_interval *rate, *channels;
sound/soc/intel/avs/boards/rt274.c
132
struct snd_interval *rate, *channels;
sound/soc/intel/avs/boards/rt286.c
82
struct snd_interval *rate, *channels;
sound/soc/intel/avs/boards/rt298.c
93
struct snd_interval *rate, *channels;
sound/soc/intel/avs/boards/rt5514.c
48
struct snd_interval *rate, *channels;
sound/soc/intel/avs/boards/rt5663.c
97
struct snd_interval *rate, *channels;
sound/soc/intel/avs/boards/rt5682.c
189
struct snd_interval *rate, *channels;
sound/soc/intel/avs/boards/ssm4567.c
67
struct snd_interval *rate, *channels;
sound/soc/intel/avs/pcm.c
572
struct snd_interval *interval = hw_param_interval(params, rule->var);
sound/soc/intel/avs/pcm.c
573
struct snd_interval to;
sound/soc/intel/boards/bdw-rt5650.c
86
struct snd_interval *rate = hw_param_interval(params,
sound/soc/intel/boards/bdw-rt5650.c
88
struct snd_interval *chan = hw_param_interval(params,
sound/soc/intel/boards/bdw-rt5677.c
138
struct snd_interval *rate = hw_param_interval(params,
sound/soc/intel/boards/bdw-rt5677.c
140
struct snd_interval *chan = hw_param_interval(params,
sound/soc/intel/boards/bdw_rt286.c
86
struct snd_interval *channels = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/soc/intel/boards/bdw_rt286.c
87
struct snd_interval *rate = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
sound/soc/intel/boards/bytcht_cx2072x.c
109
struct snd_interval *rate =
sound/soc/intel/boards/bytcht_cx2072x.c
111
struct snd_interval *channels =
sound/soc/intel/boards/bytcht_da7213.c
64
struct snd_interval *rate = hw_param_interval(params,
sound/soc/intel/boards/bytcht_da7213.c
66
struct snd_interval *channels = hw_param_interval(params,
sound/soc/intel/boards/bytcht_es8316.c
256
struct snd_interval *rate = hw_param_interval(params,
sound/soc/intel/boards/bytcht_es8316.c
258
struct snd_interval *channels = hw_param_interval(params,
sound/soc/intel/boards/bytcht_nocodec.c
43
struct snd_interval *rate = hw_param_interval(params,
sound/soc/intel/boards/bytcht_nocodec.c
45
struct snd_interval *channels = hw_param_interval(params,
sound/soc/intel/boards/bytcr_rt5640.c
1515
struct snd_interval *rate = hw_param_interval(params,
sound/soc/intel/boards/bytcr_rt5640.c
1517
struct snd_interval *channels = hw_param_interval(params,
sound/soc/intel/boards/bytcr_rt5651.c
696
struct snd_interval *rate = hw_param_interval(params,
sound/soc/intel/boards/bytcr_rt5651.c
698
struct snd_interval *channels = hw_param_interval(params,
sound/soc/intel/boards/bytcr_wm5102.c
380
struct snd_interval *rate = hw_param_interval(params,
sound/soc/intel/boards/bytcr_wm5102.c
382
struct snd_interval *channels = hw_param_interval(params,
sound/soc/intel/boards/cht_bsw_max98090_ti.c
253
struct snd_interval *rate = hw_param_interval(params,
sound/soc/intel/boards/cht_bsw_max98090_ti.c
255
struct snd_interval *channels = hw_param_interval(params,
sound/soc/intel/boards/cht_bsw_nau8824.c
131
struct snd_interval *rate = hw_param_interval(params,
sound/soc/intel/boards/cht_bsw_nau8824.c
133
struct snd_interval *channels = hw_param_interval(params,
sound/soc/intel/boards/cht_bsw_rt5645.c
341
struct snd_interval *rate = hw_param_interval(params,
sound/soc/intel/boards/cht_bsw_rt5645.c
343
struct snd_interval *channels = hw_param_interval(params,
sound/soc/intel/boards/cht_bsw_rt5672.c
272
struct snd_interval *rate = hw_param_interval(params,
sound/soc/intel/boards/cht_bsw_rt5672.c
274
struct snd_interval *channels = hw_param_interval(params,
sound/soc/intel/boards/hsw_rt5640.c
35
struct snd_interval *channels = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/soc/intel/boards/hsw_rt5640.c
36
struct snd_interval *rate = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
sound/soc/mediatek/mt8186/mt8186-mt6366.c
379
struct snd_interval *channels = hw_param_interval(params,
sound/soc/qcom/apq8016_sbc.c
242
struct snd_interval *rate = hw_param_interval(params,
sound/soc/qcom/apq8016_sbc.c
244
struct snd_interval *channels = hw_param_interval(params,
sound/soc/qcom/apq8096.c
19
struct snd_interval *rate = hw_param_interval(params,
sound/soc/qcom/apq8096.c
21
struct snd_interval *channels = hw_param_interval(params,
sound/soc/qcom/sc7180.c
424
struct snd_interval *rate = hw_param_interval(params,
sound/soc/qcom/sc7180.c
426
struct snd_interval *channels = hw_param_interval(params,
sound/soc/qcom/sc7280.c
334
struct snd_interval *rate = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
sound/soc/qcom/sc7280.c
335
struct snd_interval *channels = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/soc/qcom/sc8280xp.c
74
struct snd_interval *rate = hw_param_interval(params,
sound/soc/qcom/sc8280xp.c
76
struct snd_interval *channels = hw_param_interval(params,
sound/soc/qcom/sdm845.c
499
struct snd_interval *rate = hw_param_interval(params,
sound/soc/qcom/sdm845.c
501
struct snd_interval *channels = hw_param_interval(params,
sound/soc/qcom/sm8250.c
61
struct snd_interval *rate = hw_param_interval(params,
sound/soc/qcom/sm8250.c
63
struct snd_interval *channels = hw_param_interval(params,
sound/soc/qcom/x1e80100.c
56
struct snd_interval *rate = hw_param_interval(params,
sound/soc/qcom/x1e80100.c
58
struct snd_interval *channels = hw_param_interval(params,
sound/soc/renesas/rcar/core.c
857
struct snd_interval *baseline, struct snd_interval *iv,
sound/soc/renesas/rcar/core.c
860
struct snd_interval p;
sound/soc/renesas/rcar/core.c
904
struct snd_interval *ic_ = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/soc/renesas/rcar/core.c
905
struct snd_interval *ir = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
sound/soc/renesas/rcar/core.c
906
struct snd_interval ic;
sound/soc/renesas/rcar/core.c
927
struct snd_interval *ic_ = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/soc/renesas/rcar/core.c
928
struct snd_interval *ir = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
sound/soc/renesas/rcar/core.c
929
struct snd_interval ic;
sound/soc/soc-pcm.c
1000
struct snd_interval *interval;
sound/soc/sof/ipc3-pcm.c
214
struct snd_interval *channels = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/soc/sof/ipc3-pcm.c
216
struct snd_interval *rate = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
sound/soc/sof/ipc4-pcm.c
695
struct snd_interval *rate = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
sound/soc/sof/ipc4-pcm.c
747
struct snd_interval *channels = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/soc/sof/ipc4-topology.c
1376
struct snd_interval *i;
sound/soc/sof/pcm.c
721
struct snd_interval *rate = hw_param_interval(params,
sound/soc/sof/pcm.c
723
struct snd_interval *channels = hw_param_interval(params,
sound/soc/sti/sti_uniperif.c
168
struct snd_interval t;
sound/soc/tegra/tegra20_i2s.c
272
struct snd_interval *r = hw_param_interval(params, rule->var);
sound/soc/tegra/tegra20_spdif.c
185
struct snd_interval *r = hw_param_interval(params, rule->var);
sound/soc/ti/davinci-i2s.c
461
struct snd_interval *i = NULL;
sound/soc/ti/davinci-mcasp.c
1610
struct snd_interval *ri =
sound/soc/ti/davinci-mcasp.c
1614
struct snd_interval range;
sound/soc/ti/davinci-mcasp.c
1711
struct snd_interval *period_size = hw_param_interval(params,
sound/soc/ti/davinci-mcasp.c
1714
struct snd_interval frames;
sound/soc/ti/j721e-evm.c
249
struct snd_interval *t = rule->private;
sound/soc/ti/j721e-evm.c
79
struct snd_interval rate_range;
sound/soc/ti/omap-mcbsp.c
754
struct snd_interval *buffer_size = hw_param_interval(params,
sound/soc/ti/omap-mcbsp.c
756
struct snd_interval *channels = hw_param_interval(params,
sound/soc/ti/omap-mcbsp.c
759
struct snd_interval frames;
sound/sparc/dbri.c
2002
struct snd_interval *c = hw_param_interval(params,
sound/sparc/dbri.c
2018
struct snd_interval *c = hw_param_interval(params,
sound/sparc/dbri.c
2021
struct snd_interval ch;
sound/usb/pcm.c
1025
struct snd_interval *it;
sound/usb/pcm.c
1070
struct snd_interval *it;
sound/usb/pcm.c
758
struct snd_interval *it = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
sound/usb/pcm.c
759
struct snd_interval *ct = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/usb/pcm.c
761
struct snd_interval *pt = hw_param_interval(params, SNDRV_PCM_HW_PARAM_PERIOD_TIME);
sound/usb/pcm.c
799
static int apply_hw_params_minmax(struct snd_interval *it, unsigned int rmin,
sound/usb/pcm.c
851
struct snd_interval *it = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
sound/usb/pcm.c
915
struct snd_interval *it = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
sound/usb/pcm.c
995
struct snd_interval *it;
sound/usb/qcom/qc_audio_offload.c
942
struct snd_interval *i;
sound/xen/xen_snd_front_alsa.c
258
struct snd_interval *rates =
sound/xen/xen_snd_front_alsa.c
260
struct snd_interval *channels =
sound/xen/xen_snd_front_alsa.c
262
struct snd_interval *period =
sound/xen/xen_snd_front_alsa.c
265
struct snd_interval *buffer =
sound/xen/xen_snd_front_alsa.c
270
struct snd_interval interval;
tools/perf/trace/beauty/include/uapi/sound/asound.h
413
struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL -
tools/perf/trace/beauty/include/uapi/sound/asound.h
415
struct snd_interval ires[9]; /* reserved intervals */