Lines Matching refs:invert
250 unsigned int invert = mc->invert;
262 if (invert)
277 if (invert)
310 unsigned int invert = mc->invert;
327 if (invert)
340 if (invert)
518 unsigned int invert = mc->invert;
530 if (invert)
551 if (invert)
591 unsigned int invert = mc->invert;
596 if (invert)
606 if (invert)
864 unsigned int invert = mc->invert;
879 if (invert)
910 unsigned int invert = mc->invert;
919 if (invert)
953 unsigned int invert = mc->invert != 0;
961 ucontrol->value.enumerated.item[0] = val ^ invert;
986 unsigned int invert = mc->invert != 0;
988 unsigned int val1 = (strobe ^ invert) ? mask : 0;
989 unsigned int val2 = (strobe ^ invert) ? 0 : mask;