Lines Matching defs:start
454 setadresses (int fd, uint16_t start, uint16_t end)
456 write_reg (fd, REG3, start & 0xff);
457 write_reg (fd, REG4, start >> 8);
460 DBG (DBG_io, "setadresses(0x%x,0x%x); OK...\n", start, end);
475 DBG (DBG_proc, "open_pp: start, devicename=%s\n", devicename);
633 unsigned int start, unsigned int width)
637 DBG (DBG_proc, "build_correction: start=%d, width=%d\n", start, width);
678 shift = start;
708 /** @brief start up a real scan
727 uint16_t start, end;
730 DBG (DBG_proc, "start_scan: start \n");
804 start = startx;
808 start = (startx * xdpi) / dpi;
811 /* compute and set start addr */
814 start = start * 3;
817 end = start + width + 1;
822 build_correction (dev, xdpi, mode, start, width);
825 setadresses (dev->fd, start, end);
979 DBG (DBG_proc, "eject: start ...\n");
1045 DBG (DBG_proc, "move: start\n");
1061 DBG (DBG_error, "move: failed to start scan\n");
1135 unsigned int i, start, end, count, width;
1149 start = (5 * width) / 100;
1154 for (i = start; i < end; i++)
1184 unsigned int i, start, end, count, width;
1198 start = (5 * width) / 100;
1203 for (i = start; i < end; i++)
1302 DBG (DBG_proc, "restore_calibration: start\n");
1370 DBG (DBG_proc, "save_calibration: start\n");
1431 DBG (DBG_proc, "sheetfed_calibration: start\n");
1461 /* start scan */
1467 "sheetfed_calibration: failed to start scan at %d dpi\n", dpi);