Searched refs:GT68xx_AFE_Parameters (Results 1 - 7 of 7) sorted by relevance
/third_party/backends/backend/ |
H A D | gt68xx_low.h | 124 typedef struct GT68xx_AFE_Parameters GT68xx_AFE_Parameters; typedef 175 struct GT68xx_AFE_Parameters struct 385 GT68xx_AFE_Parameters * params); 483 GT68xx_AFE_Parameters afe_params; /* Default offset/gain */ 514 GT68xx_AFE_Parameters *afe; 1035 gt68xx_device_set_afe (GT68xx_Device * dev, GT68xx_AFE_Parameters * params);
|
H A D | gt68xx_generic.h | 56 gt68xx_generic_set_afe (GT68xx_Device * dev, GT68xx_AFE_Parameters * params);
|
H A D | gt68xx_high.c | 530 GT68xx_AFE_Parameters afe = *scanner->dev->afe; in gt68xx_scanner_start_scan_extended() 697 GT68xx_AFE_Parameters *afe = scanner->dev->afe; in gt68xx_scanner_calibrate() 1306 GT68xx_AFE_Parameters *afe = scanner->dev->afe, old_afe; in gt68xx_afe_ccd_auto() 1560 GT68xx_AFE_Parameters * afe, in gt68xx_afe_cis_adjust_gain_offset() 1561 GT68xx_AFE_Parameters * old_afe) in gt68xx_afe_cis_adjust_gain_offset() 1842 GT68xx_AFE_Parameters *afe = scanner->dev->afe, old_afe; in gt68xx_afe_cis_auto() 1948 memcpy(&(scanner->afe_params), afe, sizeof(GT68xx_AFE_Parameters)); in gt68xx_afe_cis_auto() 2400 sizeof (GT68xx_AFE_Parameters)); in gt68xx_assign_calibration() 2569 fwrite (&(scanner->afe_params), sizeof (GT68xx_AFE_Parameters), 1, fcal); in gt68xx_write_calibration() 2671 fread (&(scanner->afe_params), sizeof (GT68xx_AFE_Parameters), in gt68xx_read_calibration() [all...] |
H A D | gt68xx_high.h | 285 GT68xx_AFE_Parameters afe_params;
|
H A D | gt68xx_generic.c | 128 gt68xx_generic_set_afe (GT68xx_Device * dev, GT68xx_AFE_Parameters * params) in gt68xx_generic_set_afe()
|
H A D | gt68xx.c | 203 get_afe_values (SANE_String_Const cp, GT68xx_AFE_Parameters * afe) in get_afe_values() 1282 GT68xx_AFE_Parameters afe = {0, 0, 0, 0, 0, 0}; in probe_gt68xx_devices() 2060 memcpy(s->dev->afe,&(s->afe_params), sizeof(GT68xx_AFE_Parameters)); in sane_start()
|
H A D | gt68xx_low.c | 666 gt68xx_device_set_afe (GT68xx_Device * dev, GT68xx_AFE_Parameters * params) in gt68xx_device_set_afe()
|
Completed in 11 milliseconds