Searched refs:pixma_hexdump (Results 1 - 7 of 7) sorted by relevance
/third_party/backends/backend/pixma/ |
H A D | pixma_rename.h | 74 #define pixma_hexdump sanei_pixma_hexdump macro
|
H A D | pixma_common.h | 222 void pixma_hexdump (int level, const void *d_, unsigned len);
|
H A D | pixma_common.c | 117 pixma_hexdump (int level, const void *d_, unsigned len) in pixma_hexdump() function 215 pixma_hexdump (level, data, print_len); in pixma_dump() 589 /* PDBG (pixma_hexdump (4, lut, max_in_val+1)); */ in load_lut() 651 pixma_hexdump (1, r, MIN (len, 64)); in pixma_check_result()
|
H A D | pixma_mp730.c | 367 PDBG (pixma_hexdump (1, buf, len)); in handle_interrupt() 689 PDBG (pixma_hexdump (1, header, 16)); in mp730_fill_buffer()
|
H A D | pixma_imageclass.c | 749 PDBG (pixma_hexdump (1, &info, 1)); in iclass_fill_buffer()
|
H A D | pixma_mp150.c | 623 /* PDBG (pixma_hexdump (4, lut, 4096)); */ in send_gamma_table() 632 /* PDBG (pixma_hexdump (4, data + 4, 4096)); */ in send_gamma_table() 644 /* PDBG (pixma_hexdump (4, lut, 1024 * 2)); */ in send_gamma_table() 653 /* PDBG (pixma_hexdump (4, data + 4, 1024 * 2)); */ in send_gamma_table() 1616 PDBG (pixma_hexdump (1, header, 16)); in mp150_fill_buffer()
|
H A D | pixma_mp800.c | 456 /* PDBG (pixma_hexdump (4, lut, 4096)); */ in send_gamma_table() 465 /* PDBG (pixma_hexdump (4, data + 4, 4096)); */ in send_gamma_table() 477 /* PDBG (pixma_hexdump (4, lut, 1024 * 2)); */ in send_gamma_table() 486 /* PDBG (pixma_hexdump (4, data + 4, 1024 * 2)); */ in send_gamma_table() 2303 PDBG(pixma_hexdump (1, header, 16)); in mp810_fill_buffer()
|
Completed in 12 milliseconds