Home
last modified time | relevance | path

Searched refs:IODataRegisterFromScanner (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dplustek-pp_p48xx.c207 tmpByte = IODataRegisterFromScanner( ps, 0x18 ); in p48xxDoTest()
211 tmpByte = IODataRegisterFromScanner( ps, 0x0e ); in p48xxDoTest()
399 ps->sCaps.AsicID = IODataRegisterFromScanner( ps, ps->RegAsicID ); in p48xxReadWriteTest()
H A Dplustek-pp_procs.h216 _LOC Byte IODataRegisterFromScanner( pScanData ps, Byte bReg );
H A Dplustek-pp_motor.c745 if (!(IODataRegisterFromScanner(ps,ps->RegStatus) & _FLAG_P98_PAPER)){ in motorP98CheckSensorInHome()
785 if (IODataRegisterFromScanner( ps, ps->RegStatus) & _FLAG_P98_PAPER) { in motorP98WaitForPositionY()
1111 bFifoOffset = IODataRegisterFromScanner( ps, ps->RegFifoOffset ); in motorP96ReadDarkData()
1405 if (IODataRegisterFromScanner(ps, ps->RegStatus) & _FLAG_P96_PAPER ) { in motorP96GotoShadingPosition()
2520 bData = IODataRegisterFromScanner( ps, ps->RegFifoOffset );
2885 if (!(IODataRegisterFromScanner(ps,ps->RegStatus) & _FLAG_P98_PAPER)){
2974 bData = IODataRegisterFromScanner( ps, ps->RegFifoOffset );
H A Dplustek-pp_procfs.c234 b = IODataRegisterFromScanner( ps, ps->RegStatus ); in procfsButtonsReadProc()
H A Dplustek-pp_detect.c453 asic = IODataRegisterFromScanner( ps, ps->RegAsicID ); in DetectScanner()
H A Dplustek-pp_io.c867 _LOC Byte IODataRegisterFromScanner( pScanData ps, Byte bReg ) in IODataRegisterFromScanner() function
H A Dplustek-pp_dac.c925 while((IODataRegisterFromScanner( ps, ps->RegFifoOffset) < bBlks) && in dacP96ReadDataWithinOneSecond()
1617 while((IODataRegisterFromScanner( ps, ps->RegFifoOffset) < 1) && in dacP96001FBKReading()
1735 if((IODataRegisterFromScanner(ps, ps->RegReadIOBufBus) & 0x0f) == 0x0f) in dacP96001WaitForShading()
H A Dplustek-pp_p9636.c240 bData = IODataRegisterFromScanner( ps, ps->RegConfiguration ); in p9636Init98001()
H A Dplustek-pp_ptdrv.c1268 IODataRegisterFromScanner( ps, ps->RegStatus ); in ptdrvIoctl()
H A Dplustek-pp_image.c946 bFifoCount = IODataRegisterFromScanner( ps, ps->RegFifoOffset ); in imageP96ReadOneImageLine()