Searched refs:cond (Results 1 – 7 of 7) sorted by relevance
/sound/soc/intel/catpt/ |
D | registers.h | 162 #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/ |
D | hpidebug.h | 87 #define compile_time_assert(cond, msg) \ argument 88 typedef char msg[(cond) ? 1 : -1]
|
D | hpi_internal.h | 80 #define compile_time_assert(cond, msg) \ argument 81 typedef char ASSERT_##msg[(cond) ? 1 : -1]
|
/sound/core/ |
D | pcm_lib.c | 1119 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 …]
|
D | pcm_native.c | 408 if (r->cond && !(r->cond & params->flags)) in constrain_params_by_rules()
|
/sound/soc/sof/ |
D | ops.h | 539 #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/ |
D | wavefront_synth.c | 117 #define DPRINT(cond, ...) \ argument 118 if ((dev->debug & (cond)) == (cond)) { \ 122 #define DPRINT(cond, args...) argument
|