Searched refs:HpHandle (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/backend/ |
H A D | hp-handle.h | 47 HpHandle sanei_hp_handle_new (HpDevice dev); 49 void sanei_hp_handle_destroy (HpHandle this); 50 const SANE_Option_Descriptor * sanei_hp_handle_saneoption (HpHandle this, 52 SANE_Status sanei_hp_handle_control(HpHandle this, SANE_Int optnum, 54 SANE_Status sanei_hp_handle_getParameters (HpHandle this, 56 SANE_Status sanei_hp_handle_startScan (HpHandle this); 57 SANE_Status sanei_hp_handle_read (HpHandle this, void * buf, size_t *lengthp); 58 void sanei_hp_handle_cancel (HpHandle this); 59 SANE_Status sanei_hp_handle_setNonblocking (HpHandle this, 61 SANE_Status sanei_hp_handle_getPipefd (HpHandle thi [all...] |
H A D | hp-handle.c | 91 hp_handle_isScanning (HpHandle this) in hp_handle_isScanning() 155 hp_handle_startReader (HpHandle this, HpScsi scsi) in hp_handle_startReader() 217 hp_handle_stopScan (HpHandle this) in hp_handle_stopScan() 258 hp_handle_uploadParameters (HpHandle this, HpScsi scsi, int *scan_depth, in hp_handle_uploadParameters() 346 HpHandle 349 HpHandle new = sanei_hp_allocz(sizeof(*new)); in sanei_hp_handle_new() 365 sanei_hp_handle_destroy (HpHandle this) in sanei_hp_handle_destroy() 383 sanei_hp_handle_saneoption (HpHandle this, SANE_Int optnum) in sanei_hp_handle_saneoption() 394 sanei_hp_handle_control(HpHandle this, SANE_Int optnum, in sanei_hp_handle_control() 423 sanei_hp_handle_getParameters (HpHandle thi [all...] |
H A D | hp.c | 512 hp_handle_list_add (HpDeviceList * list, HpHandle h) in hp_handle_list_add() 518 hp_handle_list_remove (HpDeviceList * list, HpHandle h) in hp_handle_list_remove() 847 HpHandle h; in sane_open() 877 HpHandle h = handle; in sane_close() 890 HpHandle h = handle; in sane_get_option_descriptor() 906 HpHandle h = handle; in sane_control_option() 921 HpHandle h = handle; in sane_get_parameters() 936 HpHandle h = handle; in sane_start() 950 HpHandle h = handle; in sane_read() 966 HpHandle in sane_cancel() [all...] |
H A D | hp.h | 192 typedef struct hp_handle_s * HpHandle; typedef
|
Completed in 3 milliseconds