Lines Matching defs:motor
955 // it seems base_dpi of the G4050 motor is changed above 600 dpi
956 s.color_shift_lines_r = (s.color_shift_lines_r * 3800) / dev->motor.base_ydpi;
957 s.color_shift_lines_g = (s.color_shift_lines_g * 3800) / dev->motor.base_ydpi;
958 s.color_shift_lines_b = (s.color_shift_lines_b * 3800) / dev->motor.base_ydpi;
961 s.color_shift_lines_r = (s.color_shift_lines_r * s.params.yres) / dev->motor.base_ydpi;
962 s.color_shift_lines_g = (s.color_shift_lines_g * s.params.yres) / dev->motor.base_ydpi;
963 s.color_shift_lines_b = (s.color_shift_lines_b * s.params.yres) / dev->motor.base_ydpi;
1395 * Initialize backend and ASIC : registers, motor tables, and gamma tables
1657 // read initial status, if head isn't at home and motor is on we are parking, so we wait.
1739 MotorSlopeTable create_slope_table(AsicType asic_type, const Genesys_Motor& motor, unsigned ydpi,
1743 unsigned target_speed_w = ((exposure * ydpi) / motor.base_ydpi);
1762 * Parses device entry to find lowest motor dpi.
1764 * @return lowest motor resolution
1773 * Parses device entry to find lowest motor or sensor dpi.
1775 * @return lowest motor resolution