Lines Matching full:constraint
1155 * snd_pcm_hw_rule_add - add the hw-constraint rule
1210 * snd_pcm_hw_constraint_mask - apply the given bitmap mask constraint
1215 * Apply the constraint of the given bitmap mask to a 32-bit mask parameter.
1232 * snd_pcm_hw_constraint_mask64 - apply the given bitmap mask constraint
1237 * Apply the constraint of the given bitmap mask to a 64-bit mask parameter.
1256 * snd_pcm_hw_constraint_integer - apply an integer constraint to an interval
1258 * @var: hw_params variable to apply the integer constraint
1260 * Apply the constraint of integer to an interval parameter.
1273 * snd_pcm_hw_constraint_minmax - apply a min/max range constraint to an interval
1279 * Apply the min/max range constraint to an interval parameter.
1309 * @var: hw_params variable to apply the list constraint
1374 * snd_pcm_hw_constraint_ratnums - apply ratnums constraint to a parameter
1377 * @var: hw_params variable to apply the ratnums constraint
1408 * snd_pcm_hw_constraint_ratdens - apply ratdens constraint to a parameter
1411 * @var: hw_params variable to apply the ratdens constraint
1447 * snd_pcm_hw_constraint_msbits - add a hw constraint msbits rule
1453 * This constraint will set the number of most significant bits (msbits) if a
1481 * snd_pcm_hw_constraint_step - add a hw constraint step rule
1484 * @var: hw_params variable to apply the step constraint
1513 * snd_pcm_hw_constraint_pow2 - add a hw constraint power-of-2 rule
1516 * @var: hw_params variable to apply the power-of-2 constraint