Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dlexmark_low.c1660 static SANE_Byte command5_block[] = { 0x91, 0x00, 0x09, 0xc4 }; in sanei_lexmark_low_search_home_fwd() local
1919 low_usb_bulk_write (devnum, command5_block, &cmd_size); in sanei_lexmark_low_search_home_fwd()
1993 static SANE_Byte command5_block[] = { 0x91, 0x00, 0xff, 0xc0 }; in sanei_lexmark_low_search_home_bwd() local
2241 command5_block[1] = (SANE_Byte) (size_requested >> 16); in sanei_lexmark_low_search_home_bwd()
2242 command5_block[2] = (SANE_Byte) (size_requested >> 8); in sanei_lexmark_low_search_home_bwd()
2243 command5_block[3] = (SANE_Byte) (size_requested & 0xFF); in sanei_lexmark_low_search_home_bwd()
2246 status = low_usb_bulk_write (devnum, command5_block, &cmd_size); in sanei_lexmark_low_search_home_bwd()
2517 static SANE_Byte command5_block[] = { 0x91, 0x00, 0x14, 0x48 }; in sanei_lexmark_low_find_start_line() local
2768 low_usb_bulk_write (dev->devnum, command5_block, &cmd_size); in sanei_lexmark_low_find_start_line()
4825 static SANE_Byte command5_block[] in sanei_lexmark_low_start_scan() local
[all...]

Completed in 5 milliseconds