Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dmatsushita.h231 char scsi_product[17]; member
280 char scsi_product[17]; member
H A Dkvs1025_usb.c79 strcpy (dev->scsi_product, in attach_scanner_usb()
89 dev->sane.model = dev->scsi_product; in attach_scanner_usb()
H A Dsceptre.h274 char scsi_product[17]; member
301 char scsi_product[17]; member
H A Dmatsushita.c709 memcpy (dev->scsi_product, dev->buffer + 0x10, 0x010); in matsushita_identify_scanner()
710 dev->scsi_product[0x10] = 0; in matsushita_identify_scanner()
715 dev->scsi_vendor, dev->scsi_product, dev->scsi_version); in matsushita_identify_scanner()
723 strcmp (dev->scsi_product, scanners[i].scsi_product) == 0) in matsushita_identify_scanner()
1030 dev->sane.model = dev->scsi_product; in attach_scanner()
H A Dkvs1025_low.h167 char scsi_product[20]; member
H A Dleo.c382 memcpy (dev->scsi_product, dev->buffer + 0x10, 0x010); in leo_identify_scanner()
383 dev->scsi_product[0x10] = 0; in leo_identify_scanner()
388 dev->scsi_vendor, dev->scsi_product, dev->scsi_version); in leo_identify_scanner()
396 strcmp (dev->scsi_product, scanners[i].scsi_product) == 0) in leo_identify_scanner()
H A Dsceptre.c285 memcpy (dev->scsi_product, dev->buffer + 0x10, 0x010); in sceptre_identify_scanner()
286 dev->scsi_product[0x10] = 0; in sceptre_identify_scanner()
291 dev->scsi_vendor, dev->scsi_product, dev->scsi_version); in sceptre_identify_scanner()
299 strcmp (dev->scsi_product, scanners[i].scsi_product) == 0) in sceptre_identify_scanner()
H A Dteco1.h302 char scsi_product[17]; member
H A Dteco2.h356 char scsi_product[17]; member
H A Dteco3.h305 char scsi_product[17]; member
H A Dleo.h245 char scsi_product[17]; member
271 char scsi_product[17]; member
H A Dteco1.c491 memcpy (dev->scsi_product, dev->buffer + 0x10, 0x010); in teco_identify_scanner()
492 dev->scsi_product[0x10] = 0; in teco_identify_scanner()
499 dev->scsi_vendor, dev->scsi_product, dev->scsi_version, in teco_identify_scanner()
H A Dteco3.c386 memcpy (dev->scsi_product, dev->buffer + 0x10, 0x010); in teco_identify_scanner()
387 dev->scsi_product[0x10] = 0; in teco_identify_scanner()
394 dev->scsi_vendor, dev->scsi_product, dev->scsi_version, in teco_identify_scanner()
H A Dteco2.c748 memcpy (dev->scsi_product, dev->buffer + 0x10, 0x010); in teco_identify_scanner()
749 dev->scsi_product[0x10] = 0; in teco_identify_scanner()
756 dev->scsi_vendor, dev->scsi_product, dev->scsi_version, in teco_identify_scanner()
H A Dmustek.c920 SANE_Byte scsi_product[17]; in attach() local
985 strncpy ((SANE_String) scsi_product, (SANE_String) result + 16, 16); in attach()
986 scsi_product[16] = '\0'; in attach()
987 pp = scsi_product + 15; in attach()
988 while (pp >= scsi_product && (*pp == ' ' || *pp >= 127)) in attach()
996 scsi_vendor, scsi_product, scsi_revision); in attach()

Completed in 26 milliseconds