Searched refs:USB_Handle (Results 1 - 3 of 3) sorted by relevance
/third_party/backends/backend/ |
H A D | hp3900_usb.c | 53 static SANE_Int usb_ctl_write (USB_Handle usb_handle, SANE_Int address, 56 static SANE_Int usb_ctl_read (USB_Handle usb_handle, SANE_Int address, 62 static SANE_Int IRead_Byte (USB_Handle usb_handle, SANE_Int address, 64 static SANE_Int IRead_Word (USB_Handle usb_handle, SANE_Int address, 66 static SANE_Int IRead_Integer (USB_Handle usb_handle, SANE_Int address, 68 static SANE_Int IRead_Buffer (USB_Handle usb_handle, SANE_Int address, 71 static SANE_Int IWrite_Byte (USB_Handle usb_handle, SANE_Int address, 74 static SANE_Int IWrite_Word (USB_Handle usb_handle, SANE_Int address, 76 static SANE_Int IWrite_Integer (USB_Handle usb_handle, SANE_Int address, 78 static SANE_Int IWrite_Buffer (USB_Handle usb_handl [all...] |
H A D | hp3900_types.c | 193 typedef usb_dev_handle *USB_Handle; typedef 198 typedef SANE_Int USB_Handle; typedef 652 USB_Handle usb_handle;
|
H A D | hp3900_rts8822.c | 165 static SANE_Byte RTS_Sensor_Type (USB_Handle usb_handle); 189 static SANE_Int RTS_EEPROM_ReadByte (USB_Handle usb_handle, SANE_Int address, 191 static SANE_Int RTS_EEPROM_ReadInteger (USB_Handle usb_handle, 193 static SANE_Int RTS_EEPROM_ReadWord (USB_Handle usb_handle, SANE_Int address, 195 static SANE_Int RTS_EEPROM_WriteBuffer (USB_Handle usb_handle, 198 static SANE_Int RTS_EEPROM_WriteByte (USB_Handle usb_handle, SANE_Int address, 200 static SANE_Int RTS_EEPROM_WriteInteger (USB_Handle usb_handle, 202 static SANE_Int RTS_EEPROM_WriteWord (USB_Handle usb_handle, SANE_Int address, 231 static SANE_Int RTS_ReadRegs (USB_Handle usb_handle, SANE_Byte * buffer); 232 static SANE_Int RTS_WriteRegs (USB_Handle usb_handl [all...] |
Completed in 8 milliseconds