Home
last modified time | relevance | path

Searched refs:pixma_io_t (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/backend/pixma/
H A Dpixma_io.h63 struct pixma_io_t;
67 typedef struct pixma_io_t pixma_io_t; typedef
112 int pixma_connect (unsigned devnr, pixma_io_t ** handle);
115 void pixma_disconnect (pixma_io_t *);
118 int pixma_activate (pixma_io_t *);
121 int pixma_deactivate (pixma_io_t *);
124 int pixma_reset_device (pixma_io_t *);
141 int pixma_write (pixma_io_t *, const void *cmd, unsigned len);
157 int pixma_read (pixma_io_t *, voi
[all...]
H A Dpixma_io_sanei.c73 struct pixma_io_t struct
75 pixma_io_t *next;
94 static pixma_io_t *first_io = NULL;
366 pixma_connect (unsigned devnr, pixma_io_t ** handle) in pixma_connect()
368 pixma_io_t *io; in pixma_connect()
384 io = (pixma_io_t *) calloc (1, sizeof (*io)); in pixma_connect()
403 pixma_disconnect (pixma_io_t * io) in pixma_disconnect()
405 pixma_io_t **p; in pixma_disconnect()
423 int pixma_activate (pixma_io_t * io) in pixma_activate()
436 int pixma_deactivate (pixma_io_t * i
[all...]
H A Dpixma_common.h85 struct pixma_io_t;
111 struct pixma_io_t *io;

Completed in 2 milliseconds