Searched refs:usb_low_set_ccd_width (Results 1 - 3 of 3) sorted by relevance
/third_party/backends/backend/ |
H A D | mustek_usb_high.c | 967 RIE (usb_low_set_ccd_width (dev->chip, dev->init_min_expose_time)); in usb_high_scan_back_home() 1019 RIE (usb_low_set_ccd_width (dev->chip, dev->init_min_expose_time)); in usb_high_scan_reset() 1043 RIE (usb_low_set_ccd_width (dev->chip, dev->init_min_expose_time)); in usb_high_scan_wait_carriage_home() 1815 RIE (usb_low_set_ccd_width (dev->chip, dev->expose_time)); in usb_high_scan_adjust_rgb_600_power_delay() 1880 RIE (usb_low_set_ccd_width (dev->chip, dev->expose_time)); in usb_high_scan_adjust_mono_600_power_delay() 1984 RIE (usb_low_set_ccd_width (dev->chip, dev->expose_time)); in usb_high_scan_adjust_rgb_300_power_delay() 2050 RIE (usb_low_set_ccd_width (dev->chip, dev->expose_time)); in usb_high_scan_adjust_mono_300_power_delay() 2315 RIE (usb_low_set_ccd_width (dev->chip, dev->init_min_expose_time)); in usb_high_scan_step_forward() 2326 RIE (usb_low_set_ccd_width (dev->chip, dev->expose_time)); in usb_high_scan_step_forward() 2341 RIE (usb_low_set_ccd_width (de in usb_high_scan_safe_forward() [all...] |
H A D | mustek_usb_low.h | 299 static SANE_Status usb_low_set_ccd_width (ma1017 * chip, SANE_Word ccd_width);
|
H A D | mustek_usb_low.c | 910 usb_low_set_ccd_width (ma1017 * chip, SANE_Word ccd_width) in usb_low_set_ccd_width() function 915 DBG (7, "usb_low_set_ccd_width: start\n"); in usb_low_set_ccd_width() 919 DBG (3, "usb_low_set_ccd_width: not opened yet\n"); in usb_low_set_ccd_width() 924 DBG (3, "usb_low_set_ccd_width: stop rowing first\n"); in usb_low_set_ccd_width() 929 DBG (3, "usb_low_set_ccd_width: width %d too high\n", (int) ccd_width); in usb_low_set_ccd_width() 948 DBG (7, "usb_low_set_ccd_width: exit\n"); in usb_low_set_ccd_width()
|
Completed in 7 milliseconds