Searched refs:pixma_write (Results 1 - 5 of 5) sorted by relevance
/third_party/backends/backend/pixma/ |
H A D | pixma_io.h | 59 /** Timeout for pixma_write() in milliseconds */ 131 * \note Calling pixma_write(io, buf, n1) and pixma(io, buf+n1, n2) may 132 * not be the same as pixma_write(io, buf, n1+n2) if n1 is not 141 int pixma_write (pixma_io_t *, const void *cmd, unsigned len);
|
H A D | pixma_rename.h | 100 #define pixma_write sanei_pixma_write macro
|
H A D | pixma_io_sanei.c | 458 pixma_write (pixma_io_t * io, const void *cmd, unsigned len) in pixma_write() function 479 PDBG (pixma_dbg (1, "WARNING:pixma_write(): count(%u) != len(%u)\n", in pixma_write()
|
H A D | pixma_mp750.c | 515 error = pixma_write (s->io, cmd, 10); in workaround_first_command()
|
H A D | pixma_common.c | 663 error = pixma_write (s->io, cmd, cmdlen); in pixma_cmd_transaction()
|
Completed in 8 milliseconds