Searched defs:Teco_Scanner (Results 1 – 3 of 3) sorted by relevance
294 typedef struct Teco_Scanner struct296 struct Teco_Scanner *next; argument297 SANE_Device sane;299 char *devicename;300 int sfd; /* device handle */303 char scsi_type;304 char scsi_vendor[9];305 char scsi_product[17];306 char scsi_version[5];307 char scsi_teco_name[12]; /* real name of the scanner */[all …]
345 typedef struct Teco_Scanner struct347 struct Teco_Scanner *next; argument348 SANE_Device sane;350 char *devicename;351 int sfd; /* device handle */354 char scsi_type;355 char scsi_vendor[9];356 char scsi_product[17];357 char scsi_version[5];358 char scsi_teco_name[12]; /* real name of the scanner */[all …]
291 typedef struct Teco_Scanner struct293 struct Teco_Scanner *next; argument294 SANE_Device sane;296 char *devicename;297 int sfd; /* device handle */300 char scsi_type;301 char scsi_vendor[9];302 char scsi_product[17];303 char scsi_version[5];304 char scsi_teco_name[12]; /* real name of the scanner */[all …]