Searched refs:usb_low_enable_motor (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/backend/ |
H A D | mustek_usb_mid.c | 1586 RIE (usb_low_enable_motor (chip, SANE_TRUE)); in usb_mid_motor1200_prepare_rgb() 1630 RIE (usb_low_enable_motor (chip, SANE_TRUE)); in usb_mid_motor1200_prepare_mono() 1674 RIE (usb_low_enable_motor (chip, SANE_TRUE)); in usb_mid_motor1200_prepare_calibrate_rgb() 1709 RIE (usb_low_enable_motor (chip, SANE_TRUE)); in usb_mid_motor1200_prepare_calibrate_mono() 1773 RIE (usb_low_enable_motor (chip, SANE_TRUE)); in usb_mid_motor1200_prepare_step() 2260 RIE (usb_low_enable_motor (chip, SANE_TRUE)); in usb_mid_motor600_prepare_calibrate_rgb() 2291 RIE (usb_low_enable_motor (chip, SANE_TRUE)); in usb_mid_motor600_prepare_calibrate_mono() 2351 RIE (usb_low_enable_motor (chip, SANE_TRUE)); in usb_mid_motor600_prepare_step()
|
H A D | mustek_usb_low.h | 324 static SANE_Status usb_low_enable_motor (ma1017 * chip, SANE_Bool is_enable);
|
H A D | mustek_usb_high.c | 1367 RIE (usb_low_enable_motor (dev->chip, SANE_TRUE)); /* Enable Motor */ in usb_high_scan_detect_sensor() 1449 RIE (usb_low_enable_motor (dev->chip, SANE_TRUE)); /* Enable Motor */ in usb_high_scan_setup_scan() 2189 RIE (usb_low_enable_motor (dev->chip, SANE_FALSE)); in usb_high_scan_calibration_rgb_24() 2281 RIE (usb_low_enable_motor (dev->chip, SANE_FALSE)); in usb_high_scan_calibration_mono_8()
|
H A D | mustek_usb_low.c | 1260 usb_low_enable_motor (ma1017 * chip, SANE_Bool is_enable) in usb_low_enable_motor() function 1265 DBG (7, "usb_low_enable_motor: start\n"); in usb_low_enable_motor() 1268 DBG (3, "usb_low_enable_motor: not opened yet\n"); in usb_low_enable_motor() 1273 DBG (3, "usb_low_enable_motor: stop rowing first\n"); in usb_low_enable_motor() 1285 DBG (7, "usb_low_enable_motor: exit\n"); in usb_low_enable_motor()
|
Completed in 9 milliseconds