Lines Matching refs:pause
1680 int pause;
1682 pause = dev->pause_after_reposition + dev->pause_for_moving * (dev->upper_left_y + dev->scanlength) /
1693 if (pause > 0) /* predefined time to wait (Astra 2400S) */
1695 DBG(DBG_info2, "pause for repositioning %d msec ...\n", pause);
1696 usleep(((long) pause) * 1000);
1697 DBG(DBG_info, "repositioning pause done\n");
1699 else if (pause == 0) /* use TEST UNIT READY */
1704 else /* pause < 0 : return without any pause */
1737 usleep(200000); /* 200 ms pause to make sure program does not exit before scanner is ready */
2830 dev->pause_for_color_calibration = 7000; /* pause between start_scan and do_calibration in ms */
2831 dev->pause_for_gray_calibration = 4000; /* pause between start_scan and do_calibration in ms */
2832 dev->pause_after_calibration = 0000; /* pause between do_calibration and read data in ms */
2833 dev->pause_after_reposition = 3000; /* pause after repostion scanner in ms */
2834 dev->pause_for_moving = 3000; /* pause for moving scanhead over full area */
4613 dev->pause_for_color_calibration = 0; /* pause between start_scan and do_calibration in ms */
4614 dev->pause_for_gray_calibration = 0; /* pause between start_scan and do_calibration in ms */
4615 dev->pause_after_calibration = 0; /* pause between do_calibration and read data in ms */
4616 dev->pause_after_reposition = -1; /* pause after repostion scanner in ms, -1 = do not wait */
4617 dev->pause_for_moving = 0; /* pause for moving scanhead over full area */
7280 int pause;
7953 pause = scanner->device->pause_for_color_calibration;
7957 pause = scanner->device->pause_for_gray_calibration;
7960 if (pause) /* Astra 2400S needs this pause (7sec in color, 4sec in gray mode) */
7962 DBG(DBG_info2,"pause for calibration %d msec ...\n", pause);
7963 usleep(((long) pause) * 1000); /* time in ms */
7964 DBG(DBG_info2,"pause done\n");
7976 DBG(DBG_info2,"pause after calibration %d msec ...\n", scanner->device->pause_after_calibration);
7978 DBG(DBG_info2,"pause done\n");