Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dtest.h66 opt_three_pass_order, enumerator
H A Dtest.c328 free(test_device->val[opt_three_pass_order].s); in cleanup_options()
329 test_device->val[opt_three_pass_order].s = NULL; in cleanup_options()
450 /* opt_three_pass_order */ in init_options()
451 od = &test_device->opt[opt_three_pass_order]; in init_options()
465 test_device->val[opt_three_pass_order].s = malloc ((size_t) od->size); in init_options()
466 if (!test_device->val[opt_three_pass_order].s) in init_options()
468 strcpy (test_device->val[opt_three_pass_order].s, init_three_pass_order); in init_options()
2298 case opt_three_pass_order: /* String list with parameter reload */ in sane_control_option()
2381 test_device->opt[opt_three_pass_order].cap in sane_control_option()
2387 test_device->opt[opt_three_pass_order] in sane_control_option()
[all...]

Completed in 4 milliseconds