Home
last modified time | relevance | path

Searched refs:pixma_t (Results 1 - 9 of 9) sorted by relevance

/third_party/backends/backend/pixma/
H A Dpixma.h193 struct pixma_t;
201 typedef struct pixma_t pixma_t; typedef
450 int pixma_open (unsigned devnr, pixma_t ** handle);
454 void pixma_close (pixma_t * s);
458 int pixma_scan (pixma_t *, pixma_scan_param_t * sp);
472 int pixma_read_image (pixma_t *, void *buf, unsigned len);
478 int pixma_read_image_write (pixma_t *, int fd);
486 void pixma_cancel (pixma_t *);
492 int pixma_check_scan_param (pixma_t *, pixma_scan_param_
[all...]
H A Dpixma_common.h108 struct pixma_t struct
110 pixma_t *next;
137 int (*open) (pixma_t *);
141 void (*close) (pixma_t *);
144 int (*scan) (pixma_t * s);
157 int (*fill_buffer) (pixma_t *, pixma_imagebuf_t * ib);
161 void (*finish_scan) (pixma_t *);
167 void (*wait_event) (pixma_t * s, int timeout);
171 int (*check_param) (pixma_t *, pixma_scan_param_t *);
174 int (*get_status) (pixma_t *, pixma_device_status_
[all...]
H A Dpixma_mp750.c124 static void mp750_finish_scan (pixma_t * s);
125 static void check_status (pixma_t * s);
128 has_paper (pixma_t * s) in has_paper()
135 is_warming_up (pixma_t * s) in is_warming_up()
142 is_calibrated (pixma_t * s) in is_calibrated()
149 drain_bulk_in (pixma_t * s) in drain_bulk_in()
156 abort_session (pixma_t * s) in abort_session()
163 query_status (pixma_t * s) in query_status()
181 activate (pixma_t * s, uint8_t x) in activate()
191 activate_cs (pixma_t *
[all...]
H A Dpixma_mp730.c127 static void mp730_finish_scan (pixma_t * s);
130 has_paper (pixma_t * s) in has_paper()
137 drain_bulk_in (pixma_t * s) in drain_bulk_in()
144 abort_session (pixma_t * s) in abort_session()
151 query_status (pixma_t * s) in query_status()
169 activate (pixma_t * s, uint8_t x) in activate()
179 start_session (pixma_t * s) in start_session()
186 select_source (pixma_t * s) in select_source()
209 send_scan_param (pixma_t * s) in send_scan_param()
242 calibrate (pixma_t *
[all...]
H A Dpixma_imageclass.c166 static int is_scanning_from_adf (pixma_t * s) in is_scanning_from_adf()
172 static int is_scanning_from_adfdup (pixma_t * s) in is_scanning_from_adfdup()
177 static void iclass_finish_scan (pixma_t * s);
181 iclass_exec (pixma_t * s, pixma_cmdbuf_t * cb, char invcksum) in iclass_exec()
194 has_paper (pixma_t * s) in has_paper()
202 abort_session (pixma_t * s) in abort_session()
209 query_status (pixma_t * s) in query_status()
229 activate (pixma_t * s, uint8_t x) in activate()
254 start_session (pixma_t * s) in start_session()
261 select_source (pixma_t *
[all...]
H A Dpixma_mp800.c263 static void mp810_finish_scan (pixma_t * s);
265 static int is_scanning_from_adf (pixma_t * s) in is_scanning_from_adf()
271 static int is_scanning_from_adfdup (pixma_t * s) in is_scanning_from_adfdup()
276 static int is_scanning_from_tpu (pixma_t * s) in is_scanning_from_tpu()
281 static int send_xml_dialog (pixma_t * s, const char * xml_message) in send_xml_dialog()
303 static void new_cmd_tpu_msg (pixma_t *s, pixma_cmdbuf_t * cb, uint16_t cmd) in new_cmd_tpu_msg()
309 static int start_session (pixma_t * s) in start_session()
317 static int start_scan_3 (pixma_t * s) in start_scan_3()
325 static int send_cmd_start_calibrate_ccd_3 (pixma_t * s) in send_cmd_start_calibrate_ccd_3()
334 static int is_calibrated (pixma_t *
[all...]
H A Dpixma_common.c87 static pixma_t *first_pixma = NULL;
658 pixma_cmd_transaction (pixma_t * s, const void *cmd, unsigned cmdlen, in pixma_cmd_transaction()
734 pixma_exec (pixma_t * s, pixma_cmdbuf_t * cb) in pixma_exec()
746 pixma_exec_short_cmd (pixma_t * s, pixma_cmdbuf_t * cb, unsigned cmd) in pixma_exec_short_cmd()
783 pixma_open (unsigned devnr, pixma_t ** handle) in pixma_open()
786 pixma_t *s; in pixma_open()
795 s = (pixma_t *) calloc (1, sizeof (s[0])); in pixma_open()
830 pixma_close (pixma_t * s) in pixma_close()
832 pixma_t **p; in pixma_close()
859 pixma_scan (pixma_t *
[all...]
H A Dpixma_mp150.c467 static void mp150_finish_scan (pixma_t * s);
470 is_scanning_from_adf (pixma_t * s) in is_scanning_from_adf()
477 is_scanning_from_adfdup (pixma_t * s) in is_scanning_from_adfdup()
483 is_scanning_jpeg (pixma_t *s) in is_scanning_jpeg()
489 send_xml_dialog (pixma_t * s, const char * xml_message) in send_xml_dialog()
512 start_session (pixma_t * s) in start_session()
522 start_scan_3 (pixma_t * s) in start_scan_3()
532 is_calibrated (pixma_t * s) in is_calibrated()
550 has_paper (pixma_t * s) in has_paper()
561 drain_bulk_in (pixma_t *
[all...]
H A Dpixma.c99 pixma_t *s;

Completed in 11 milliseconds