Home
last modified time | relevance | path

Searched refs:Umax_Device (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/backend/
H A Dumax1220u.c70 typedef struct Umax_Device struct
72 struct Umax_Device *next;
76 Umax_Device; typedef
81 Umax_Device *device;
88 static Umax_Device *first_dev = NULL;
525 attach_scanner (const char *devicename, Umax_Device ** devp) in attach_scanner()
528 Umax_Device *dev; in attach_scanner()
546 memset (dev, '\0', sizeof (Umax_Device)); /* clear structure */ in attach_scanner()
639 Umax_Device *dev, *next; in sane_exit()
658 Umax_Device *de in sane_get_devices()
[all...]
H A Dumax.h184 /* Umax_Device contains values relevant for the device that are not interesting for the sane interface */
186 typedef struct Umax_Device struct
188 struct Umax_Device *next;
459 } Umax_Device; typedef
473 Umax_Device *device;
H A Dumax.c290 static Umax_Device *first_dev = NULL;
338 static void umax_print_inquiry(Umax_Device *dev) in umax_print_inquiry()
852 Umax_Device *dev = arg; in sense_handler()
1222 static int umax_forget_line(Umax_Device *dev, int color) in umax_forget_line()
1250 static void umax_order_line_to_pixel(Umax_Device *dev, unsigned char *source, int color) in umax_order_line_to_pixel()
1303 static void umax_order_line(Umax_Device *dev, unsigned char *source) in umax_order_line()
1340 static unsigned char * umax_get_pixel_line(Umax_Device *dev) in umax_get_pixel_line()
1370 static SANE_Status umax_scsi_cmd(Umax_Device *dev, const void *src, size_t src_size, void *dst, size_t * dst_size) in umax_scsi_cmd()
1391 static SANE_Status umax_scsi_open_extended(const char *devicename, Umax_Device *dev, in umax_scsi_open_extended()
1413 static SANE_Status umax_scsi_open(const char *devicename, Umax_Device *de
[all...]

Completed in 6 milliseconds