/third_party/backends/backend/ |
H A D | ibm-scsi.c | 265 get_window (int fd, struct ibm_window_data *iwd) in get_window() function 273 DBG (11, ">> get_window datalen = %lu\n", (unsigned long) iwd_size); in get_window() 283 DBG (11, "<< get_window, datalen = %lu\n", (unsigned long) iwd_size); in get_window()
|
H A D | ricoh-scsi.c | 247 get_window (int fd, struct ricoh_window_data *rwd) in get_window() function 255 DBG (11, ">> get_window datalen = %lu\n", (unsigned long) rwd_size); in get_window() 265 DBG (11, "<< get_window, datalen = %lu\n", (unsigned long) rwd_size); in get_window()
|
H A D | coolscan.c | 858 * The only purpose of get_window is debugging. None of the return parameters 875 set_SW_xferlen (get_window.cmd, translen); /* Transfer length */ in coolscan_get_window_param_LS30() 876 get_window.cmd[5]= wid; /* window identifier */ in coolscan_get_window_param_LS30() 878 hexdump (15, "Get window cmd", get_window.cmd, get_window.size); in coolscan_get_window_param_LS30() 879 do_scsi_cmd (s->sfd, get_window.cmd, get_window.size, in coolscan_get_window_param_LS30() 922 * The only purpose of get_window is debugging. None of the return parameters 939 set_SW_xferlen (get_window.cmd, translen); /* Transfer length */ in coolscan_get_window_param_LS20() 941 hexdump (15, "Get window cmd", get_window in coolscan_get_window_param_LS20() [all...] |
H A D | ibm.c | 231 status = get_window (fd, &wbuf); in attach() 1048 status = get_window (s->fd, &wbuf); in sane_start()
|
H A D | ricoh.c | 204 status = get_window (fd, &wbuf); in attach() 898 status = get_window (s->fd, &wbuf); in sane_start()
|
H A D | canon-scsi.c | 216 get_window (int fd, void *buf, size_t *buf_size) in get_window() function 220 DBG (31, ">> get_window\n"); in get_window() 228 DBG (31, "<< get_window\n"); in get_window()
|
H A D | coolscan-scsidef.h | 254 static scsiblk get_window =
|
H A D | bh.c | 1119 get_window (BH_Scanner *s, SANE_Int *w, SANE_Int *h, SANE_Bool backpage) in get_window() function 1131 DBG (3, "get_window called\n"); in get_window() 1179 DBG (5, "*** get_window found autoborder=%02xh\n", get_window_data.window.autoborder); in get_window() 1180 DBG (5, "*** get_window found border_rotation=%02xh\n", get_window_data.window.border_rotation); in get_window() 1246 status = get_window (s, &w, &l, SANE_FALSE); in get_parameters() 1256 status = get_window (s, &w, &l, SANE_TRUE); in get_parameters()
|
H A D | nec.c | 547 get_window (int fd, void *buf, size_t * buf_size) in get_window() function 551 DBG (11, "<< get_window "); in get_window() 3222 status = get_window (s->fd, &foo, &len); in sane_start() 3295 status = get_window (s->fd, &wp, &buf_size); in sane_start()
|
H A D | hs2p-scsi.c | 1050 get_window (int fd, GWD * gwd) in get_window() function 1056 DBG (DBG_proc, ">> get_window\n"); in get_window() 1059 DBG (DBG_info, ">> get_window datalen = %lu\n", (unsigned long) gwd_size); in get_window() 1070 DBG (DBG_proc, "<< get_window, datalen = %lu\n", (unsigned long) gwd_size); in get_window()
|
H A D | sharp.c | 759 get_window (int fd, void *buf, size_t * buf_size) in get_window() function 764 DBG (11, "<< get_window "); in get_window() 3810 status = get_window (s->fd, &wp, &buf_size); in sane_start()
|
H A D | canon-sane.c | 1405 status = get_window (s->fd, wbuf, &buf_size); in sane_start()
|
H A D | mustek.c | 3282 get_window (Mustek_Scanner * s, SANE_Int * bpl, SANE_Int * lines, in get_window() function 3294 DBG (5, "get_window: resolution: %ld dpi (hardware: %d dpi)\n", in get_window() 3311 DBG (4, "get_window: calibration bpl=%d, lines=%d\n", in get_window() 3320 DBG (4, "get_window: scan bpl=%d, lines=%d\n", s->hw->bpl, s->hw->lines); in get_window() 3325 DBG (1, "get_window: oops, none of these values should be 0 " in get_window() 3331 DBG (4, "get_window: gamma length=%d\n", s->hw->gamma_length); in get_window() 3341 DBG (4, "get_window: LD res=%d, (r/g/b)=(%d/%d/%d)\n", in get_window() 3370 DBG (4, "get_window: bpl = %d (hardware: %d), lines = %d (hardware: %d)\n", in get_window() 6385 status = get_window (s, &s->params.bytes_per_line, in sane_start()
|
H A D | hs2p.c | 3106 if ((status = get_window (s->fd, &gbuf)) != SANE_STATUS_GOOD) in sane_start()
|