Lines Matching defs:value
159 /* limit xdpi to lower value for certain devices...
243 /* Here we might have to check against the MinDpi value ! */
684 /* Compare Integration with USB speed to find the best ITA value */
795 * again to get all new value after ITA was changed? If this routine
835 /* according to turbo/preview mode to set value */
853 /* it might be necessary to tweak this value, to keep the
1330 u_char value;
1345 value = ((m_pParam->bCalibration == PARAM_Scan &&
1348 if(!usbio_WriteReg( dev->fd, 0x58, value ))
1416 u_char value;
1420 usbio_ReadReg( dev->fd, 0x07, &value );
1421 if( value == 3 || value != 2 )