Lines Matching refs:cs3_t

252 cs3_t;
259 cs3_t ** sp);
260 static void cs3_close(cs3_t * s);
264 static SANE_Status cs3_parse_sense_data(cs3_t * s);
265 static void cs3_init_buffer(cs3_t * s);
266 static SANE_Status cs3_pack_byte(cs3_t * s, SANE_Byte byte);
267 static void cs3_pack_long(cs3_t * s, unsigned long val);
268 static void cs3_pack_word(cs3_t * s, unsigned long val);
269 static SANE_Status cs3_parse_cmd(cs3_t * s, char *text);
270 static SANE_Status cs3_grow_send_buffer(cs3_t * s);
271 static SANE_Status cs3_issue_cmd(cs3_t * s);
272 static cs3_phase_t cs3_phase_check(cs3_t * s);
273 static SANE_Status cs3_set_boundary(cs3_t * s);
274 static SANE_Status cs3_scanner_ready(cs3_t * s, int flags);
275 static SANE_Status cs3_page_inquiry(cs3_t * s, int page);
276 static SANE_Status cs3_full_inquiry(cs3_t * s);
277 static SANE_Status cs3_mode_select(cs3_t * s);
278 static SANE_Status cs3_reserve_unit(cs3_t * s);
279 static SANE_Status cs3_release_unit(cs3_t * s);
280 static SANE_Status cs3_execute(cs3_t * s);
281 static SANE_Status cs3_load(cs3_t * s);
282 static SANE_Status cs3_eject(cs3_t * s);
283 static SANE_Status cs3_reset(cs3_t * s);
284 static SANE_Status cs3_set_focus(cs3_t * s);
285 static SANE_Status cs3_autofocus(cs3_t * s);
286 static SANE_Status cs3_autoexposure(cs3_t * s, int wb);
287 static SANE_Status cs3_get_exposure(cs3_t * s);
288 static SANE_Status cs3_set_window(cs3_t * s, cs3_scan_t type);
289 static SANE_Status cs3_convert_options(cs3_t * s);
290 static SANE_Status cs3_scan(cs3_t * s, cs3_scan_t type);
393 cs3_t *s;
1053 cs3_t *s = (cs3_t *) h;
1064 cs3_t *s = (cs3_t *) h;
1078 cs3_t *s = (cs3_t *) h;
1424 cs3_t *s = (cs3_t *) h;
1460 cs3_t *s = (cs3_t *) h;
1523 cs3_t *s = (cs3_t *) h;
1717 cs3_t *s = (cs3_t *) h;
1733 cs3_t *s = (cs3_t *) h;
1748 cs3_t *s = (cs3_t *) h;
1776 cs3_open(const char *device, cs3_interface_t interface, cs3_t ** sp)
1779 cs3_t *s;
1802 if ((s = (cs3_t *) cs3_xmalloc(sizeof(cs3_t))) == NULL)
1804 memset(s, 0, sizeof(cs3_t));
1990 cs3_close(cs3_t * s)
2030 cs3_t *s = (cs3_t *) arg;
2045 cs3_parse_sense_data(cs3_t * s)
2096 cs3_init_buffer(cs3_t * s)
2104 cs3_pack_byte(cs3_t * s, SANE_Byte byte)
2121 cs3_pack_long(cs3_t * s, unsigned long val)
2130 cs3_pack_word(cs3_t * s, unsigned long val)
2137 cs3_parse_cmd(cs3_t * s, char *text)
2169 cs3_grow_send_buffer(cs3_t * s)
2184 cs3_issue_cmd(cs3_t * s)
2330 cs3_phase_check(cs3_t * s)
2349 cs3_scanner_ready(cs3_t * s, int flags)
2381 cs3_page_inquiry(cs3_t * s, int page)
2431 cs3_full_inquiry(cs3_t * s)
2533 cs3_execute(cs3_t * s)
2544 cs3_issue_and_execute(cs3_t * s)
2558 cs3_mode_select(cs3_t * s)
2574 cs3_load(cs3_t * s)
2593 cs3_eject(cs3_t * s)
2610 cs3_reset(cs3_t * s)
2628 cs3_reserve_unit(cs3_t * s)
2638 cs3_release_unit(cs3_t * s)
2649 cs3_set_focus(cs3_t * s)
2663 cs3_read_focus(cs3_t * s)
2686 cs3_autofocus(cs3_t * s)
2715 cs3_autoexposure(cs3_t * s, int wb)
2739 cs3_get_exposure(cs3_t * s)
2781 cs3_convert_options(cs3_t * s)
2898 cs3_set_boundary(cs3_t * s)
2939 cs3_send_lut(cs3_t * s)
2993 cs3_set_window(cs3_t * s, cs3_scan_t type)
3074 cs3_scan(cs3_t * s, cs3_scan_t type)