Lines Matching refs:pixma_t
87 static pixma_t *first_pixma = NULL;
658 pixma_cmd_transaction (pixma_t * s, const void *cmd, unsigned cmdlen,
734 pixma_exec (pixma_t * s, pixma_cmdbuf_t * cb)
746 pixma_exec_short_cmd (pixma_t * s, pixma_cmdbuf_t * cb, unsigned cmd)
783 pixma_open (unsigned devnr, pixma_t ** handle)
786 pixma_t *s;
795 s = (pixma_t *) calloc (1, sizeof (s[0]));
830 pixma_close (pixma_t * s)
832 pixma_t **p;
859 pixma_scan (pixma_t * s, pixma_scan_param_t * sp)
909 fill_pixels (pixma_t * s, uint8_t * ptr, uint8_t * end, uint8_t value)
924 pixma_read_image (pixma_t * s, void *buf, unsigned len)
1027 pixma_cancel (pixma_t * s)
1033 pixma_enable_background (pixma_t * s, int enabled)
1039 pixma_activate_connection(pixma_t * s)
1045 pixma_deactivate_connection(pixma_t * s)
1051 pixma_wait_event (pixma_t * s, int timeout /*ms */ )
1070 pixma_check_scan_param (pixma_t * s, pixma_scan_param_t * sp)
1168 pixma_get_string (pixma_t * s, pixma_string_index_t i)
1183 pixma_get_config (pixma_t * s)
1238 pixma_get_device_status (pixma_t * s, pixma_device_status_t * status)
1247 pixma_calc_calibrate (pixma_t * p)