Lines Matching refs:scanner_model
480 const struct hp5590_model *scanner_model;
504 scanner_model = NULL;
522 scanner_model = &hp5590_models[i];
526 hp5590_cmds_assert (scanner_model != NULL);
529 if (scanner_model)
531 DBG (DBG_cmds, "HP%s flags (0x%02x)\n", scanner_model->model, init_resp.flags);
534 scanner_model->model,
542 DBG (DBG_cmds, "HP%s firmware version: %s\n", scanner_model->model, ver_buf);
545 scanner_model->model, ntohs (init_resp.max_dpi_x));
547 scanner_model->model, ntohs (init_resp.max_dpi_y));
549 scanner_model->model, ntohs (init_resp.max_pixels_x));
551 scanner_model->model, ntohs (init_resp.max_pixels_y));
553 scanner_model->model,
556 DBG (DBG_cmds, "HP%s max size Y: %.3f inches\n", scanner_model->model,
560 scanner_model->model, ntohs (init_resp.motor_param_normal),
587 if (scanner_model)
589 (*info)->model = scanner_model->model;
590 (*info)->kind = scanner_model->kind;