Home
last modified time | relevance | path

Searched refs:afe (Results 1 - 5 of 5) sorted by relevance

/third_party/backends/backend/
H A Dgt68xx_high.c530 GT68xx_AFE_Parameters afe = *scanner->dev->afe; in gt68xx_scanner_start_scan_extended() local
576 status = gt68xx_device_set_afe (scanner->dev, &afe); in gt68xx_scanner_start_scan_extended()
697 GT68xx_AFE_Parameters *afe = scanner->dev->afe; in gt68xx_scanner_calibrate() local
722 DBG (3, "afe 0x%02x 0x%02x 0x%02x 0x%02x 0x%02x 0x%02x\n", afe->r_offset, in gt68xx_scanner_calibrate()
723 afe->r_pga, afe->g_offset, afe in gt68xx_scanner_calibrate()
1306 GT68xx_AFE_Parameters *afe = scanner->dev->afe, old_afe; gt68xx_afe_ccd_auto() local
1556 gt68xx_afe_cis_adjust_gain_offset(SANE_String_Const color_name, GT68xx_Afe_Values * values, unsigned int *black_buffer, unsigned int *white_buffer, GT68xx_AFE_Parameters * afe, GT68xx_AFE_Parameters * old_afe) gt68xx_afe_cis_adjust_gain_offset() argument
1842 GT68xx_AFE_Parameters *afe = scanner->dev->afe, old_afe; gt68xx_afe_cis_auto() local
[all...]
H A Dgt68xx_low.c382 dev->afe = malloc (sizeof (*dev->afe)); in gt68xx_device_activate()
384 if (!dev->afe || !dev->exposure) in gt68xx_device_activate()
386 memcpy (dev->afe, &dev->model->afe_params, sizeof (*dev->afe)); in gt68xx_device_activate()
411 if (dev->afe) in gt68xx_device_deactivate()
412 free (dev->afe); in gt68xx_device_deactivate()
413 dev->afe = 0; in gt68xx_device_deactivate()
H A Dgt68xx.c203 get_afe_values (SANE_String_Const cp, GT68xx_AFE_Parameters * afe) in get_afe_values() argument
256 afe->r_offset = (SANE_Byte) long_value; in get_afe_values()
259 afe->r_pga = (SANE_Byte) long_value; in get_afe_values()
262 afe->g_offset = (SANE_Byte) long_value; in get_afe_values()
265 afe->g_pga = (SANE_Byte) long_value; in get_afe_values()
268 afe->b_offset = (SANE_Byte) long_value; in get_afe_values()
271 afe->b_pga = (SANE_Byte) long_value; in get_afe_values()
280 DBG (5, "get_afe_values: option `afe' needs 6 parameters\n"); in get_afe_values()
1280 else if (strcmp (word, "afe") == 0) in probe_gt68xx_devices()
1282 GT68xx_AFE_Parameters afe in probe_gt68xx_devices() local
[all...]
H A Dgt68xx_low.h514 GT68xx_AFE_Parameters *afe; member
/third_party/cmsis/CMSIS/Core/Include/
H A Dcore_ca.h2384 \param [in] afe Access flag enable
2388 __STATIC_INLINE int MMU_APSection(uint32_t *descriptor_l1, mmu_access_Type user, mmu_access_Type priv, uint32_t afe) in MMU_APSection() argument
2392 if (afe == 0) { //full access in MMU_APSection()
2514 \param [in] afe Access flag enable
2518 __STATIC_INLINE int MMU_APPage(uint32_t *descriptor_l2, mmu_access_Type user, mmu_access_Type priv, uint32_t afe) in MMU_APPage() argument
2522 if (afe == 0) { //full access in MMU_APPage()

Completed in 14 milliseconds