Lines Matching refs:tmo
1247 int error, status_len, tmo;
1254 tmo = 20; /* like Windows driver, CCD lamp adjustment */
1255 while (--tmo >= 0)
1260 PDBG(pixma_dbg (3, "Lamp status: %u , timeout in: %u\n", data[0], tmo));
1271 int error, tmo = 60;
1281 if (--tmo == 0)
2122 int error = 0, tmo;
2147 tmo = 10;
2148 while (!has_paper (s) && --tmo >= 0)
2151 PDBG(pixma_dbg (2, "No paper in ADF. Timed out in %d sec.\n", tmo));
2173 tmo = 3; /* like Windows driver, CCD calibration ? */
2174 while (--tmo >= 0)
2177 PDBG(pixma_dbg (2, "CCD Calibration ends in %d sec.\n", tmo));
2182 tmo = 10;
2186 while (error == PIXMA_EBUSY && --tmo >= 0)
2193 PDBG(pixma_dbg (2, "Scanner is busy. Timed out in %d sec.\n", tmo + 1));