Lines Matching defs:msecs
183 static SANE_Int RTS_DMA_WaitReady (struct st_device *dev, SANE_Int msecs);
227 static SANE_Int RTS_WaitInitEnd (struct st_device *dev, SANE_Int msecs);
228 static SANE_Int RTS_WaitScanEnd (struct st_device *dev, SANE_Int msecs);
3856 RTS_WaitScanEnd (struct st_device *dev, SANE_Int msecs)
3861 DBG (DBG_FNC, "+ RTS_WaitScanEnd(msecs=%i):\n", msecs);
3870 long ticks = GetTickCount () + msecs;
4138 RTS_DMA_WaitReady (struct st_device *dev, SANE_Int msecs)
4144 DBG (DBG_FNC, "+ RTS_DMA_WaitReady(msecs=%i):\n", msecs);
4147 mytime = GetTickCount () + msecs;
4168 RTS_WaitInitEnd (struct st_device *dev, SANE_Int msecs)
4174 DBG (DBG_FNC, "+ RTS_WaitInitEnd(msecs=%i):\n", msecs);
4177 mytime = GetTickCount () + msecs;
14021 RTS_Debug->overdrive_flb = 10000; /* msecs */
14022 RTS_Debug->overdrive_ta = 10000; /* msecs */