Home
last modified time | relevance | path

Searched defs:u12d (Results 1 – 1 of 1) sorted by relevance

/third_party/backends/backend/
Du12.h217 typedef struct u12d struct
220 struct u12d *next; /* pointer to next dev in list */ argument
221 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 …]