Searched refs:read_image_block (Results 1 - 5 of 5) sorted by relevance
/third_party/backends/backend/pixma/ |
H A D | pixma_imageclass.c | 370 read_image_block (pixma_t * s, uint8_t * data, unsigned size) in read_image_block() function 761 error = read_image_block (s, mf->blkptr + mf->blk_len, block_size); in iclass_fill_buffer()
|
H A D | pixma_mp750.c | 316 read_image_block (pixma_t * s, uint8_t * data) in read_image_block() function 814 error = read_image_block (s, mp->rawimg + mp->rawimg_left); in mp750_fill_buffer()
|
H A D | pixma_mp730.c | 249 read_image_block (pixma_t * s, uint8_t * header, uint8_t * data) in read_image_block() function 675 error = read_image_block (s, header, mp->imgbuf + mp->imgbuf_len); in mp730_fill_buffer()
|
H A D | pixma_mp150.c | 453 command format #3: (only used by read_image_block) 851 read_image_block (pixma_t * s, uint8_t * header, uint8_t * data) in read_image_block() function 1596 error = read_image_block (s, header, mp->imgbuf + mp->data_left_len); in mp150_fill_buffer() 1610 /*PDBG (pixma_dbg (4, "*mp150_fill_buffer***** %u bytes received by read_image_block *****\n", bytes_received));*/ in mp150_fill_buffer()
|
H A D | pixma_mp800.c | 249 command format #3: (only used by read_image_block) 1078 static int read_image_block (pixma_t * s, uint8_t * header, uint8_t * data) in read_image_block() function 1086 /* PDBG (pixma_dbg (4, "* read_image_block: last_block\n", mp->last_block)); */ in read_image_block() 1100 /* PDBG (pixma_dbg (4, "* read_image_block: datalen %i\n", datalen)); */ in read_image_block() 1101 /* PDBG (pixma_dbg (4, "* read_image_block: hlen %i\n", hlen)); */ in read_image_block() 2285 error = read_image_block (s, header, mp->imgbuf + mp->data_left_len); in mp810_fill_buffer() 2297 /*PDBG (pixma_dbg (4, "*mp810_fill_buffer***** %u bytes received by read_image_block *****\n", bytes_received));*/ in mp810_fill_buffer()
|
Completed in 14 milliseconds