Lines Matching defs:params

1277 static int snd_pcm_hw_rule_list(struct snd_pcm_hw_params *params,  in snd_pcm_hw_rule_list()
1307 static int snd_pcm_hw_rule_ranges(struct snd_pcm_hw_params *params, in snd_pcm_hw_rule_ranges()
1338 static int snd_pcm_hw_rule_ratnums(struct snd_pcm_hw_params *params, in snd_pcm_hw_rule_ratnums()
1373 static int snd_pcm_hw_rule_ratdens(struct snd_pcm_hw_params *params, in snd_pcm_hw_rule_ratdens()
1407 static int snd_pcm_hw_rule_msbits(struct snd_pcm_hw_params *params, in snd_pcm_hw_rule_msbits()
1453 static int snd_pcm_hw_rule_step(struct snd_pcm_hw_params *params, in snd_pcm_hw_rule_step()
1480 static int snd_pcm_hw_rule_pow2(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) in snd_pcm_hw_rule_pow2()
1510 static int snd_pcm_hw_rule_noresample_func(struct snd_pcm_hw_params *params, in snd_pcm_hw_rule_noresample_func()
1538 static void _snd_pcm_hw_param_any(struct snd_pcm_hw_params *params, in _snd_pcm_hw_param_any()
1556 void _snd_pcm_hw_params_any(struct snd_pcm_hw_params *params) in _snd_pcm_hw_params_any()
1577 int snd_pcm_hw_param_value(const struct snd_pcm_hw_params *params, in snd_pcm_hw_param_value()
1600 void _snd_pcm_hw_param_setempty(struct snd_pcm_hw_params *params, in _snd_pcm_hw_param_setempty()
1617 static int _snd_pcm_hw_param_first(struct snd_pcm_hw_params *params, in _snd_pcm_hw_param_first()
1648 struct snd_pcm_hw_params *params, in snd_pcm_hw_param_first()
1663 static int _snd_pcm_hw_param_last(struct snd_pcm_hw_params *params, in _snd_pcm_hw_param_last()
1694 struct snd_pcm_hw_params *params, in snd_pcm_hw_param_last()
1764 struct snd_pcm_hw_params *params = arg; in snd_pcm_lib_ioctl_fifo_size() local