/third_party/backends/backend/ |
H A D | canon_dr.h | 621 do_cmd(struct scanner *s, int runRS, int shortTime, 628 do_scsi_cmd(struct scanner *s, int runRS, int shortTime, 635 do_usb_cmd(struct scanner *s, int runRS, int shortTime, 642 do_usb_status(struct scanner *s, int runRS, int shortTime, size_t * extraLength); 644 static SANE_Status do_usb_clear(struct scanner *s, int clear, int runRS);
|
H A D | fujitsu.h | 774 do_cmd(struct fujitsu *s, int runRS, int shortTime, 781 do_scsi_cmd(struct fujitsu *s, int runRS, int shortTime, 788 do_usb_cmd(struct fujitsu *s, int runRS, int shortTime,
|
H A D | kodak.h | 248 do_cmd(struct scanner *s, int runRS, int shortTime,
|
H A D | canon_dr.c | 340 - adjust wait_scanner to set runRS only as a last resort, bug #154 8356 do_cmd(struct scanner *s, int runRS, int timeout, in do_cmd() argument 8363 return do_scsi_cmd(s, runRS, timeout, in do_cmd() 8370 return do_usb_cmd(s, runRS, timeout, in do_cmd() 8380 do_scsi_cmd(struct scanner *s, int runRS, int timeout, in do_scsi_cmd() argument 8389 (void) runRS; in do_scsi_cmd() 8428 do_usb_cmd(struct scanner *s, int runRS, int timeout, in do_usb_cmd() argument 8507 ret2 = do_usb_status(s,runRS,timeout,&extraLength); in do_usb_cmd() 8591 return do_usb_clear(s,1,runRS); in do_usb_cmd() 8609 ret2 = do_usb_status(s,runRS,timeou in do_usb_cmd() 8657 do_usb_status(struct scanner *s, int runRS, int timeout, size_t * extraLength) do_usb_status() argument 8726 do_usb_clear(struct scanner *s, int clear, int runRS) do_usb_clear() argument [all...] |
H A D | kodak.c | 2748 do_cmd(struct scanner *s, int runRS, int shortTime, in do_cmd() argument 2757 (void) runRS; in do_cmd()
|
H A D | fujitsu.c | 9587 do_cmd(struct fujitsu *s, int runRS, int shortTime, in do_cmd() argument 9600 return do_scsi_cmd(s, runRS, shortTime, in do_cmd() 9607 return do_usb_cmd(s, runRS, shortTime, in do_cmd() 9617 do_scsi_cmd(struct fujitsu *s, int runRS, int shortTime, in do_scsi_cmd() argument 9626 (void) runRS; in do_scsi_cmd() 9662 do_usb_cmd(struct fujitsu *s, int runRS, int shortTime, in do_usb_cmd() argument 9821 if(runRS){ in do_usb_cmd()
|