Searched refs:ma1017 (Results 1 - 5 of 5) sorted by relevance
/third_party/backends/backend/ |
H A D | mustek_usb_mid.h | 58 static SANE_Status usb_mid_n600_prepare_rgb (ma1017 * chip, SANE_Word dpi); 60 static SANE_Status usb_mid_n600_prepare_mono (ma1017 * chip, SANE_Word dpi); 62 static SANE_Status usb_mid_n600_prepare_rgb_600_dpi (ma1017 * chip); 64 static SANE_Status usb_mid_n600_prepare_rgb_400_dpi (ma1017 * chip); 66 static SANE_Status usb_mid_n600_prepare_rgb_300_dpi (ma1017 * chip); 68 static SANE_Status usb_mid_n600_prepare_rgb_200_dpi (ma1017 * chip); 70 static SANE_Status usb_mid_n600_prepare_rgb_100_dpi (ma1017 * chip); 72 static SANE_Status usb_mid_n600_prepare_rgb_50_dpi (ma1017 * chip); 74 static SANE_Status usb_mid_n600_prepare_mono_600_dpi (ma1017 * chip); 76 static SANE_Status usb_mid_n600_prepare_mono_400_dpi (ma1017 * chi [all...] |
H A D | mustek_usb_low.h | 109 struct ma1017; 111 typedef struct ma1017 struct 175 SANE_Status (*get_row) (struct ma1017 * chip, SANE_Byte * row, 193 ma1017; typedef 237 static SANE_Status usb_low_init (ma1017 ** chip); 239 static SANE_Status usb_low_exit (ma1017 * chip); 244 usb_low_set_cmt_table (ma1017 * chip, SANE_Int index, Channel channel, 248 static SANE_Status usb_low_get_a2 (ma1017 * chip, SANE_Byte * value); 250 static SANE_Status usb_low_start_cmt_table (ma1017 * chip); 252 static SANE_Status usb_low_stop_cmt_table (ma1017 * chi [all...] |
H A D | mustek_usb_mid.c | 56 usb_mid_n600_prepare_rgb_600_dpi (ma1017 * chip) in usb_mid_n600_prepare_rgb_600_dpi() 69 usb_mid_n600_prepare_rgb_400_dpi (ma1017 * chip) in usb_mid_n600_prepare_rgb_400_dpi() 82 usb_mid_n600_prepare_rgb_300_dpi (ma1017 * chip) in usb_mid_n600_prepare_rgb_300_dpi() 95 usb_mid_n600_prepare_rgb_200_dpi (ma1017 * chip) in usb_mid_n600_prepare_rgb_200_dpi() 108 usb_mid_n600_prepare_rgb_100_dpi (ma1017 * chip) in usb_mid_n600_prepare_rgb_100_dpi() 121 usb_mid_n600_prepare_rgb_50_dpi (ma1017 * chip) in usb_mid_n600_prepare_rgb_50_dpi() 134 usb_mid_n600_prepare_mono_600_dpi (ma1017 * chip) in usb_mid_n600_prepare_mono_600_dpi() 147 usb_mid_n600_prepare_mono_400_dpi (ma1017 * chip) in usb_mid_n600_prepare_mono_400_dpi() 160 usb_mid_n600_prepare_mono_300_dpi (ma1017 * chip) in usb_mid_n600_prepare_mono_300_dpi() 173 usb_mid_n600_prepare_mono_200_dpi (ma1017 * chi [all...] |
H A D | mustek_usb_low.c | 55 usb_low_init (ma1017 ** chip_address) in usb_low_init() 58 ma1017 *chip; in usb_low_init() 64 chip = (ma1017 *) malloc (sizeof (ma1017)); in usb_low_init() 69 (long int) sizeof (ma1017)); in usb_low_init() 161 usb_low_exit (ma1017 * chip) in usb_low_exit() 179 usb_low_set_cmt_table (ma1017 * chip, SANE_Int index, Channel channel, in usb_low_set_cmt_table() 236 usb_low_get_a2 (ma1017 * chip, SANE_Byte * value) in usb_low_get_a2() 264 usb_low_start_cmt_table (ma1017 * chip) in usb_low_start_cmt_table() 302 usb_low_stop_cmt_table (ma1017 * chi [all...] |
H A D | mustek_usb_high.h | 61 typedef SANE_Status (*Powerdelay_Function) (ma1017 *, SANE_Byte); 177 ma1017 *chip; /* registers of the scanner controller chip */
|
Completed in 6 milliseconds