Home
last modified time | relevance | path

Searched refs:motorModel (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dplustek-usbhw.c171 if( model == Motors[i].motorModel ) { in usb_GetMotorSet()
479 if (hw->motorModel == MODEL_QSCAN_A6){ in usb_ModuleMove()
541 clk = usb_GetMotorSet( hw->motorModel ); in usb_ModuleMove()
694 if( hw->motorModel != MODEL_Tokyo600 ) in usb_ModuleToHome()
703 if( hw->motorModel == MODEL_Tokyo600 ) { in usb_ModuleToHome()
710 if(!_IS_PLUSTEKMOTOR(hw->motorModel)) { in usb_ModuleToHome()
725 switch( hw->motorModel ) { in usb_ModuleToHome()
736 switch( hw->motorModel ) { in usb_ModuleToHome()
820 if( hw->motorModel == MODEL_Tokyo600) { in usb_ModuleToHome()
854 if(!_IS_PLUSTEKMOTOR(hw->motorModel)) { in usb_MotorSelect()
[all …]
H A Dplustek-usbscan.c252 if( (hw->motorModel == MODEL_Tokyo600) || in usb_SetAsicDpiY()
253 !_IS_PLUSTEKMOTOR(hw->motorModel)) { in usb_SetAsicDpiY()
442 if( hw->motorModel == MODEL_Tokyo600 ) { in usb_GetScanRect()
497 if( hw->motorModel == MODEL_HuaLien && sCaps->OpticDpi.x == 600) in usb_GetScanRect()
693 if( hw->motorModel == MODEL_HuaLien && in usb_GetMCLKDivider()
698 if(((hw->motorModel == MODEL_HP) && (sCaps->bCCD == kNECSLIM))/* || in usb_GetMCLKDivider()
813 ClkMotorDef *motor = usb_GetMotorSet( hw->motorModel ); in usb_GetLineLength()
919 if (!_IS_PLUSTEKMOTOR(hw->motorModel)) { in usb_GetMotorParam()
921 clk = usb_GetMotorSet( hw->motorModel ); in usb_GetMotorParam()
954 switch( hw->motorModel ) { in usb_GetMotorParam()
[all …]
H A Dplustek-usbshading.c247 clk = usb_GetMotorSet( hw->motorModel ); in usb_GetMCLK()
286 hw->motorModel, param->bDataType, dMCLK ); in usb_SetMCLK()
517 } else if( hw->motorModel == MODEL_KaoHsiung ) { in usb_GetSWOffsetGain()
1017 if( !_IS_PLUSTEKMOTOR(hw->motorModel)) { in usb_AdjustGain()
1079 if( hw->motorModel == MODEL_KaoHsiung && in usb_AdjustGain()
1133 if( !_IS_PLUSTEKMOTOR(hw->motorModel)) { in usb_AdjustGain()
2679 if( !_IS_PLUSTEKMOTOR(hw->motorModel)) {
2806 if( !_IS_PLUSTEKMOTOR(hw->motorModel)) {
2826 if( !_IS_PLUSTEKMOTOR(hw->motorModel)) {
2963 if( _IS_PLUSTEKMOTOR(hw->motorModel)) {
[all …]
H A Dplustek-usb.h520 eModelDef motorModel; /* to identify used motor */ member
684 eModelDef motorModel; /**< the motor ID */ member
H A Dplustek-usbcal.c1208 if( _IS_PLUSTEKMOTOR(hw->motorModel)){ in cano_DoCalibration()