Lines Matching refs:pixma_t
263 static void mp810_finish_scan (pixma_t * s);
265 static int is_scanning_from_adf (pixma_t * s)
271 static int is_scanning_from_adfdup (pixma_t * s)
276 static int is_scanning_from_tpu (pixma_t * s)
281 static int send_xml_dialog (pixma_t * s, const char * xml_message)
303 static void new_cmd_tpu_msg (pixma_t *s, pixma_cmdbuf_t * cb, uint16_t cmd)
309 static int start_session (pixma_t * s)
317 static int start_scan_3 (pixma_t * s)
325 static int send_cmd_start_calibrate_ccd_3 (pixma_t * s)
334 static int is_calibrated (pixma_t * s)
351 static int has_paper (pixma_t * s)
361 static void drain_bulk_in (pixma_t * s)
368 static int abort_session (pixma_t * s)
374 static int send_cmd_e920 (pixma_t * s)
380 static int select_source (pixma_t * s)
418 static int send_get_tpu_info_3 (pixma_t * s)
430 static int send_set_tpu_info (pixma_t * s)
442 static int send_gamma_table (pixma_t * s)
515 static int has_ccd_sensor (pixma_t * s)
521 static int is_color (pixma_t * s)
526 static int is_color_48 (pixma_t * s)
531 static int is_color_negative (pixma_t * s)
536 static int is_color_all (pixma_t * s)
542 static int is_gray (pixma_t * s)
547 static int is_gray_16 (pixma_t * s)
552 static int is_gray_negative (pixma_t * s)
557 static int is_gray_all (pixma_t * s)
562 static int is_lineart (pixma_t * s)
567 static int is_tpuir (pixma_t * s)
574 static unsigned get_cis_ccd_line_size (pixma_t * s)
582 static unsigned calc_shifting (pixma_t * s)
799 static int send_scan_param (pixma_t * s)
1031 static int query_status_3 (pixma_t * s)
1044 static int query_status (pixma_t * s)
1060 static int send_time (pixma_t * s)
1078 static int read_image_block (pixma_t * s, uint8_t * header, uint8_t * data)
1123 static int read_error_info (pixma_t * s, void *buf, unsigned size)
1154 static int handle_interrupt (pixma_t * s, int timeout)
1243 static int init_ccd_lamp_3 (pixma_t * s)
1268 static int wait_until_ready (pixma_t * s)
1607 static unsigned post_process_image_data (pixma_t * s, pixma_imagebuf_t * ib)
1826 static int mp810_open (pixma_t * s)
1888 static void mp810_close (pixma_t * s)
1898 static int mp810_check_param (pixma_t * s, pixma_scan_param_t * sp)
2120 static int mp810_scan (pixma_t * s)
2246 static int mp810_fill_buffer (pixma_t * s, pixma_imagebuf_t * ib)
2333 static void mp810_finish_scan (pixma_t * s)
2372 static void mp810_wait_event (pixma_t * s, int timeout)
2381 static int mp810_get_status (pixma_t * s, pixma_device_status_t * status)