Lines Matching defs:afe
530 GT68xx_AFE_Parameters afe = *scanner->dev->afe;
576 status = gt68xx_device_set_afe (scanner->dev, &afe);
697 GT68xx_AFE_Parameters *afe = scanner->dev->afe;
722 DBG (3, "afe 0x%02x 0x%02x 0x%02x 0x%02x 0x%02x 0x%02x\n", afe->r_offset,
723 afe->r_pga, afe->g_offset, afe->g_pga, afe->b_offset, afe->b_pga);
1306 GT68xx_AFE_Parameters *afe = scanner->dev->afe, old_afe;
1418 &afe->r_offset, &afe->r_pga,
1426 &afe->g_offset, &afe->g_pga,
1435 &afe->b_offset, &afe->b_pga,
1447 &afe->b_offset,
1448 &afe->b_pga,
1460 &afe->g_offset,
1461 &afe->g_pga,
1464 afe->r_offset = afe->b_offset = 0x20;
1465 afe->r_pga = afe->b_pga = 0x18;
1472 &afe->r_offset,
1473 &afe->r_pga,
1560 GT68xx_AFE_Parameters * afe,
1574 offset = &(afe->r_offset);
1576 gain = &afe->r_pga;
1581 offset = &afe->g_offset;
1583 gain = &afe->g_pga;
1588 offset = &afe->b_offset;
1590 gain = &afe->b_pga;
1842 GT68xx_AFE_Parameters *afe = scanner->dev->afe, old_afe;
1899 r_gbuffer, afe, &old_afe);
1903 g_gbuffer, afe, &old_afe);
1907 b_gbuffer, afe, &old_afe);
1945 /* store afe calibration when needed */
1948 memcpy(&(scanner->afe_params), afe, sizeof(GT68xx_AFE_Parameters));
2038 * does afe and exposure calibration. Then it scans white lines to get data
2232 /* since auto afe is done at a fixed resolution, we don't need to
2356 * This function creates the calibrators and set up afe for the requested
2399 memcpy (scanner->dev->afe, &(scanner->afe_params),