Lines Matching refs:max_x
1479 check_ext_status (Epson_Scanner * s, int *max_x, int *max_y)
1487 *max_x = 0;
1521 *max_x = buf[3] << 8 | buf[2];
1576 *max_x = buf[8] << 8 | buf[7];
1585 *max_x = (int) (w * s->hw->dpi_range.max);
4403 int max_x, max_y;
4424 status = check_ext_status (s, &max_x, &max_y);
4442 check_ext_status (s, &max_x, &max_y);
4443 s->hw->adf_max_x = max_x;
4474 int max_x, max_y;
4476 status = check_ext_status (s, &max_x, &max_y);
4483 s->hw->fbf_max_x = max_x;