sane-project-backends/backend/plustek-pp_procs.h

237 wiersze
8.1 KiB
C

/** @file plustek-pp_procs.h
* @brief here are the prototypes of all exported functions
*
* based on sources acquired from Plustek Inc.
* Copyright (C) 1998 Plustek Inc.
2004-01-09 15:57:55 +00:00
* Copyright (C) 2000-2004 Gerhard Jaeger <gerhard@gjaeger.de>
* also based on the work done by Rick Bronson <rick@efn.org>
*
* History:
* 0.30 - initial version
* 0.31 - no changes
* 0.32 - no changes
* 0.33 - no changes
* 0.34 - added this history
* 0.35 - added Kevins´ changes to MiscRestorePort
* changed prototype of MiscReinitStruct
* added prototype for function PtDrvLegalRequested()
* 0.36 - added prototype for function MiscLongRand()
* removed PtDrvLegalRequested()
* changed prototype of function MiscInitPorts()
* 0.37 - added io.c and procfs.c
* added MiscGetModelName()
* added ModelSetA3I()
* 0.38 - added P12 stuff
* removed prototype of IOScannerIdleMode()
* removed prototype of IOSPPWrite()
* 0.39 - moved prototypes for the user space stuff to plustek-share.h
* 0.40 - no changes
* 0.41 - no changes
* 0.42 - added MapAdjust
* 0.43 - no changes
2003-09-24 14:08:01 +00:00
* .
* <hr>
* This file is part of the SANE package.
*
2003-09-24 14:08:01 +00:00
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
2003-09-24 14:08:01 +00:00
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2003-09-24 14:08:01 +00:00
*
* As a special exception, the authors of SANE give permission for
* additional uses of the libraries contained in this release of SANE.
*
* The exception is that, if you link a SANE library with other files
* to produce an executable, this does not by itself cause the
* resulting executable to be covered by the GNU General Public
* License. Your use of that executable is in no way restricted on
* account of linking the SANE library code into it.
*
* This exception does not, however, invalidate any other reasons why
* the executable file might be covered by the GNU General Public
* License.
*
* If you submit changes to SANE to the maintainers to be included in
* a subsequent release, you agree by submitting the changes that
* those changes may be distributed with this exception intact.
*
* If you write modifications of your own for SANE, it is your choice
* whether to permit this exception to apply to your modifications.
* If you do not wish that, delete this exception notice.
* <hr>
*/
#ifndef __PROCS_H__
#define __PROCS_H__
2003-09-24 14:08:01 +00:00
#ifdef _BACKEND_ENABLED
# define _LOC static
#else
# define _LOC
#endif
/*
2003-09-24 14:08:01 +00:00
* implementation in plustek-pp_misc.c
*/
2003-09-24 14:08:01 +00:00
_LOC pScanData MiscAllocAndInitStruct( void );
_LOC int MiscReinitStruct ( pScanData ps );
_LOC int MiscInitPorts ( pScanData ps, int port );
_LOC void MiscRestorePort( pScanData ps );
_LOC void MiscStartTimer ( pTimerDef timer, unsigned long us );
_LOC int MiscCheckTimer ( pTimerDef timer );
2003-09-24 14:08:01 +00:00
_LOC int MiscRegisterPort ( pScanData ps, int portAddr );
_LOC void MiscUnregisterPort ( pScanData ps );
_LOC int MiscClaimPort ( pScanData ps );
_LOC void MiscReleasePort ( pScanData ps );
_LOC Long MiscLongRand ( void );
_LOC const char *MiscGetModelName( UShort id );
#ifdef DEBUG
2003-09-24 14:08:01 +00:00
_LOC Bool MiscAllPointersSet( pScanData ps );
#endif
/*
2003-09-24 14:08:01 +00:00
* implementation in plustek-pp_detect.c
*/
2003-09-24 14:08:01 +00:00
_LOC int DetectScanner( pScanData ps, int mode );
/*
2003-09-24 14:08:01 +00:00
* implementation in plustek-pp_p48xx.c
*/
2003-09-24 14:08:01 +00:00
_LOC int P48xxInitAsic( pScanData ps );
/*
2003-09-24 14:08:01 +00:00
* implementation in plustek-pp_p9636.c
*/
2003-09-24 14:08:01 +00:00
_LOC int P9636InitAsic( pScanData ps );
/*
2003-09-24 14:08:01 +00:00
* implementation in plustek-pp_p12.c
*/
2003-09-24 14:08:01 +00:00
_LOC int P12InitAsic ( pScanData ps );
_LOC void P12SetGeneralRegister( pScanData ps );
/*
2003-09-24 14:08:01 +00:00
* implementation in plustek-pp_p12ccd.c
*/
2003-09-24 14:08:01 +00:00
_LOC void P12InitCCDandDAC( pScanData ps, Bool shading );
/*
2003-09-24 14:08:01 +00:00
* implementation in plustek-pp_models.c
*/
2003-09-24 14:08:01 +00:00
_LOC void ModelSet4800 ( pScanData ps );
_LOC void ModelSet4830 ( pScanData ps );
_LOC void ModelSet600 ( pScanData ps );
_LOC void ModelSet12000( pScanData ps );
_LOC void ModelSetA3I ( pScanData ps );
_LOC void ModelSet9630 ( pScanData ps );
_LOC void ModelSet9636 ( pScanData ps );
_LOC void ModelSetP12 ( pScanData ps );
/*
2003-09-24 14:08:01 +00:00
* implementation in plustek-pp_dac.c
*/
2003-09-24 14:08:01 +00:00
_LOC int DacInitialize( pScanData ps );
2003-09-24 14:08:01 +00:00
_LOC void DacP98AdjustDark ( pScanData ps );
_LOC void DacP98FillGainOutDirectPort ( pScanData ps );
_LOC void DacP98FillShadingDarkToShadingRegister( pScanData ps );
2003-09-24 14:08:01 +00:00
_LOC void DacP96WriteBackToGammaShadingRAM( pScanData ps );
2003-09-24 14:08:01 +00:00
_LOC void DacP98003FillToDAC (pScanData ps, pRGBByteDef regs, pColorByte data);
_LOC void DacP98003AdjustGain(pScanData ps, ULong color, Byte hilight );
_LOC Byte DacP98003SumGains ( pUChar pb, ULong pixelsLine );
/*
2003-09-24 14:08:01 +00:00
* implementation in plustek-pp_motor.c
*/
2003-09-24 14:08:01 +00:00
_LOC int MotorInitialize ( pScanData ps );
_LOC void MotorSetConstantMove( pScanData ps, Byte bMovePerStep );
_LOC void MotorToHomePosition ( pScanData ps );
2003-09-24 14:08:01 +00:00
_LOC void MotorP98GoFullStep ( pScanData ps, ULong dwStep );
2003-09-24 14:08:01 +00:00
_LOC void MotorP96SetSpeedToStopProc( pScanData ps );
_LOC void MotorP96ConstantMoveProc ( pScanData ps, ULong dwLines );
_LOC Bool MotorP96AheadToDarkArea ( pScanData ps );
_LOC void MotorP96AdjustCurrentSpeed( pScanData ps, Byte bSpeed );
2003-09-24 14:08:01 +00:00
_LOC void MotorP98003BackToHomeSensor ( pScanData ps );
_LOC void MotorP98003ModuleForwardBackward( pScanData ps );
_LOC void MotorP98003ForceToLeaveHomePos ( pScanData ps );
_LOC void MotorP98003PositionYProc ( pScanData ps, ULong steps);
/*
2003-09-24 14:08:01 +00:00
* implementation in plustek-pp_map.c
*/
2003-09-24 14:08:01 +00:00
_LOC void MapInitialize ( pScanData ps );
_LOC void MapSetupDither( pScanData ps );
_LOC void MapAdjust ( pScanData ps, int which );
/*
2003-09-24 14:08:01 +00:00
* implementation in plustek-pp_image.c
*/
2003-09-24 14:08:01 +00:00
_LOC int ImageInitialize( pScanData ps );
/*
2003-09-24 14:08:01 +00:00
* implementation in plustek-pp_genericio.c
*/
2003-09-24 14:08:01 +00:00
_LOC int IOFuncInitialize ( pScanData ps );
_LOC Byte IOSetToMotorRegister ( pScanData ps );
_LOC Byte IOGetScanState ( pScanData ps, Bool fOpenned );
_LOC Byte IOGetExtendedStatus ( pScanData ps );
_LOC void IOGetCurrentStateCount( pScanData, pScanState pScanStep);
_LOC int IOIsReadyForScan ( pScanData ps );
2003-09-24 14:08:01 +00:00
_LOC void IOSetXStepLineScanTime( pScanData ps, Byte b );
_LOC void IOSetToMotorStepCount ( pScanData ps );
_LOC void IOSelectLampSource ( pScanData ps );
_LOC Bool IOReadOneShadingLine ( pScanData ps, pUChar pBuf, ULong len );
_LOC ULong IOReadFifoLength ( pScanData ps );
_LOC void IOPutOnAllRegisters ( pScanData ps );
_LOC void IOReadColorData ( pScanData ps, pUChar pBuf, ULong len );
/*
2003-09-24 14:08:01 +00:00
* implementation in plustek-pp_io.c
*/
2003-09-24 14:08:01 +00:00
_LOC int IOInitialize ( pScanData ps );
_LOC void IOMoveDataToScanner ( pScanData ps, pUChar pBuffer, ULong size );
_LOC void IODownloadScanStates( pScanData ps );
_LOC void IODataToScanner ( pScanData, Byte bValue );
_LOC void IODataToRegister ( pScanData ps, Byte bReg, Byte bData );
_LOC Byte IODataFromRegister ( pScanData ps, Byte bReg );
_LOC void IORegisterToScanner ( pScanData ps, Byte bReg );
_LOC void IODataRegisterToDAC ( pScanData ps, Byte bReg, Byte bData );
2003-09-24 14:08:01 +00:00
_LOC Byte IODataRegisterFromScanner( pScanData ps, Byte bReg );
_LOC void IOCmdRegisterToScanner ( pScanData ps, Byte bReg, Byte bData );
_LOC void IORegisterDirectToScanner( pScanData, Byte bReg );
_LOC void IOSoftwareReset ( pScanData ps );
_LOC void IOReadScannerImageData ( pScanData ps, pUChar pBuf, ULong size );
/*
2003-09-24 14:08:01 +00:00
* implementation in plustek-pp_tpa.c
*/
2003-09-24 14:08:01 +00:00
_LOC void TPAP98001AverageShadingData( pScanData ps );
_LOC void TPAP98003FindCenterPointer ( pScanData ps );
_LOC void TPAP98003Reshading ( pScanData ps );
/*
2003-09-24 14:08:01 +00:00
* implementation in plustek-pp_scale.c
*/
2003-09-24 14:08:01 +00:00
_LOC void ScaleX( pScanData ps, pUChar inBuf, pUChar outBuf );
#endif /* guard __PROCS_H__ */
/* END PLUSTEK-PP_PROCS.H ...................................................*/