Searched refs:sanedev (Results 1 - 3 of 3) sorted by relevance
/third_party/backends/backend/ |
H A D | hp-device.c | 350 this->sanedev.name = sanei_hp_strdup(devname); in hp_nonscsi_device_new() 351 if (!this->sanedev.name) in hp_nonscsi_device_new() 353 this->sanedev.vendor = "Hewlett-Packard"; in hp_nonscsi_device_new() 354 this->sanedev.type = "flatbed scanner"; in hp_nonscsi_device_new() 365 this->sanedev.model = sanei_hp_strdup (model_name); in hp_nonscsi_device_new() 366 if (!this->sanedev.model) in hp_nonscsi_device_new() 374 sanei_hp_free((void *)this->sanedev.name); in hp_nonscsi_device_new() 375 sanei_hp_free((void *)this->sanedev.model); in hp_nonscsi_device_new() 381 devname, this->sanedev.model); in hp_nonscsi_device_new() 431 this->sanedev in sanei_hp_device_new() [all...] |
H A D | hp-handle.c | 237 if ( !FAILED( sanei_hp_scsi_new(&scsi, this->dev->sanedev.name)) ) in hp_handle_stopScan() 373 if (sanei_hp_scsi_new(&scsi,this->dev->sanedev.name)==SANE_STATUS_GOOD && in sanei_hp_handle_destroy() 410 RETURN_IF_FAIL( sanei_hp_scsi_new(&scsi, this->dev->sanedev.name) ); in sanei_hp_handle_control() 447 if (!strcmp("C5100A", this->dev->sanedev.model)) { in sanei_hp_handle_getParameters() 451 if (!FAILED( sanei_hp_scsi_new(&scsi, this->dev->sanedev.name) )) { in sanei_hp_handle_getParameters() 479 RETURN_IF_FAIL( sanei_hp_scsi_new(&scsi, this->dev->sanedev.name) ); in sanei_hp_handle_startScan() 523 if ( (sanei_hp_device_support_get (this->dev->sanedev.name, in sanei_hp_handle_startScan() 526 && (sanei_hp_device_support_get (this->dev->sanedev.name, in sanei_hp_handle_startScan() 539 else if ( sanei_hp_device_support_get (this->dev->sanedev.name, in sanei_hp_handle_startScan() 711 if ( sanei_hp_scsi_new(&scsi, this->dev->sanedev in sanei_hp_handle_read() [all...] |
H A D | hp-device.h | 69 SANE_Device sanedev; member
|
Completed in 3 milliseconds