Searched refs:command_block (Results 1 - 2 of 2) sorted by relevance
/third_party/backends/backend/ |
H A D | rts88xx_lib.c | 252 static SANE_Byte command_block[] = { 0x80, 0, 0x00, 0xFF }; in sanei_rts88xx_read_regs() local 265 command_block[1] = start; in sanei_rts88xx_read_regs() 266 command_block[3] = length; in sanei_rts88xx_read_regs() 267 status = sanei_usb_write_bulk (devnum, command_block, &size); in sanei_rts88xx_read_regs()
|
H A D | lexmark_low.c | 1157 static SANE_Byte command_block[] = { 0x80, 0, 0x00, 0xFF }; in sanei_lexmark_low_open_device() local 1181 low_usb_bulk_write (dev->devnum, command_block, &size); in sanei_lexmark_low_open_device()
|
Completed in 7 milliseconds