• Home
  • Raw
  • Download

Lines Matching defs:params

1251 static int snd_pcm_hw_rule_list(struct snd_pcm_hw_params *params,  in snd_pcm_hw_rule_list()
1281 static int snd_pcm_hw_rule_ranges(struct snd_pcm_hw_params *params, in snd_pcm_hw_rule_ranges()
1312 static int snd_pcm_hw_rule_ratnums(struct snd_pcm_hw_params *params, in snd_pcm_hw_rule_ratnums()
1347 static int snd_pcm_hw_rule_ratdens(struct snd_pcm_hw_params *params, in snd_pcm_hw_rule_ratdens()
1381 static int snd_pcm_hw_rule_msbits(struct snd_pcm_hw_params *params, in snd_pcm_hw_rule_msbits()
1427 static int snd_pcm_hw_rule_step(struct snd_pcm_hw_params *params, in snd_pcm_hw_rule_step()
1454 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()
1484 static int snd_pcm_hw_rule_noresample_func(struct snd_pcm_hw_params *params, in snd_pcm_hw_rule_noresample_func()
1512 static void _snd_pcm_hw_param_any(struct snd_pcm_hw_params *params, in _snd_pcm_hw_param_any()
1530 void _snd_pcm_hw_params_any(struct snd_pcm_hw_params *params) in _snd_pcm_hw_params_any()
1551 int snd_pcm_hw_param_value(const struct snd_pcm_hw_params *params, in snd_pcm_hw_param_value()
1574 void _snd_pcm_hw_param_setempty(struct snd_pcm_hw_params *params, in _snd_pcm_hw_param_setempty()
1591 static int _snd_pcm_hw_param_first(struct snd_pcm_hw_params *params, in _snd_pcm_hw_param_first()
1622 struct snd_pcm_hw_params *params, in snd_pcm_hw_param_first()
1637 static int _snd_pcm_hw_param_last(struct snd_pcm_hw_params *params, in _snd_pcm_hw_param_last()
1668 struct snd_pcm_hw_params *params, in snd_pcm_hw_param_last()
1738 struct snd_pcm_hw_params *params = arg; in snd_pcm_lib_ioctl_fifo_size() local