Searched refs:scanners (Results 1 - 12 of 12) sorted by relevance
/third_party/backends/backend/ |
H A D | matsushita.c | 45 KV-SS55EX, KV-SS850, KV-SS855 SCSI scanners. 47 This backend may support more Panasonic scanners. 100 * 200 DPI scanners are using resolutions_list_200 101 * 300 DPI scanners are using resolutions_list_300 102 * 400 DPI scanners are using resolutions_list_400 309 /* Define the supported scanners and their characteristics. */ 310 static const struct scanners_supported scanners[] = { variable 717 /* Lookup through the supported scanners table to find if this in matsushita_identify_scanner() 719 for (i = 0; i < NELEMS (scanners); i++) in matsushita_identify_scanner() 721 if (dev->scsi_type == scanners[ in matsushita_identify_scanner() [all...] |
H A D | snapscan.h | 45 of the AGFA SnapScan and Acer Vuego/Prisa flatbed scanners. 163 static struct SnapScan_Model_desc scanners[] = variable 210 #define known_scanners ((int) (sizeof(scanners)/sizeof(scanners[0]))) 343 SANE_Char *firmware_filename; /* The name of the firmware file for USB scanners */ 383 u_char hconfig_epson; /* additional hw configuration for some Epson scanners */ 459 * Added 16 bit option for Epson scanners (untested) 462 * Fixed debugging code for epson scanners 566 * - Check USB vendor IDs to avoid hanging scanners 589 * - Make firmware upload work for AGFA scanners [all...] |
H A D | sceptre.c | 119 /* Define the supported scanners and their characteristics. */ 120 static const struct scanners_supported scanners[] = { variable 293 /* Lookup through the supported scanners table to find if this in sceptre_identify_scanner() 295 for (i = 0; i < NELEMS (scanners); i++) in sceptre_identify_scanner() 297 if (dev->scsi_type == scanners[i].scsi_type && in sceptre_identify_scanner() 298 strcmp (dev->scsi_vendor, scanners[i].scsi_vendor) == 0 && in sceptre_identify_scanner() 299 strcmp (dev->scsi_product, scanners[i].scsi_product) == 0) in sceptre_identify_scanner() 588 dev->sane.vendor = scanners[dev->scnum].real_vendor; in attach_scanner() 589 dev->sane.model = scanners[dev->scnum].real_product; in attach_scanner()
|
H A D | leo.c | 126 /* Define the supported scanners and their characteristics. */ 127 static const struct scanners_supported scanners[] = { variable 390 /* Lookup through the supported scanners table to find if this in leo_identify_scanner() 392 for (i = 0; i < NELEMS (scanners); i++) in leo_identify_scanner() 394 if (dev->scsi_type == scanners[i].scsi_type && in leo_identify_scanner() 395 strcmp (dev->scsi_vendor, scanners[i].scsi_vendor) == 0 && in leo_identify_scanner() 396 strcmp (dev->scsi_product, scanners[i].scsi_product) == 0) in leo_identify_scanner() 414 dev->def = &(scanners[i]); in leo_identify_scanner()
|
H A D | teco1.c | 43 Some Relisys scanners AVEC and RELI series 148 /* Define the supported scanners and their characteristics. */ 149 static const struct scanners_supported scanners[] = { variable 502 /* Lookup through the supported scanners table to find if this in teco_identify_scanner() 504 for (i = 0; i < NELEMS (scanners); i++) in teco_identify_scanner() 507 if (dev->scsi_type == scanners[i].scsi_type && in teco_identify_scanner() 508 strcmp (dev->scsi_teco_name, scanners[i].scsi_teco_name) == 0) in teco_identify_scanner() 513 dev->def = &(scanners[i]); in teco_identify_scanner() 574 * These scanners never set asc or ascq. */ 2013 /* The windows driver does that, but some scanners do in sane_start() [all...] |
H A D | teco3.c | 140 /* Define the supported scanners and their characteristics. */ 141 static const struct scanners_supported scanners[] = { variable 397 /* Lookup through the supported scanners table to find if this in teco_identify_scanner() 399 for (i = 0; i < NELEMS (scanners); i++) in teco_identify_scanner() 402 if (dev->scsi_type == scanners[i].scsi_type && in teco_identify_scanner() 403 strcmp (dev->scsi_teco_name, scanners[i].scsi_teco_name) == 0) in teco_identify_scanner() 408 dev->def = &(scanners[i]); in teco_identify_scanner() 420 * These scanners never set asc or ascq. */
|
H A D | teco2.c | 317 /* For all scanners. Must be reasonable (eg. between 50 and 300) and 318 * appear in the ...._dpi_color_adjust list of all supported scanners. */ 323 /* Define the supported scanners and their characteristics. */ 324 static const struct scanners_supported scanners[] = { variable 759 /* Lookup through the supported scanners table to find if this in teco_identify_scanner() 761 for (i = 0; i < NELEMS (scanners); i++) in teco_identify_scanner() 763 if (dev->scsi_type == scanners[i].scsi_type && in teco_identify_scanner() 764 strcmp (dev->scsi_teco_name, scanners[i].scsi_teco_name) == 0) in teco_identify_scanner() 777 dev->def = &(scanners[i]); in teco_identify_scanner() 788 dev->def = &(scanners[ in teco_identify_scanner() [all...] |
H A D | snapscan-scsi.c | 45 of the AGFA SnapScan and Acer Vuego/Prisa flatbed scanners. 70 if (0 == strcasecmp (model_str, scanners[i].scsi_name)) in snapscani_get_model_id() 72 model_id = scanners[i].id; in snapscani_get_model_id() 1322 /* This seems to happen for Epson scanners. Return in wait_scanner_ready() 1768 * Re-enabled enhanced inquiry command for Epson scanners (duh\!) 1771 * Added 16 bit option for Epson scanners (untested) 1774 * Removed debugging code for Epson scanners 1780 * Fixed debugging code for epson scanners 1883 * enable gamma correction for Snapscan 1236, e20 and e50 scanners 1892 * - Disable quality calibration for scanners tha [all...] |
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmltok_ns.c | 85 p->initEnc.scanners[XML_PROLOG_STATE] = NS(initScanProlog); in XmlInitEncoding() 86 p->initEnc.scanners[XML_CONTENT_STATE] = NS(initScanContent); in XmlInitEncoding()
|
H A D | xmltok.h | 173 SCANNER scanners[XML_N_STATES]; member 224 (((enc)->scanners[state])(enc, ptr, end, nextTokPtr))
|
/third_party/python/Modules/expat/ |
H A D | xmltok_ns.c | 85 p->initEnc.scanners[XML_PROLOG_STATE] = NS(initScanProlog); in XmlInitEncoding() 86 p->initEnc.scanners[XML_CONTENT_STATE] = NS(initScanContent); in XmlInitEncoding()
|
H A D | xmltok.h | 173 SCANNER scanners[XML_N_STATES]; member 224 (((enc)->scanners[state])(enc, ptr, end, nextTokPtr))
|
Completed in 23 milliseconds