Searched refs:send_lut (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/backend/ |
H A D | epjitsu.h | 378 static SANE_Status send_lut(struct scanner *s);
|
H A D | fujitsu.h | 823 static SANE_Status send_lut (struct fujitsu *s);
|
H A D | epjitsu.c | 2485 ret = send_lut(s); in sane_start() 3610 send_lut (struct scanner *s) in send_lut() function 3626 DBG (10, "send_lut: start\n"); in send_lut() 3665 DBG (15, "send_lut: %d %f %d %f %f\n", s->brightness, b, in send_lut() 3714 DBG (5, "send_lut: error sending cmd\n"); in send_lut() 3718 DBG (5, "send_lut: cmd bad status?\n"); in send_lut() 3730 DBG (5, "send_lut: error sending out\n"); in send_lut() 3734 DBG (5, "send_lut: out bad status?\n"); in send_lut() 3738 DBG (10, "send_lut: finish\n"); in send_lut()
|
H A D | fujitsu.c | 279 - call send_lut() from sane_control_option instead of sane_start 520 - fix use of uninitialized buffer in send_lut 523 - moved send_lut() to after set_window 600 - call send_lut if we are using a downloaded gamma table 613 - only call send_lut after set_window (remove late_lut) 6218 send_lut (struct fujitsu *s) in send_lut() function 6232 DBG (10, "send_lut: start\n"); in send_lut() 6235 DBG (10, "send_lut: unsupported\n"); in send_lut() 6256 DBG (15, "send_lut: %d %f %d %f %f\n", s->brightness, b, in send_lut() 6294 DBG (10, "send_lut in send_lut() [all...] |
Completed in 14 milliseconds