Searched refs:wExposure (Results 1 - 12 of 12) sorted by relevance
/third_party/backends/backend/ |
H A D | u12-tpa.c | 74 dev->shade.wExposure = dev->scan.negScan[dev->scan.dpiIdx].exposureTime; in u12tpa_Reshading() 92 u12io_DataToRegister( dev, REG_LINECONTROL, _LOBYTE(dev->shade.wExposure)); in u12tpa_Reshading() 95 dev->regs.RD_LineControl = _LOBYTE(dev->shade.wExposure); in u12tpa_Reshading() 96 dev->regs.RD_ExtLineControl = _HIBYTE(dev->shade.wExposure); in u12tpa_Reshading() 97 dev->regs.RD_XStepTime = (SANE_Byte)(dev->shade.wExposure); in u12tpa_Reshading()
|
H A D | u12-image.c | 244 dev->shade.wExposure = nmlScan[index].exposureTime; in u12image_SetupScanStateVariables() 248 dev->shade.wExposure >>= 1; in u12image_SetupScanStateVariables() 253 dev->shade.wExposure = posScan[index].exposureTime; in u12image_SetupScanStateVariables() 256 dev->shade.wExposure = dev->scan.negScan[index].exposureTime; in u12image_SetupScanStateVariables() 516 dev->shade.wExposure = 8 * dev->shade.wXStep; in u12image_SetupScanSettings() 665 ps->Shade.wExposure = posScan[ps->Scan.dpiIdx].exposureTime; in u12image_SetupScanSettings() 679 ps->Shade.wExposure = ps->Scan.negScan[ps->Scan.dpiIdx].exposureTime; in u12image_SetupScanSettings()
|
H A D | u12-shading.c | 130 dev->regs.RD_LineControl = _LOBYTE(dev->shade.wExposure); in u12shadingAdjustShadingWaveform() 131 dev->regs.RD_ExtLineControl = _HIBYTE(dev->shade.wExposure); in u12shadingAdjustShadingWaveform() 136 dev->regs.RD_XStepTime = _LOBYTE(dev->shade.wExposure); in u12shadingAdjustShadingWaveform() 137 dev->regs.RD_ExtXStepTime = _HIBYTE(dev->shade.wExposure); in u12shadingAdjustShadingWaveform() 836 DBG( _DBG_INFO, "* wExposure = %u\n", dev->shade.wExposure); in u12shading_DoCalibration() 839 dev->regs.RD_LineControl = (_LOBYTE(dev->shade.wExposure)); in u12shading_DoCalibration() 840 dev->regs.RD_ExtLineControl = (_HIBYTE(dev->shade.wExposure)); in u12shading_DoCalibration()
|
H A D | plustek-pp_image.c | 1314 ps->Shade.wExposure = nmlScan[ps->IO.portMode][index].exposureTime; in imageP98003SetupScanStateVariables() 1317 ps->Shade.wExposure = nmlScan[_PORT_EPP][index].exposureTime; in imageP98003SetupScanStateVariables() 1322 ps->Shade.wExposure >>= 1; in imageP98003SetupScanStateVariables() 1327 ps->Shade.wExposure = posScan[index].exposureTime; in imageP98003SetupScanStateVariables() 1330 ps->Shade.wExposure = ps->Scan.negScan[index].exposureTime; in imageP98003SetupScanStateVariables() 1430 ps->Shade.wExposure = 8 * ps->Shade.wXStep; in imageP98003SetupScanSettings() 1582 ps->Shade.wExposure = posScan[ps->Scan.dpiIdx].exposureTime; in imageP98003SetupScanSettings() 1596 ps->Shade.wExposure = ps->Scan.negScan[ps->Scan.dpiIdx].exposureTime; in imageP98003SetupScanSettings()
|
H A D | u12-hw.c | 391 dev->regs.RD_LineControl = _LOBYTE(dev->shade.wExposure); 392 dev->regs.RD_ExtLineControl = _HIBYTE(dev->shade.wExposure); 561 dev->regs.RD_LineControl = _LOBYTE(dev->shade.wExposure); 562 dev->regs.RD_ExtLineControl = _HIBYTE(dev->shade.wExposure);
|
H A D | plustek-pp_tpa.c | 855 ps->Shade.wExposure = ps->Scan.negScan[ps->Scan.dpiIdx].exposureTime; in TPAP98003Reshading() 873 IODataToRegister( ps, ps->RegLineControl, _LOBYTE(ps->Shade.wExposure)); in TPAP98003Reshading() 876 ps->AsicReg.RD_LineControl = _LOBYTE(ps->Shade.wExposure); in TPAP98003Reshading() 877 ps->AsicReg.RD_ExtLineControl = _HIBYTE(ps->Shade.wExposure); in TPAP98003Reshading() 878 ps->AsicReg.RD_XStepTime = (Byte)(ps->Shade.wExposure); in TPAP98003Reshading()
|
H A D | u12-hwdef.h | 464 u_short wExposure; member
|
H A D | plustek-pp_p12.c | 292 ps->AsicReg.RD_LineControl = (_LOBYTE (ps->Shade.wExposure)); in p12SetupScanningCondition() 293 ps->AsicReg.RD_ExtLineControl = (_HIBYTE (ps->Shade.wExposure)); in p12SetupScanningCondition()
|
H A D | plustek-pp_dac.c | 1948 ps->AsicReg.RD_LineControl = _LOBYTE(ps->Shade.wExposure); in dacP98003AdjustShadingWaveform() 1949 ps->AsicReg.RD_ExtLineControl = _HIBYTE(ps->Shade.wExposure); in dacP98003AdjustShadingWaveform() 1954 ps->AsicReg.RD_XStepTime = _LOBYTE(ps->Shade.wExposure); in dacP98003AdjustShadingWaveform() 1955 ps->AsicReg.RD_ExtXStepTime = _HIBYTE(ps->Shade.wExposure); in dacP98003AdjustShadingWaveform() 2412 DBG( DBG_LOW, "wExposure = %u\n", ps->Shade.wExposure); in dacP98003WaitForShading() 2415 ps->AsicReg.RD_LineControl = (_LOBYTE(ps->Shade.wExposure)); in dacP98003WaitForShading() 2416 ps->AsicReg.RD_ExtLineControl = (_HIBYTE(ps->Shade.wExposure)); in dacP98003WaitForShading()
|
H A D | u12-motor.c | 235 _SET_REG( rb, c, REG_LINECONTROL, _LOBYTE(dev->shade.wExposure)); in u12motor_BackToHomeSensor()
|
H A D | plustek-pp_hwdefs.h | 672 UShort wExposure; member
|
H A D | plustek-pp_motor.c | 3227 IODataToRegister( ps, ps->RegLineControl, _LOBYTE(ps->Shade.wExposure));
|
Completed in 18 milliseconds