Searched refs:afe_params (Results 1 - 7 of 7) sorted by relevance
/third_party/backends/backend/ |
H A D | artec_eplus48u.c | 205 static Artec48U_AFE_Parameters afe_params; variable 807 dev->afe_params.r_offset = afe_params.r_offset; in attach() 808 dev->afe_params.g_offset = afe_params.g_offset; in attach() 809 dev->afe_params.b_offset = afe_params.b_offset; in attach() 811 dev->afe_params.r_pga = default_afe_params.r_pga; in attach() 812 dev->afe_params.g_pga = default_afe_params.g_pga; in attach() 813 dev->afe_params in attach() [all...] |
H A D | gt68xx_high.h | 285 GT68xx_AFE_Parameters afe_params; member
|
H A D | artec_eplus48u.h | 151 Artec48U_AFE_Parameters afe_params; member
|
H A D | gt68xx_low.h | 483 GT68xx_AFE_Parameters afe_params; /* Default offset/gain */ member
|
H A D | gt68xx_high.c | 1948 memcpy(&(scanner->afe_params), afe, sizeof(GT68xx_AFE_Parameters)); in gt68xx_afe_cis_auto() 2399 memcpy (scanner->dev->afe, &(scanner->afe_params), 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), 1, fcal); in gt68xx_read_calibration()
|
H A D | gt68xx_low.c | 386 memcpy (dev->afe, &dev->model->afe_params, sizeof (*dev->afe)); in gt68xx_device_activate()
|
H A D | gt68xx.c | 1294 new_dev[i]->model->afe_params = afe; in probe_gt68xx_devices() 2060 memcpy(s->dev->afe,&(s->afe_params), sizeof(GT68xx_AFE_Parameters)); in sane_start()
|
Completed in 23 milliseconds