Lines Matching defs:model
430 const struct hp5590_model ** model)
434 hp5590_cmds_assert (model != NULL);
440 *model = &hp5590_models[i];
454 const struct hp5590_model *model;
460 ret = hp5590_model_def (scanner_type, &model);
463 *vendor_id = model->usb_vendor_id;
464 *product_id = model->usb_product_id;
518 hp5590_models[i].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),
589 (*info)->model = scanner_model->model;