Searched defs:u12d (Results 1 – 1 of 1) sorted by relevance
217 typedef struct u12d struct220 struct u12d *next; /* pointer to next dev in list */ argument221 int fd; /* device handle */222 int mode;223 char *name; /* (to avoid compiler warnings!)*/224 SANE_Device sane; /* info struct */227 SANE_Int max_x; /* max XY-extension of the scan-*/228 SANE_Int max_y; /* area */229 SANE_Range x_range; /* x-range of the scan-area */230 SANE_Range y_range; /* y-range of the scan-area */[all …]