Lines Matching defs:light
235 int light);
237 int light);
239 int light);
241 SANE_Bool color, int mode, int light);
1071 int light, mode;
1135 /* step 0: light up */
1221 /* light source to use */
1225 light = 0x3f;
1229 light = 0x3b;
1234 light = 0x2a;
1238 light = 0x3b;
1244 DBG (DBG_info, "sane_start: mode=0x%02x, light=0x%02x\n", mode, light);
1247 status = dark_calibration (dev, mode, light);
1276 status = gain_calibration (dev, mode, light);
1288 status = offset_calibration (dev, mode, light);
1324 || session->emulated_gray == SANE_TRUE, mode, light);
2917 * Sets lamp brightness (hum, maybe some timing before light off)
4607 dark_calibration (struct Rts8891_Device *dev, int mode, int light)
4633 sanei_rts88xx_set_status (dev->devnum, dev->regs, mode, light);
4749 sanei_rts88xx_set_status (dev->devnum, dev->regs, mode, light);
4862 gain_calibration (struct Rts8891_Device *dev, int mode, int light)
5060 sanei_rts88xx_set_status (dev->devnum, dev->regs, mode, light);
5223 offset_calibration (struct Rts8891_Device *dev, int mode, int light)
5352 sanei_rts88xx_set_status (dev->devnum, dev->regs, mode, light);
5450 setup_shading_calibration (struct Rts8891_Device *dev, int mode, int *light, int *status1, SANE_Byte * regs)
5517 *light &= 0xf7; /* clear bit 3 */
5849 *light &= 0xfb; /* clear bit 2 */
5900 *light = 0x23;
6094 *light = 0x23;
6128 shading_calibration (struct Rts8891_Device *dev, SANE_Bool color, int mode, int light)
6166 status=setup_shading_calibration(dev, mode, &light, &status1, dev->regs);
6177 sanei_rts88xx_set_status (dev->devnum, dev->regs, status1, light);
7600 /* toggle front panel light to signal gray scan */