Searched defs:Microtek2_Scanner (Results 1 – 1 of 1) sorted by relevance
1018 typedef struct Microtek2_Scanner { struct1019 struct Microtek2_Scanner *next; /* for linked list */ argument1020 Microtek2_Device *dev; /* raw device info */1021 Option_Value val[NUM_OPTIONS + 1]; /* option values for session */1022 SANE_Parameters params; /* format, lastframe, lines, depth, ppl, bpl */1023 SANE_Option_Descriptor sod[NUM_OPTIONS + 1]; /* option list for session */1025 uint8_t *gamma_table;1026 uint8_t *shading_image; /* used for shading image */1027 uint8_t *condensed_shading_w; /* used when a model uses "read */1028 uint8_t *condensed_shading_d; /* control bit", stores the relevant */[all …]