Lines Matching refs:invert
267 unsigned int invert = mc->invert;
279 if (invert)
294 if (invert)
327 unsigned int invert = mc->invert;
344 if (invert)
357 if (invert)
542 unsigned int invert = mc->invert;
554 if (invert)
575 if (invert)
615 unsigned int invert = mc->invert;
620 if (invert)
630 if (invert)
887 unsigned int invert = mc->invert;
901 if (invert)
932 unsigned int invert = mc->invert;
941 if (invert)
977 unsigned int invert = mc->invert != 0;
985 ucontrol->value.enumerated.item[0] = val ^ invert;
1010 unsigned int invert = mc->invert != 0;
1012 unsigned int val1 = (strobe ^ invert) ? mask : 0;
1013 unsigned int val2 = (strobe ^ invert) ? 0 : mask;