Searched refs:HpScsi (Results 1 - 8 of 8) sorted by relevance
/third_party/backends/backend/ |
H A D | hp-scsi.h | 47 SANE_Status sanei_hp_nonscsi_new (HpScsi * newp, const char * devname, 49 SANE_Status sanei_hp_scsi_new (HpScsi * newp, const char * devname); 50 void sanei_hp_scsi_destroy (HpScsi this,int completely); 52 hp_byte_t * sanei_hp_scsi_inq (HpScsi this); 53 const char *sanei_hp_scsi_model (HpScsi this); 54 const char *sanei_hp_scsi_vendor (HpScsi this); 55 const char *sanei_hp_scsi_devicename (HpScsi this); 57 SANE_Status sanei_hp_scsi_pipeout (HpScsi this, int outfd, 60 SANE_Status sanei_hp_scl_calibrate (HpScsi scsi); 61 SANE_Status sanei_hp_scl_startScan (HpScsi scs [all...] |
H A D | hp-option.c | 106 static SANE_Status hp_download_calib_file (HpScsi scsi); 142 SANE_Status (*probe) (_HpOption this, HpScsi scsi, HpOptSet optset, 144 SANE_Status (*program) (HpOption this, HpScsi scsi, HpOptSet optset, 235 hp_probed_choice_isSupported (HpScsi scsi, HpScl scl, in hp_probed_choice_isSupported() 331 hp_option_descriptor_probe (HpOptionDescriptor desc, HpScsi scsi, in hp_option_descriptor_probe() 390 hp_option_download (HpOption this, HpData data, HpOptSet optset, HpScsi scsi) in hp_option_download() 414 hp_option_upload (HpOption this, HpScsi scsi, HpOptSet optset, HpData data) in hp_option_upload() 439 hp_option_program (HpOption this, HpScsi scsi, HpOptSet optset, HpData data) in hp_option_program() 495 void * valp, SANE_Int * info, HpScsi scsi) in hp_option_imm_set() 628 HpScsi scs in hp_option_imm_control() [all...] |
H A D | hp.h | 195 typedef struct hp_scsi_s * HpScsi; typedef 198 hp_bool_t sanei_hp_is_active_xpa (HpScsi scsi); 199 int sanei_hp_get_max_model (HpScsi scsi); 200 int sanei_hp_is_flatbed_adf (HpScsi scsi); 202 HpConnect sanei_hp_scsi_get_connect (HpScsi this);
|
H A D | hp-scl.c | 296 hp_nonscsi_write (HpScsi this, hp_byte_t *data, size_t len, HpConnect connect) in hp_nonscsi_write() 336 hp_nonscsi_read (HpScsi this, hp_byte_t *data, size_t *len, HpConnect connect, in hp_nonscsi_read() 494 sanei_hp_nonscsi_new (HpScsi * newp, const char * devname, HpConnect connect) in sanei_hp_nonscsi_new() 496 HpScsi new; in sanei_hp_nonscsi_new() 537 hp_scsi_close (HpScsi this, int completely) in hp_scsi_close() 568 sanei_hp_scsi_new (HpScsi * newp, const char * devname) in sanei_hp_scsi_new() 573 HpScsi new; in sanei_hp_scsi_new() 670 sanei_hp_scsi_destroy (HpScsi this,int completely) in sanei_hp_scsi_destroy() 683 sanei_hp_scsi_inq (HpScsi this) in sanei_hp_scsi_inq() 689 sanei_hp_scsi_vendor (HpScsi thi [all...] |
H A D | hp-device.h | 82 SANE_Status sanei_hp_device_support_probe (HpScsi scsi); 84 HpScsi scsi, int *model_num, 87 HpScsi scsi);
|
H A D | hp-handle.c | 84 HpScsi scsi; 155 hp_handle_startReader (HpHandle this, HpScsi scsi) in hp_handle_startReader() 219 HpScsi scsi; in hp_handle_stopScan() 258 hp_handle_uploadParameters (HpHandle this, HpScsi scsi, int *scan_depth, in hp_handle_uploadParameters() 367 HpScsi scsi=0; in sanei_hp_handle_destroy() 398 HpScsi scsi; in sanei_hp_handle_control() 448 HpScsi scsi; in sanei_hp_handle_getParameters() 466 HpScsi scsi; in sanei_hp_handle_startScan() 709 HpScsi scsi; in sanei_hp_handle_read()
|
H A D | hp-option.h | 271 SANE_Status sanei_hp_optset_new(HpOptSet * newp, HpScsi scsi, HpDevice dev); 272 SANE_Status sanei_hp_optset_download (HpOptSet this, HpData data, HpScsi scsi); 275 void * valp, SANE_Int *infop, HpScsi scsi, 283 hp_bool_t sanei_hp_optset_mirror_vert (HpOptSet this, HpData data, HpScsi scsi);
|
H A D | hp-device.c | 141 sanei_hp_device_support_probe (HpScsi scsi) in sanei_hp_device_support_probe() 224 sanei_hp_device_probe_model (enum hp_device_compat_e *compat, HpScsi scsi, in sanei_hp_device_probe_model() 310 sanei_hp_device_probe (enum hp_device_compat_e *compat, HpScsi scsi) in sanei_hp_device_probe() 325 HpScsi scsi; in hp_nonscsi_device_new() 391 HpScsi scsi; in sanei_hp_device_new()
|
Completed in 9 milliseconds