Lines Matching defs:target
423 usb_high_cal_calibrate (Calibrator * cal, void *src, void *target)
429 return usb_high_cal_i8o8_rgb_calibrate (cal, src, target);
432 return usb_high_cal_i8o8_mono_calibrate (cal, src, target);
435 return usb_high_cal_i4o1_calibrate (cal, src, target);
570 usb_high_cal_i8o8_mono_calibrate (Calibrator * cal, void *src, void *target)
581 gray_target = (SANE_Byte *) target;
617 usb_high_cal_i8o8_rgb_calibrate (Calibrator * cal, void *src, void *target)
627 rgb_target = (SANE_Byte *) target;
665 usb_high_cal_i4o1_calibrate (Calibrator * cal, void *src, void *target)
676 local_target = (SANE_Byte *) target;
1729 SANE_Byte * target, SANE_Byte max,
1740 *target = (max + min) / 2;
1741 RIE ((*set_power_delay) (dev->chip, *target));
1742 while (*target != min)
1748 min = *target;
1749 *target = (max + min) / 2;
1754 max = *target;
1755 *target = (max + min) / 2;
1763 RIE ((*set_power_delay) (dev->chip, *target));
1768 if (max == max_max) /*target on max side */
1769 *target = max_max;
1771 *target = min_min;
1772 RIE ((*set_power_delay) (dev->chip, *target));
1791 target++;