Searched refs:HpDevice (Results 1 - 8 of 8) sorted by relevance
/third_party/backends/backend/ |
H A D | hp-device.h | 73 SANE_Status sanei_hp_device_new (HpDevice * new, const char * devname); 75 const SANE_Device * sanei_hp_device_sanedevice (HpDevice this); 88 hp_bool_t sanei_hp_device_compat (HpDevice this,
|
H A D | hp.c | 292 HpDevice dev; 451 HpDevice 479 hp_device_list_add (HpDeviceList * list, HpDevice dev) in hp_device_list_add() 495 hp_device_list_remove (HpDeviceList * list, HpDevice dev) in hp_device_list_remove() 514 return hp_device_list_add(list, (HpDevice)h); in hp_handle_list_add() 520 return hp_device_list_remove(list, (HpDevice)h); in hp_handle_list_remove() 554 hp_get_dev (const char *devname, HpDevice* devp) in hp_get_dev() 557 HpDevice new; in hp_get_dev() 846 HpDevice dev = 0; in sane_open()
|
H A D | hp-device.c | 316 sanei_hp_device_compat (HpDevice this, enum hp_device_compat_e which) in sanei_hp_device_compat() 322 hp_nonscsi_device_new (HpDevice * newp, const char * devname, HpConnect connect) in hp_nonscsi_device_new() 324 HpDevice this; in hp_nonscsi_device_new() 388 sanei_hp_device_new (HpDevice * newp, const char * devname) in sanei_hp_device_new() 390 HpDevice this; in sanei_hp_device_new() 468 sanei_hp_device_sanedevice (HpDevice this) in sanei_hp_device_sanedevice()
|
H A D | hp.h | 187 typedef struct hp_device_s * HpDevice; typedef 189 HpDevice sanei_hp_device_get (const char *dev_name);
|
H A D | hp-handle.h | 47 HpHandle sanei_hp_handle_new (HpDevice dev);
|
H A D | hp-option.h | 271 SANE_Status sanei_hp_optset_new(HpOptSet * newp, HpScsi scsi, HpDevice dev);
|
H A D | hp-handle.c | 72 HpDevice dev; 347 sanei_hp_handle_new (HpDevice dev) in sanei_hp_handle_new()
|
H A D | hp-option.c | 3889 sanei_hp_optset_new(HpOptSet * newp, HpScsi scsi, HpDevice dev) in sanei_hp_optset_new()
|
Completed in 10 milliseconds