Home
last modified time | relevance | path

Searched refs:WriteIOControl (Results 1 – 2 of 2) sorted by relevance

/third_party/backends/backend/
Dmustek_usb2_asic.c53 WriteIOControl (PAsic chip, unsigned short wValue, unsigned short wIndex, unsigned short wLength, in WriteIOControl() function
99 status = WriteIOControl (chip, 0x05, 0, 4, (SANE_Byte *) (buf)); in Mustek_ClearFIFO()
103 status = WriteIOControl (chip, 0xc0, 0, 4, (SANE_Byte *) (buf)); in Mustek_ClearFIFO()
130 WriteIOControl (chip, 0xb0, 0, 4, buf); in Mustek_SendData()
146 WriteIOControl (chip, 0xb0, 0, 4, buf); in Mustek_SendData()
160 WriteIOControl (chip, 0xb0, 0, 4, buf); in Mustek_SendData()
169 status = WriteIOControl (chip, 0xb0, 0, 4, buf); in Mustek_SendData()
202 status = WriteIOControl (chip, 0x04, x, 4, buf); in Mustek_WriteAddressLineForRegister()
268 status = WriteIOControl (chip, 0x03, 0, 4, (SANE_Byte *) (buf)); in Mustek_DMARead()
286 status = WriteIOControl (chip, 0x03, 0, 4, (SANE_Byte *) (buf)); in Mustek_DMARead()
[all …]
Dmustek_usb2_asic.h1231 static SANE_Status WriteIOControl (PAsic chip, unsigned short wValue, unsigned short wIndex,