Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dtest.h73 opt_read_limit_size, enumerator
H A Dtest.c566 /* opt_read_limit_size */ in init_options()
567 od = &test_device->opt[opt_read_limit_size]; in init_options()
580 test_device->val[opt_read_limit_size].w = init_read_limit_size; in init_options()
2222 case opt_read_limit_size: /* Int */ in sane_control_option()
2448 test_device->opt[opt_read_limit_size].cap &= ~SANE_CAP_INACTIVE; in sane_control_option()
2450 test_device->opt[opt_read_limit_size].cap |= SANE_CAP_INACTIVE; in sane_control_option()
2565 case opt_read_limit_size: in sane_control_option()
2928 && test_device->val[opt_read_limit_size].w < max_scan_length) in sane_read()
2930 max_scan_length = test_device->val[opt_read_limit_size].w; in sane_read()

Completed in 5 milliseconds