Symbol: snd_mask
drivers/usb/gadget/function/u_uac1_legacy.c
45
struct snd_mask *m = hw_param_mask(params, var);
include/sound/pcm.h
257
struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
include/sound/pcm.h
266
static inline struct snd_mask *constrs_mask(struct snd_pcm_hw_constraints *constrs,
include/sound/pcm.h
978
static inline struct snd_mask *hw_param_mask(struct snd_pcm_hw_params *params,
include/sound/pcm.h
990
static inline const struct snd_mask *hw_param_mask_c(const struct snd_pcm_hw_params *params,
include/sound/pcm_params.h
106
static inline void snd_mask_intersect(struct snd_mask *mask,
include/sound/pcm_params.h
107
const struct snd_mask *v)
include/sound/pcm_params.h
114
static inline int snd_mask_eq(const struct snd_mask *mask,
include/sound/pcm_params.h
115
const struct snd_mask *v)
include/sound/pcm_params.h
120
static inline void snd_mask_copy(struct snd_mask *mask,
include/sound/pcm_params.h
121
const struct snd_mask *v)
include/sound/pcm_params.h
126
static inline int snd_mask_test(const struct snd_mask *mask, unsigned int val)
include/sound/pcm_params.h
132
static inline int snd_mask_test_format(const struct snd_mask *mask,
include/sound/pcm_params.h
138
static inline int snd_mask_single(const struct snd_mask *mask)
include/sound/pcm_params.h
153
static inline int snd_mask_refine(struct snd_mask *mask,
include/sound/pcm_params.h
154
const struct snd_mask *v)
include/sound/pcm_params.h
156
struct snd_mask old;
include/sound/pcm_params.h
164
static inline int snd_mask_refine_first(struct snd_mask *mask)
include/sound/pcm_params.h
172
static inline int snd_mask_refine_last(struct snd_mask *mask)
include/sound/pcm_params.h
180
static inline int snd_mask_refine_min(struct snd_mask *mask, unsigned int val)
include/sound/pcm_params.h
190
static inline int snd_mask_refine_max(struct snd_mask *mask, unsigned int val)
include/sound/pcm_params.h
200
static inline int snd_mask_refine_set(struct snd_mask *mask, unsigned int val)
include/sound/pcm_params.h
210
static inline int snd_mask_value(const struct snd_mask *mask)
include/sound/pcm_params.h
26
static inline void snd_mask_none(struct snd_mask *mask)
include/sound/pcm_params.h
31
static inline void snd_mask_any(struct snd_mask *mask)
include/sound/pcm_params.h
36
static inline int snd_mask_empty(const struct snd_mask *mask)
include/sound/pcm_params.h
45
static inline unsigned int snd_mask_min(const struct snd_mask *mask)
include/sound/pcm_params.h
55
static inline unsigned int snd_mask_max(const struct snd_mask *mask)
include/sound/pcm_params.h
65
static inline void snd_mask_set(struct snd_mask *mask, unsigned int val)
include/sound/pcm_params.h
71
static inline void snd_mask_set_format(struct snd_mask *mask,
include/sound/pcm_params.h
77
static inline void snd_mask_reset(struct snd_mask *mask, unsigned int val)
include/sound/pcm_params.h
82
static inline void snd_mask_set_range(struct snd_mask *mask,
include/sound/pcm_params.h
90
static inline void snd_mask_reset_range(struct snd_mask *mask,
include/sound/pcm_params.h
98
static inline void snd_mask_leave(struct snd_mask *mask, unsigned int val)
include/uapi/sound/asound.h
410
struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
include/uapi/sound/asound.h
412
struct snd_mask mres[5]; /* reserved masks */
sound/core/oss/pcm_oss.c
170
const struct snd_mask *val)
sound/core/oss/pcm_oss.c
184
const struct snd_mask *val)
sound/core/oss/pcm_oss.c
1842
const struct snd_mask *format_mask;
sound/core/oss/pcm_oss.c
446
struct snd_mask *m = hw_param_mask(params, var);
sound/core/oss/pcm_oss.c
859
const struct snd_mask *sformat_mask;
sound/core/oss/pcm_oss.c
860
struct snd_mask mask;
sound/core/oss/pcm_plugin.c
262
static int snd_pcm_plug_formats(const struct snd_mask *mask,
sound/core/oss/pcm_plugin.c
265
struct snd_mask formats = *mask;
sound/core/oss/pcm_plugin.c
306
const struct snd_mask *format_mask)
sound/core/oss/pcm_plugin.h
113
const struct snd_mask *format_mask);
sound/core/oss/pcm_plugin.h
145
static inline int snd_pcm_plug_slave_format(int format, const struct snd_mask *format_mask) { return format; }
sound/core/pcm_compat.c
56
struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - SNDRV_PCM_HW_PARAM_FIRST_MASK + 1]; /* this must be identical */
sound/core/pcm_compat.c
57
struct snd_mask mres[5]; /* reserved masks */
sound/core/pcm_lib.c
1223
struct snd_mask *maskp = constrs_mask(constrs, var);
sound/core/pcm_lib.c
1245
struct snd_mask *maskp = constrs_mask(constrs, var);
sound/core/pcm_lib.c
1601
const struct snd_mask *mask = hw_param_mask_c(params, var);
sound/core/pcm_native.c
2414
struct snd_mask m;
sound/core/pcm_native.c
2415
struct snd_mask *mask = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/core/pcm_native.c
2499
struct snd_mask *sfmask = hw_param_mask(params, SNDRV_PCM_HW_PARAM_SUBFORMAT);
sound/core/pcm_native.c
2500
struct snd_mask *fmask = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/core/pcm_native.c
2503
struct snd_mask m;
sound/core/pcm_native.c
294
struct snd_mask *m;
sound/core/pcm_native.c
296
struct snd_mask old_mask __maybe_unused;
sound/core/pcm_native.c
371
struct snd_mask old_mask __maybe_unused;
sound/core/pcm_native.c
482
const struct snd_mask *m;
sound/core/pcm_native.c
483
struct snd_mask *m_rw;
sound/core/pcm_native.c
677
struct snd_mask old_mask __maybe_unused;
sound/core/pcm_param_trace.h
29
TP_PROTO(struct snd_pcm_substream *substream, snd_pcm_hw_param_t type, int index, const struct snd_mask *prev, const struct snd_mask *curr),
sound/drivers/aloop.c
988
struct snd_mask m;
sound/pci/echoaudio/echoaudio.c
101
struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/pci/echoaudio/echoaudio.c
102
struct snd_mask fmt;
sound/pci/echoaudio/echoaudio.c
129
struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/pci/echoaudio/echoaudio.c
163
struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/pci/echoaudio/echoaudio.c
164
struct snd_mask fmt;
sound/pci/echoaudio/echoaudio.c
198
struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/codecs/framer-codec.c
113
struct snd_mask *f_old = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/codecs/framer-codec.c
117
struct snd_mask f_new;
sound/soc/fsl/fsl-asoc-card.c
304
struct snd_mask *mask;
sound/soc/fsl/fsl_qmc_audio.c
422
struct snd_mask *f_old = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/fsl/fsl_qmc_audio.c
426
struct snd_mask f_new;
sound/soc/fsl/imx-card.c
522
struct snd_mask *mask;
sound/soc/generic/simple-card-utils.c
56
struct snd_mask *mask = hw_param_mask(params,
sound/soc/intel/avs/boards/da7219.c
151
struct snd_mask *fmt;
sound/soc/intel/avs/boards/es8336.c
183
struct snd_mask *fmt;
sound/soc/intel/avs/boards/max98357a.c
33
struct snd_mask *fmt;
sound/soc/intel/avs/boards/max98373.c
51
struct snd_mask *fmt;
sound/soc/intel/avs/boards/max98927.c
51
struct snd_mask *fmt;
sound/soc/intel/avs/boards/nau8825.c
122
struct snd_mask *fmt;
sound/soc/intel/avs/boards/pcm3168a.c
48
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/intel/avs/boards/rt274.c
133
struct snd_mask *fmt;
sound/soc/intel/avs/boards/rt286.c
83
struct snd_mask *fmt;
sound/soc/intel/avs/boards/rt298.c
94
struct snd_mask *fmt;
sound/soc/intel/avs/boards/rt5514.c
49
struct snd_mask *fmt;
sound/soc/intel/avs/boards/rt5640.c
86
struct snd_mask *fmask = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/intel/avs/boards/rt5663.c
98
struct snd_mask *fmt;
sound/soc/intel/avs/boards/rt5682.c
190
struct snd_mask *fmt;
sound/soc/intel/avs/boards/ssm4567.c
68
struct snd_mask *fmt;
sound/soc/intel/boards/cht_bsw_nau8824.c
135
struct snd_mask *fmt =
sound/soc/qcom/apq8016_sbc.c
246
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/qcom/sc7280.c
336
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/qcom/sc8280xp.c
78
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/qcom/sdm845.c
503
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/qcom/sm8250.c
65
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/sof/ipc3-pcm.c
217
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/sof/ipc4-pcm.c
799
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/sof/ipc4-topology.c
1382
struct snd_mask *m;
sound/soc/sof/ipc4-topology.c
1867
struct snd_mask *m;
sound/soc/sof/pcm.c
725
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/sti/sti_uniperif.c
183
struct snd_mask *maskp = hw_param_mask(params, rule->var);
sound/soc/ti/davinci-mcasp.c
1557
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/ti/davinci-mcasp.c
1558
struct snd_mask nfmt;
sound/soc/ti/davinci-mcasp.c
1580
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/ti/davinci-mcasp.c
1581
struct snd_mask nfmt;
sound/soc/ti/davinci-mcasp.c
1664
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/soc/ti/davinci-mcasp.c
1665
struct snd_mask nfmt;
sound/sparc/dbri.c
2004
struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/sparc/dbri.c
2005
struct snd_mask fmt;
sound/sparc/dbri.c
2020
struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/usb/pcm.c
760
struct snd_mask *fmts = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/usb/pcm.c
762
struct snd_mask check_fmts;
sound/usb/pcm.c
931
static int apply_hw_params_format_bits(struct snd_mask *fmt, u64 fbits)
sound/usb/pcm.c
956
struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
sound/usb/qcom/qc_audio_offload.c
943
struct snd_mask *m;
sound/xen/xen_snd_front_alsa.c
256
struct snd_mask *formats =
sound/xen/xen_snd_front_alsa.c
271
struct snd_mask mask;
tools/perf/trace/beauty/include/uapi/sound/asound.h
410
struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
tools/perf/trace/beauty/include/uapi/sound/asound.h
412
struct snd_mask mres[5]; /* reserved masks */