Lines Matching full:constraint
1135 * snd_pcm_hw_rule_add - add the hw-constraint rule
1190 * snd_pcm_hw_constraint_mask - apply the given bitmap mask constraint
1195 * Apply the constraint of the given bitmap mask to a 32-bit mask parameter.
1212 * snd_pcm_hw_constraint_mask64 - apply the given bitmap mask constraint
1217 * Apply the constraint of the given bitmap mask to a 64-bit mask parameter.
1236 * snd_pcm_hw_constraint_integer - apply an integer constraint to an interval
1238 * @var: hw_params variable to apply the integer constraint
1240 * Apply the constraint of integer to an interval parameter.
1253 * snd_pcm_hw_constraint_minmax - apply a min/max range constraint to an interval
1259 * Apply the min/max range constraint to an interval parameter.
1289 * @var: hw_params variable to apply the list constraint
1354 * snd_pcm_hw_constraint_ratnums - apply ratnums constraint to a parameter
1357 * @var: hw_params variable to apply the ratnums constraint
1388 * snd_pcm_hw_constraint_ratdens - apply ratdens constraint to a parameter
1391 * @var: hw_params variable to apply the ratdens constraint
1427 * snd_pcm_hw_constraint_msbits - add a hw constraint msbits rule
1433 * This constraint will set the number of most significant bits (msbits) if a
1461 * snd_pcm_hw_constraint_step - add a hw constraint step rule
1464 * @var: hw_params variable to apply the step constraint
1493 * snd_pcm_hw_constraint_pow2 - add a hw constraint power-of-2 rule
1496 * @var: hw_params variable to apply the power-of-2 constraint