Searched refs:check_for_cancel (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/backend/ |
H A D | canon_dr.h | 671 static SANE_Status check_for_cancel(struct scanner *s);
|
H A D | fujitsu.h | 834 static SANE_Status check_for_cancel(struct fujitsu *s);
|
H A D | fujitsu.c | 352 - call check_for_cancel() in sane_cancel, unless s->reader flag is set 563 - call object_position halt in check_for_cancel when requested 7268 ret = check_for_cancel(s); in sane_start() 7284 check_for_cancel(s); in sane_start() 7987 check_for_cancel(struct fujitsu *s) in check_for_cancel() function 7991 DBG (10, "check_for_cancel: start %d %d\n",s->started,s->cancelled); in check_for_cancel() 7997 DBG (15, "check_for_cancel: halting\n"); in check_for_cancel() 8002 DBG (15, "check_for_cancel: cancelling\n"); in check_for_cancel() 8010 DBG (5, "check_for_cancel: ERROR: cannot cancel\n"); in check_for_cancel() 8017 DBG (15, "check_for_cancel in check_for_cancel() [all...] |
H A D | canon_dr.c | 5629 ret = check_for_cancel(s); in sane_start() 6045 ret = check_for_cancel(s); in sane_read() 7955 check_for_cancel(s); in sane_cancel() 7964 check_for_cancel(struct scanner *s) in check_for_cancel() function 7968 DBG (10, "check_for_cancel: start\n"); in check_for_cancel() 7974 DBG (15, "check_for_cancel: cancelling\n"); in check_for_cancel() 7987 DBG (5, "check_for_cancel: ignoring bad cancel: %d\n",ret); in check_for_cancel() 7992 DBG (5, "check_for_cancel: ignoring bad eject: %d\n",ret); in check_for_cancel() 8000 DBG (15, "check_for_cancel: already cancelled\n"); in check_for_cancel() 8005 DBG (10, "check_for_cancel in check_for_cancel() [all...] |
Completed in 19 milliseconds