Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dma1509.h53 #define INQ_LEN 0x60 /* Length of SCSI inquiry */ macro
H A Dmustek.h51 #define INQ_LEN 0x60 /* Length of SCSI inquiry */ macro
H A Ddmc.c201 #define INQ_LEN 255 macro
209 char result[INQ_LEN]; in DMCAttach()
215 { 0x12, 0x00, 0x00, 0x00, INQ_LEN, 0x00 }; in DMCAttach()
H A Dabaton.c145 #define INQ_LEN 0x60 macro
148 INQUIRY, 0x00, 0x00, 0x00, INQ_LEN, 0x00
408 char result[INQ_LEN]; in attach()
H A Dma1509.c124 0x12, 0x01, 0x00, 0x00, 0x00, 0x00, INQ_LEN, 0x00
277 SANE_Byte result[INQ_LEN]; in attach()
346 if (status != SANE_STATUS_GOOD || size != INQ_LEN) in attach()
369 for (pp = result; pp < (result + INQ_LEN); pp++) in attach()
H A Dtamarack.c124 #define INQ_LEN 0x60 macro
127 TAMARACK_SCSI_INQUIRY, 0x00, 0x00, 0x00, INQ_LEN, 0x00
206 char result[INQ_LEN]; in attach()
231 if (status != SANE_STATUS_GOOD || size != INQ_LEN) { in attach()
H A Dapple.c81 #define INQ_LEN 0x60 macro
218 APPLE_SCSI_INQUIRY, 0x00, 0x00, 0x00, INQ_LEN, 0x00
476 char result[INQ_LEN]; in attach()
H A Dartec.c128 #define INQ_LEN 0x60 macro
131 0x12, 0x00, 0x00, 0x00, INQ_LEN, 0x00
1932 char result[INQ_LEN]; in attach()
H A Dmustek.c196 MUSTEK_SCSI_INQUIRY, 0x00, 0x00, 0x00, INQ_LEN, 0x00
820 SANE_Byte result[INQ_LEN]; in inquiry()
906 SANE_Byte result[INQ_LEN]; in attach()
956 if (status != SANE_STATUS_GOOD || size != INQ_LEN) in attach()
1016 for (pp = result; pp < (result + INQ_LEN); pp++) in attach()

Completed in 20 milliseconds