Searched refs:OPT_RES (Results 1 - 11 of 11) sorted by relevance
/third_party/libevdev/tools/ |
H A D | libevdev-tweak-device.c | 53 OPT_RES = 1 << 5, enumerator 128 { "res", 1, 0, OPT_RES }, in parse_options_abs() 159 case OPT_RES: in parse_options_abs() 328 if (changes & OPT_RES) in set_abs() 369 set_abs(dev, OPT_RES, ABS_X, &abs); in set_resolution() 371 set_abs(dev, OPT_RES, ABS_MT_POSITION_X, &abs); in set_resolution() 375 set_abs(dev, OPT_RES, ABS_Y, &abs); in set_resolution() 377 set_abs(dev, OPT_RES, ABS_MT_POSITION_Y, &abs); in set_resolution()
|
/third_party/backends/backend/ |
H A D | hp4200.c | 2497 s->opt[OPT_RES].name = SANE_NAME_SCAN_RESOLUTION; in init_options() 2498 s->opt[OPT_RES].title = SANE_TITLE_SCAN_RESOLUTION; in init_options() 2499 s->opt[OPT_RES].desc = SANE_DESC_SCAN_RESOLUTION; in init_options() 2500 s->opt[OPT_RES].cap = SANE_CAP_SOFT_SELECT | SANE_CAP_SOFT_DETECT; in init_options() 2501 s->opt[OPT_RES].type = SANE_TYPE_INT; in init_options() 2502 s->opt[OPT_RES].size = sizeof (SANE_Word); in init_options() 2503 s->opt[OPT_RES].unit = SANE_UNIT_DPI; in init_options() 2504 s->opt[OPT_RES].constraint_type = SANE_CONSTRAINT_WORD_LIST; in init_options() 2505 s->opt[OPT_RES].constraint.word_list = dpi_list; in init_options() 2506 s->val[OPT_RES] in init_options() [all...] |
H A D | hp4200.h | 52 OPT_RES, enumerator
|
H A D | kodak.h | 21 OPT_RES, enumerator
|
H A D | epjitsu.h | 21 OPT_RES, enumerator
|
H A D | canon_dr.h | 21 OPT_RES, /*a range or a list*/ enumerator
|
H A D | fujitsu.h | 21 OPT_RES, /*a range or a list*/ enumerator
|
H A D | kodak.c | 1012 if(option==OPT_RES){ in sane_get_option_descriptor() 1324 case OPT_RES: in sane_control_option() 1442 case OPT_RES: in sane_control_option()
|
H A D | epjitsu.c | 1121 else if(option==OPT_RES){ in sane_get_option_descriptor() 1543 case OPT_RES: in sane_control_option() 1693 case OPT_RES: in sane_control_option()
|
H A D | canon_dr.c | 2328 if(option==OPT_RES){ in sane_get_option_descriptor() 3337 case OPT_RES: in sane_control_option() 3753 case OPT_RES: in sane_control_option()
|
H A D | fujitsu.c | 2945 if(option==OPT_RES){ in sane_get_option_descriptor() 4763 case OPT_RES: in sane_control_option() 5419 case OPT_RES: in sane_control_option()
|
Completed in 44 milliseconds