Home
last modified time | relevance | path

Searched refs:usb_ctl_read (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Dhp3900_usb.c56 static SANE_Int usb_ctl_read (USB_Handle usb_handle, SANE_Int address,
114 if (usb_ctl_read (usb_handle, address + 1, buffer, 0x02, index1) == 2) in IWrite_Byte()
181 if (usb_ctl_read (usb_handle, address, buffer, 0x02, index) == 2) in IRead_Byte()
198 if (usb_ctl_read (usb_handle, address, buffer, 0x02, index) == 2) in IRead_Word()
217 if (usb_ctl_read (usb_handle, address, buffer, 0x04, index) == 4) in IRead_Integer()
236 if (usb_ctl_read (usb_handle, address, buffer, size, index) == size) in IRead_Buffer()
400 usb_ctl_read (USB_Handle usb_handle, SANE_Int address, SANE_Byte * buffer, in usb_ctl_read() function

Completed in 2 milliseconds