Home
last modified time | relevance | path

Searched refs:DACType (Results 1 - 5 of 5) sorted by relevance

/third_party/backends/backend/
H A Du12-hw.c228 dev->DACType = u12io_DataFromRegister( dev, REG_RESETCONFIG );
229 dev->MotorID = (SANE_Byte)(dev->DACType & _MOTOR0_MASK);
232 (SANE_Byte)((dev->DACType & _MOTOR0_MASK) >> 3);
234 (SANE_Byte)((dev->DACType & _MOTOR1_MASK) >> 1);
235 dev->DACType &= _ADC_MASK;
245 dev->DACType = _DA_WOLFSON8141;
248 dev->PCBID, dev->CCDID, dev->DACType );
H A Du12.h272 SANE_Byte DACType; /**< what DAC do we have */ member
H A Du12-tpa.c353 if(dev->CCDID == _CCD_3797 || dev->DACType == _DA_ESIC ) { in u12tpa_Reshading()
376 if( dev->DACType != _DA_ESIC && dev->CCDID != _CCD_3799 ) { in u12tpa_Reshading()
H A Du12-shading.c461 if( dev->DACType == _DA_SAMSUNG8531 ) { in u12shading_GainOffsetToDAC()
H A Du12-ccd.c855 switch( dev->DACType ) { in u12ccd_InitCCDandDAC()

Completed in 6 milliseconds