Lines Matching defs:send_lut
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)
6232 DBG (10, "send_lut: start\n");
6235 DBG (10, "send_lut: unsupported\n");
6256 DBG (15, "send_lut: %d %f %d %f %f\n", s->brightness, b,
6294 DBG (10, "send_lut: finish\n");
7062 ret = send_lut(s);
7064 DBG (5, "sane_start: WARNING: cannot send_lut %d\n", ret);