Lines Matching refs:USB_Handle

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_handle, SANE_Int address,
82 static SANE_Int Read_Byte (USB_Handle usb_handle, SANE_Int address,
84 static SANE_Int Read_Word (USB_Handle usb_handle, SANE_Int address,
86 static SANE_Int Read_Integer (USB_Handle usb_handle, SANE_Int address,
88 static SANE_Int Read_Buffer (USB_Handle usb_handle, SANE_Int address,
90 static SANE_Int Read_Bulk (USB_Handle usb_handle, SANE_Byte * buffer,
92 static SANE_Int Write_Byte (USB_Handle usb_handle, SANE_Int address,
94 static SANE_Int Write_Word (USB_Handle usb_handle, SANE_Int address,
96 /*static SANE_Int Write_Integer (USB_Handle usb_handle, SANE_Int address, SANE_Int data);*/
97 static SANE_Int Write_Buffer (USB_Handle usb_handle, SANE_Int address,
99 static SANE_Int Write_Bulk (USB_Handle usb_handle, SANE_Byte * buffer,
108 IWrite_Byte (USB_Handle usb_handle, SANE_Int address, SANE_Byte data,
127 IWrite_Word (USB_Handle usb_handle, SANE_Int address, SANE_Int data,
143 IWrite_Integer (USB_Handle usb_handle, SANE_Int address, SANE_Int data,
161 IWrite_Buffer (USB_Handle usb_handle, SANE_Int address, SANE_Byte * buffer,
174 IRead_Byte (USB_Handle usb_handle, SANE_Int address, SANE_Byte * data,
191 IRead_Word (USB_Handle usb_handle, SANE_Int address, SANE_Int * data,
208 IRead_Integer (USB_Handle usb_handle, SANE_Int address, SANE_Int * data,
230 IRead_Buffer (USB_Handle usb_handle, SANE_Int address, SANE_Byte * buffer,
243 Write_Byte (USB_Handle usb_handle, SANE_Int address, SANE_Byte data)
249 Write_Word (USB_Handle usb_handle, SANE_Int address, SANE_Int data)
254 /*static SANE_Int Write_Integer(USB_Handle usb_handle, SANE_Int address, SANE_Int data)
260 Write_Buffer (USB_Handle usb_handle, SANE_Int address, SANE_Byte * buffer,
267 Read_Byte (USB_Handle usb_handle, SANE_Int address, SANE_Byte * data)
273 Read_Word (USB_Handle usb_handle, SANE_Int address, SANE_Int * data)
279 Read_Integer (USB_Handle usb_handle, SANE_Int address, SANE_Int * data)
285 Read_Buffer (USB_Handle usb_handle, SANE_Int address, SANE_Byte * buffer,
292 Write_Bulk (USB_Handle usb_handle, SANE_Byte * buffer, SANE_Int size)
326 Read_Bulk (USB_Handle usb_handle, SANE_Byte * buffer, size_t size)
358 usb_ctl_write (USB_Handle usb_handle, SANE_Int address, SANE_Byte * buffer,
400 usb_ctl_read (USB_Handle usb_handle, SANE_Int address, SANE_Byte * buffer,