Home
last modified time | relevance | path

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

/third_party/backends/frontend/
H A Dtstbackend.c860 static const SANE_Option_Descriptor *get_optdesc_by_name(SANE_Handle device, const char *name, int *option_num) in get_optdesc_by_name() function
1056 opt = get_optdesc_by_name(device, option_name, &optnum); in get_option_value()
1147 opt = get_optdesc_by_name(device, SANE_NAME_SCAN_TL_X, &option_num); in test_scan()
1150 opt = get_optdesc_by_name(device, SANE_NAME_SCAN_TL_Y, &option_num); in test_scan()
1153 opt = get_optdesc_by_name(device, SANE_NAME_SCAN_BR_X, &option_num); in test_scan()
1156 opt = get_optdesc_by_name(device, SANE_NAME_SCAN_BR_Y, &option_num); in test_scan()
1496 scan_mode_opt = get_optdesc_by_name(device, SANE_NAME_SCAN_MODE, &scan_mode_optnum); in test_scans()
1510 resolution_mode_opt = get_optdesc_by_name(device, SANE_NAME_SCAN_RESOLUTION, &resolution_mode_optnum); in test_scans()

Completed in 3 milliseconds