Lines Matching full:constraint
1109 * snd_pcm_hw_rule_add - add the hw-constraint rule
1164 * snd_pcm_hw_constraint_mask - apply the given bitmap mask constraint
1169 * Apply the constraint of the given bitmap mask to a 32-bit mask parameter.
1186 * snd_pcm_hw_constraint_mask64 - apply the given bitmap mask constraint
1191 * Apply the constraint of the given bitmap mask to a 64-bit mask parameter.
1210 * snd_pcm_hw_constraint_integer - apply an integer constraint to an interval
1212 * @var: hw_params variable to apply the integer constraint
1214 * Apply the constraint of integer to an interval parameter.
1227 * snd_pcm_hw_constraint_minmax - apply a min/max range constraint to an interval
1233 * Apply the min/max range constraint to an interval parameter.
1263 * @var: hw_params variable to apply the list constraint
1328 * snd_pcm_hw_constraint_ratnums - apply ratnums constraint to a parameter
1331 * @var: hw_params variable to apply the ratnums constraint
1362 * snd_pcm_hw_constraint_ratdens - apply ratdens constraint to a parameter
1365 * @var: hw_params variable to apply the ratdens constraint
1401 * snd_pcm_hw_constraint_msbits - add a hw constraint msbits rule
1407 * This constraint will set the number of most significant bits (msbits) if a
1435 * snd_pcm_hw_constraint_step - add a hw constraint step rule
1438 * @var: hw_params variable to apply the step constraint
1467 * snd_pcm_hw_constraint_pow2 - add a hw constraint power-of-2 rule
1470 * @var: hw_params variable to apply the power-of-2 constraint