Lines Matching defs:direction
392 SANE_Int direction, SANE_Int ypos);
407 SANE_Int motorsetting, SANE_Int direction,
413 SANE_Int direction, SANE_Int itype);
810 SANE_Int direction, SANE_Int itype)
833 /* check direction and type */
834 if ((crv->crv_speed == direction)
854 SANE_Int direction, SANE_Int curve1, SANE_Int curve2)
856 /* compares two curves of the same direction
861 Motor_Curve_Get (dev, motorsetting, direction, curve1);
863 Motor_Curve_Get (dev, motorsetting, direction, curve2);
2678 /* set motor direction (polarity) */
8481 /* set motor direction (polarity) */
11275 Head_Relocate (struct st_device *dev, SANE_Int speed, SANE_Int direction,
11281 DBG (DBG_FNC, "+ Head_Relocate(speed=%i, direction=%i, ypos=%i):\n", speed,
11282 direction, ypos);
11302 MTR_ENABLED | ((direction == MTR_BACKWARD) ? MTR_BACKWARD :