Searched refs:get_inquiry_product (Results 1 - 7 of 7) sorted by relevance
/third_party/backends/backend/ |
H A D | pie-scsidef.h | 194 #define get_inquiry_product(in, buf) snprintf(buf, 0x10 + 1, "%.*s", \ macro
|
H A D | coolscan-scsidef.h | 173 #define get_inquiry_product(in, buf) strncpy(buf, in + 0x10, 0x010) macro
|
H A D | umax-scsidef.h | 193 #define get_inquiry_product(in, buf) strncpy(buf, in + 0x10, 0x010) macro
|
H A D | pie.c | 747 get_inquiry_product ((char *) buffer, dev->product);
in pie_get_inquiry_values() 863 get_inquiry_product ((char *) inquiry_block, product);
in pie_identify_scanner()
|
H A D | coolscan.c | 1293 get_inquiry_product ((char *)s->buffer, (char *)product); in coolscan_identify_scanner() 1708 get_inquiry_product ((char *)inquiry_block, (char *)s->product); in coolscan_get_inquiry_values()
|
H A D | umax.c | 3141 get_inquiry_product((char *)dev->buffer[0], product); product[16] = ' '; product[17] = '\0'; in umax_identify_scanner() 3976 get_inquiry_product((char *)inquiry_block, dev->product); dev->product[16]='\0'; in umax_get_inquiry_values()
|
/third_party/backends/sanei/ |
H A D | sanei_scsi.c | 527 #define get_inquiry_product(in, buf) strncpy(buf, in + 0x10, 0x010) macro 726 get_inquiry_product ((char *) aspi_buf, product); in open_aspi()
|
Completed in 30 milliseconds