Home
last modified time | relevance | path

Searched refs:cond (Results 1 – 7 of 7) sorted by relevance

/sound/soc/intel/catpt/
Dregisters.h162 #define catpt_readl_poll_shim(cdev, reg, val, cond, delay_us, timeout_us) \ argument
164 val, cond, delay_us, timeout_us)
174 #define catpt_readl_poll_pci(cdev, reg, val, cond, delay_us, timeout_us) \ argument
176 val, cond, delay_us, timeout_us)
/sound/pci/asihpi/
Dhpidebug.h87 #define compile_time_assert(cond, msg) \ argument
88 typedef char msg[(cond) ? 1 : -1]
Dhpi_internal.h80 #define compile_time_assert(cond, msg) \ argument
81 typedef char ASSERT_##msg[(cond) ? 1 : -1]
/sound/core/
Dpcm_lib.c1119 int snd_pcm_hw_rule_add(struct snd_pcm_runtime *runtime, unsigned int cond, in snd_pcm_hw_rule_add() argument
1142 c->cond = cond; in snd_pcm_hw_rule_add()
1271 unsigned int cond, in snd_pcm_hw_constraint_list() argument
1275 return snd_pcm_hw_rule_add(runtime, cond, var, in snd_pcm_hw_constraint_list()
1302 unsigned int cond, in snd_pcm_hw_constraint_ranges() argument
1306 return snd_pcm_hw_rule_add(runtime, cond, var, in snd_pcm_hw_constraint_ranges()
1337 unsigned int cond, in snd_pcm_hw_constraint_ratnums() argument
1341 return snd_pcm_hw_rule_add(runtime, cond, var, in snd_pcm_hw_constraint_ratnums()
1371 unsigned int cond, in snd_pcm_hw_constraint_ratdens() argument
1375 return snd_pcm_hw_rule_add(runtime, cond, var, in snd_pcm_hw_constraint_ratdens()
[all …]
Dpcm_native.c408 if (r->cond && !(r->cond & params->flags)) in constrain_params_by_rules()
/sound/soc/sof/
Dops.h539 #define snd_sof_dsp_read_poll_timeout(sdev, bar, offset, val, cond, sleep_us, timeout_us) \ argument
547 if (cond) { \
564 (cond) ? 0 : -ETIMEDOUT; \
/sound/isa/wavefront/
Dwavefront_synth.c117 #define DPRINT(cond, ...) \ argument
118 if ((dev->debug & (cond)) == (cond)) { \
122 #define DPRINT(cond, args...) argument