Lines Matching refs:started
5338 if ( s->started ) {
6759 * a scan has been started (sane_start() has been called) and the
6764 * Calling this function before a scan has actually started allows,
6778 /* not started? update param data from user settings */
6779 if(!s->started){
6938 * Called by SANE when a page acquisition operation is to be started.
6944 * hence, we spend a lot of time playing with s->started, etc.
6953 DBG (15, "started=%d, side=%d, source=%d\n", s->started, s->side, s->source);
6962 if (s->started && !s->eof_tx[s->side]) {
6976 if(!s->started){
7193 /* and set started flag */
7194 if(!s->started){
7201 s->started=1;
7213 DBG (15, "started=%d, side=%d, source=%d\n", s->started, s->side, s->source);
7279 /* if we are started, but something went wrong,
7282 if(s->started){
7287 s->started = 0;
7983 /* checks started and cancelled flags in scanner struct,
7991 DBG (10, "check_for_cancel: start %d %d\n",s->started,s->cancelled);
7993 if(s->started && s->cancelled){
8013 s->started = 0;
8051 if(!s->started){
8052 DBG (5, "sane_read: not started, call sane_start\n");