Lines Matching defs:invert
195 static int tasdevice_clamp(int val, int max, unsigned int invert)
199 if (invert)
209 unsigned int invert = mc->invert;
217 val = tasdevice_clamp(ucontrol->value.integer.value[0], max, invert);
235 unsigned int invert = mc->invert;
251 val = tasdevice_clamp(val, max, invert);
263 unsigned int invert = mc->invert;
275 val = tasdevice_clamp(val, max, invert);
287 unsigned int invert = mc->invert;
293 val = tasdevice_clamp(ucontrol->value.integer.value[0], max, invert);