Searched refs:usb_low_set_serial_byte1 (Results 1 - 3 of 3) sorted by relevance
/third_party/backends/backend/ |
H A D | mustek_usb_mid.c | 2572 RIE (usb_low_set_serial_byte1 (chip, 0x00)); in usb_mid_front_set_top_reference() 2586 RIE (usb_low_set_serial_byte1 (chip, 0x10)); in usb_mid_front_set_red_offset() 2600 RIE (usb_low_set_serial_byte1 (chip, 0x50)); in usb_mid_front_set_green_offset() 2614 RIE (usb_low_set_serial_byte1 (chip, 0x30)); in usb_mid_front_set_blue_offset() 2640 RIE (usb_low_set_serial_byte1 (chip, 0x40)); in usb_mid_front_set_red_pga() 2654 RIE (usb_low_set_serial_byte1 (chip, 0x20)); in usb_mid_front_set_green_pga() 2668 RIE (usb_low_set_serial_byte1 (chip, 0x60)); in usb_mid_front_set_blue_pga()
|
H A D | mustek_usb_low.h | 396 static SANE_Status usb_low_set_serial_byte1 (ma1017 * chip, SANE_Byte data);
|
H A D | mustek_usb_low.c | 2159 usb_low_set_serial_byte1 (ma1017 * chip, SANE_Byte data) in usb_low_set_serial_byte1() function 2164 DBG (7, "usb_low_set_serial_byte1: start\n"); in usb_low_set_serial_byte1() 2168 DBG (3, "usb_low_set_serial_byte1: not opened\n"); in usb_low_set_serial_byte1() 2173 DBG (3, "usb_low_set_serial_byte1: stop rowing first\n"); in usb_low_set_serial_byte1() 2180 DBG (7, "usb_low_set_serial_byte1: exit\n"); in usb_low_set_serial_byte1()
|
Completed in 7 milliseconds