Lines Matching full:constraint
1110 * snd_pcm_hw_rule_add - add the hw-constraint rule
1165 * snd_pcm_hw_constraint_mask - apply the given bitmap mask constraint
1170 * Apply the constraint of the given bitmap mask to a 32-bit mask parameter.
1187 * snd_pcm_hw_constraint_mask64 - apply the given bitmap mask constraint
1192 * Apply the constraint of the given bitmap mask to a 64-bit mask parameter.
1211 * snd_pcm_hw_constraint_integer - apply an integer constraint to an interval
1213 * @var: hw_params variable to apply the integer constraint
1215 * Apply the constraint of integer to an interval parameter.
1228 * snd_pcm_hw_constraint_minmax - apply a min/max range constraint to an interval
1234 * Apply the min/max range constraint to an interval parameter.
1264 * @var: hw_params variable to apply the list constraint
1329 * snd_pcm_hw_constraint_ratnums - apply ratnums constraint to a parameter
1332 * @var: hw_params variable to apply the ratnums constraint
1363 * snd_pcm_hw_constraint_ratdens - apply ratdens constraint to a parameter
1366 * @var: hw_params variable to apply the ratdens constraint
1402 * snd_pcm_hw_constraint_msbits - add a hw constraint msbits rule
1408 * This constraint will set the number of most significant bits (msbits) if a
1436 * snd_pcm_hw_constraint_step - add a hw constraint step rule
1439 * @var: hw_params variable to apply the step constraint
1468 * snd_pcm_hw_constraint_pow2 - add a hw constraint power-of-2 rule
1471 * @var: hw_params variable to apply the power-of-2 constraint