Home
last modified time | relevance | path

Searched refs:OPT_GAMMA_VECTOR (Results 1 - 25 of 38) sorted by relevance

12

/third_party/backends/backend/
H A Dtamarack.c758 s->opt[OPT_GAMMA_VECTOR].name = SANE_NAME_GAMMA_VECTOR; in init_options()
759 s->opt[OPT_GAMMA_VECTOR].title = SANE_TITLE_GAMMA_VECTOR; in init_options()
760 s->opt[OPT_GAMMA_VECTOR].desc = SANE_DESC_GAMMA_VECTOR; in init_options()
761 s->opt[OPT_GAMMA_VECTOR].type = SANE_TYPE_INT; in init_options()
762 s->opt[OPT_GAMMA_VECTOR].cap |= SANE_CAP_INACTIVE; in init_options()
763 s->opt[OPT_GAMMA_VECTOR].unit = SANE_UNIT_NONE; in init_options()
764 s->opt[OPT_GAMMA_VECTOR].size = 256 * sizeof (SANE_Word); in init_options()
765 s->opt[OPT_GAMMA_VECTOR].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
766 s->opt[OPT_GAMMA_VECTOR].constraint.range = &u8_range; in init_options()
767 s->val[OPT_GAMMA_VECTOR] in init_options()
[all...]
H A Dmustek_pp.c548 hndl->opt[OPT_GAMMA_VECTOR].name = SANE_NAME_GAMMA_VECTOR; in init_options()
549 hndl->opt[OPT_GAMMA_VECTOR].title = SANE_TITLE_GAMMA_VECTOR; in init_options()
550 hndl->opt[OPT_GAMMA_VECTOR].desc = SANE_DESC_GAMMA_VECTOR; in init_options()
551 hndl->opt[OPT_GAMMA_VECTOR].type = SANE_TYPE_INT; in init_options()
552 hndl->opt[OPT_GAMMA_VECTOR].cap |= SANE_CAP_INACTIVE; in init_options()
553 hndl->opt[OPT_GAMMA_VECTOR].unit = SANE_UNIT_NONE; in init_options()
554 hndl->opt[OPT_GAMMA_VECTOR].size = 256 * sizeof (SANE_Word); in init_options()
555 hndl->opt[OPT_GAMMA_VECTOR].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
556 hndl->opt[OPT_GAMMA_VECTOR].constraint.range = &hndl->gamma_range; in init_options()
557 hndl->val[OPT_GAMMA_VECTOR] in init_options()
[all...]
H A Dmustek_usb.c373 s->opt[OPT_GAMMA_VECTOR].name = SANE_NAME_GAMMA_VECTOR; in init_options()
374 s->opt[OPT_GAMMA_VECTOR].title = SANE_TITLE_GAMMA_VECTOR; in init_options()
375 s->opt[OPT_GAMMA_VECTOR].desc = SANE_DESC_GAMMA_VECTOR; in init_options()
376 s->opt[OPT_GAMMA_VECTOR].type = SANE_TYPE_INT; in init_options()
377 s->opt[OPT_GAMMA_VECTOR].cap |= SANE_CAP_INACTIVE; in init_options()
378 s->opt[OPT_GAMMA_VECTOR].unit = SANE_UNIT_NONE; in init_options()
379 s->opt[OPT_GAMMA_VECTOR].size = 256 * sizeof (SANE_Word); in init_options()
380 s->opt[OPT_GAMMA_VECTOR].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
381 s->opt[OPT_GAMMA_VECTOR].constraint.range = &u8_range; in init_options()
382 s->val[OPT_GAMMA_VECTOR] in init_options()
[all...]
H A Dplustek_pp.c800 s->opt[OPT_GAMMA_VECTOR].name = SANE_NAME_GAMMA_VECTOR; in init_options()
801 s->opt[OPT_GAMMA_VECTOR].title = SANE_TITLE_GAMMA_VECTOR; in init_options()
802 s->opt[OPT_GAMMA_VECTOR].desc = SANE_DESC_GAMMA_VECTOR; in init_options()
803 s->opt[OPT_GAMMA_VECTOR].type = SANE_TYPE_INT; in init_options()
804 s->opt[OPT_GAMMA_VECTOR].unit = SANE_UNIT_NONE; in init_options()
805 s->opt[OPT_GAMMA_VECTOR].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
806 s->val[OPT_GAMMA_VECTOR].wa = &(s->gamma_table[0][0]); in init_options()
807 s->opt[OPT_GAMMA_VECTOR].constraint.range = &(s->gamma_range); in init_options()
808 s->opt[OPT_GAMMA_VECTOR].size = s->gamma_length * sizeof(SANE_Word); in init_options()
844 s->opt[OPT_GAMMA_VECTOR] in init_options()
[all...]
H A Du12.c599 s->opt[OPT_GAMMA_VECTOR].name = SANE_NAME_GAMMA_VECTOR; in init_options()
600 s->opt[OPT_GAMMA_VECTOR].title = SANE_TITLE_GAMMA_VECTOR; in init_options()
601 s->opt[OPT_GAMMA_VECTOR].desc = SANE_DESC_GAMMA_VECTOR; in init_options()
602 s->opt[OPT_GAMMA_VECTOR].type = SANE_TYPE_INT; in init_options()
603 s->opt[OPT_GAMMA_VECTOR].unit = SANE_UNIT_NONE; in init_options()
604 s->opt[OPT_GAMMA_VECTOR].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
605 s->val[OPT_GAMMA_VECTOR].wa = &(s->hw->gamma_table[0][0]); in init_options()
606 s->opt[OPT_GAMMA_VECTOR].constraint.range = &(s->hw->gamma_range); in init_options()
607 s->opt[OPT_GAMMA_VECTOR].size = s->hw->gamma_length * sizeof(SANE_Word); in init_options()
643 s->opt[OPT_GAMMA_VECTOR] in init_options()
[all...]
H A Dumax_pp.c655 dev->opt[OPT_GAMMA_VECTOR].name = SANE_NAME_GAMMA_VECTOR; in init_options()
656 dev->opt[OPT_GAMMA_VECTOR].title = SANE_TITLE_GAMMA_VECTOR; in init_options()
657 dev->opt[OPT_GAMMA_VECTOR].desc = SANE_DESC_GAMMA_VECTOR; in init_options()
658 dev->opt[OPT_GAMMA_VECTOR].type = SANE_TYPE_INT; in init_options()
659 dev->opt[OPT_GAMMA_VECTOR].cap |= SANE_CAP_INACTIVE; in init_options()
660 dev->opt[OPT_GAMMA_VECTOR].unit = SANE_UNIT_NONE; in init_options()
661 dev->opt[OPT_GAMMA_VECTOR].size = 256 * sizeof (SANE_Word); in init_options()
662 dev->opt[OPT_GAMMA_VECTOR].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
663 dev->opt[OPT_GAMMA_VECTOR].constraint.range = &u8_range; in init_options()
664 dev->val[OPT_GAMMA_VECTOR] in init_options()
[all...]
H A Dcanon-sane.c376 case OPT_GAMMA_VECTOR: in sane_control_option()
387 /* If using bind analog gamma, option will be OPT_GAMMA_VECTOR. in sane_control_option()
392 gamma_component = option - OPT_GAMMA_VECTOR; in sane_control_option()
420 s->gamma_table[option - OPT_GAMMA_VECTOR][i] = in sane_control_option()
423 s->gamma_table[option - OPT_GAMMA_VECTOR][i] = in sane_control_option()
713 s->opt[OPT_GAMMA_VECTOR].cap |= SANE_CAP_INACTIVE; in sane_control_option()
737 s->opt[OPT_GAMMA_VECTOR].cap &= ~SANE_CAP_INACTIVE; in sane_control_option()
744 s->opt[OPT_GAMMA_VECTOR].cap |= SANE_CAP_INACTIVE; in sane_control_option()
756 s->opt[OPT_GAMMA_VECTOR].cap &= ~SANE_CAP_INACTIVE; in sane_control_option()
938 s->opt[OPT_GAMMA_VECTOR] in sane_control_option()
[all...]
H A Drts8891.h81 OPT_GAMMA_VECTOR, enumerator
H A Dartec.c2425 s->opt[OPT_GAMMA_VECTOR].name = SANE_NAME_GAMMA_VECTOR; in init_options()
2426 s->opt[OPT_GAMMA_VECTOR].title = SANE_TITLE_GAMMA_VECTOR; in init_options()
2427 s->opt[OPT_GAMMA_VECTOR].desc = SANE_DESC_GAMMA_VECTOR; in init_options()
2428 s->opt[OPT_GAMMA_VECTOR].type = SANE_TYPE_INT; in init_options()
2429 s->opt[OPT_GAMMA_VECTOR].unit = SANE_UNIT_NONE; in init_options()
2430 s->opt[OPT_GAMMA_VECTOR].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
2431 s->val[OPT_GAMMA_VECTOR].wa = &(s->gamma_table[0][0]); in init_options()
2432 s->opt[OPT_GAMMA_VECTOR].constraint.range = &u8_range; in init_options()
2433 s->opt[OPT_GAMMA_VECTOR].size = s->gamma_length * sizeof (SANE_Word); in init_options()
2481 s->opt[OPT_GAMMA_VECTOR] in init_options()
[all...]
H A Dplustek.c861 s->opt[OPT_GAMMA_VECTOR].name = SANE_NAME_GAMMA_VECTOR; in init_options()
862 s->opt[OPT_GAMMA_VECTOR].title = SANE_TITLE_GAMMA_VECTOR; in init_options()
863 s->opt[OPT_GAMMA_VECTOR].desc = SANE_DESC_GAMMA_VECTOR; in init_options()
864 s->opt[OPT_GAMMA_VECTOR].type = SANE_TYPE_INT; in init_options()
865 s->opt[OPT_GAMMA_VECTOR].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
866 s->val[OPT_GAMMA_VECTOR].wa = &(s->gamma_table[0][0]); in init_options()
867 s->opt[OPT_GAMMA_VECTOR].constraint.range = &(s->gamma_range); in init_options()
868 s->opt[OPT_GAMMA_VECTOR].size = s->gamma_length * sizeof(SANE_Word); in init_options()
901 _DISABLE(OPT_GAMMA_VECTOR); in init_options()
1941 case OPT_GAMMA_VECTOR in sane_control_option()
[all...]
H A Dumax_pp.h73 OPT_GAMMA_VECTOR, enumerator
H A Dpie.c198 OPT_GAMMA_VECTOR, enumerator
1360 scanner->opt[OPT_GAMMA_VECTOR].name = SANE_NAME_GAMMA_VECTOR; in init_options()
1361 scanner->opt[OPT_GAMMA_VECTOR].title = SANE_TITLE_GAMMA_VECTOR; in init_options()
1362 scanner->opt[OPT_GAMMA_VECTOR].desc = SANE_DESC_GAMMA_VECTOR; in init_options()
1363 scanner->opt[OPT_GAMMA_VECTOR].type = SANE_TYPE_INT; in init_options()
1364 scanner->opt[OPT_GAMMA_VECTOR].unit = SANE_UNIT_NONE; in init_options()
1365 scanner->opt[OPT_GAMMA_VECTOR].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1366 scanner->val[OPT_GAMMA_VECTOR].wa = scanner->gamma_table[0]; in init_options()
1367 scanner->opt[OPT_GAMMA_VECTOR].constraint.range = &scanner->gamma_range; in init_options()
1368 scanner->opt[OPT_GAMMA_VECTOR] in init_options()
[all...]
H A Dcanon.c1569 s->opt[OPT_GAMMA_VECTOR].name = SANE_NAME_GAMMA_VECTOR; in init_options()
1570 s->opt[OPT_GAMMA_VECTOR].title = SANE_TITLE_GAMMA_VECTOR; in init_options()
1571 s->opt[OPT_GAMMA_VECTOR].desc = SANE_DESC_GAMMA_VECTOR; in init_options()
1572 s->opt[OPT_GAMMA_VECTOR].type = SANE_TYPE_INT; in init_options()
1573 s->opt[OPT_GAMMA_VECTOR].cap |= SANE_CAP_INACTIVE; in init_options()
1574 s->opt[OPT_GAMMA_VECTOR].unit = SANE_UNIT_NONE; in init_options()
1575 s->opt[OPT_GAMMA_VECTOR].size = 256 * sizeof (SANE_Word); in init_options()
1576 s->opt[OPT_GAMMA_VECTOR].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1577 s->opt[OPT_GAMMA_VECTOR].constraint.range = &u8_range; in init_options()
1578 s->val[OPT_GAMMA_VECTOR] in init_options()
[all...]
H A Dsharp.c1631 s->opt[OPT_GAMMA_VECTOR].cap |= SANE_CAP_INACTIVE; in set_gamma_caps()
1642 s->opt[OPT_GAMMA_VECTOR].cap |= SANE_CAP_INACTIVE; in set_gamma_caps()
1647 s->opt[OPT_GAMMA_VECTOR].cap &= ~SANE_CAP_INACTIVE; in set_gamma_caps()
1660 s->opt[OPT_GAMMA_VECTOR].cap |= SANE_CAP_INACTIVE; in set_gamma_caps()
1668 s->opt[OPT_GAMMA_VECTOR].cap |= SANE_CAP_INACTIVE; in set_gamma_caps()
2165 s->opt[OPT_GAMMA_VECTOR].name = SANE_NAME_GAMMA_VECTOR; in init_options()
2166 s->opt[OPT_GAMMA_VECTOR].title = SANE_TITLE_GAMMA_VECTOR; in init_options()
2167 s->opt[OPT_GAMMA_VECTOR].desc = SANE_DESC_GAMMA_VECTOR; in init_options()
2168 s->opt[OPT_GAMMA_VECTOR].type = SANE_TYPE_INT; in init_options()
2170 s->opt[OPT_GAMMA_VECTOR] in init_options()
[all...]
H A Dartec.h101 OPT_GAMMA_VECTOR, enumerator
H A Dcoolscan.h97 OPT_GAMMA_VECTOR, enumerator
H A Dtamarack.h62 OPT_GAMMA_VECTOR,
H A Dmustek_pp.h227 OPT_GAMMA_VECTOR, enumerator
H A Dnec.c1271 s->opt[OPT_GAMMA_VECTOR].cap |= SANE_CAP_INACTIVE; in set_gamma_caps()
1282 s->opt[OPT_GAMMA_VECTOR].cap |= SANE_CAP_INACTIVE; in set_gamma_caps()
1287 s->opt[OPT_GAMMA_VECTOR].cap &= ~SANE_CAP_INACTIVE; in set_gamma_caps()
1311 s->opt[OPT_GAMMA_VECTOR].cap |= SANE_CAP_INACTIVE; in set_gamma_caps()
1725 s->opt[OPT_GAMMA_VECTOR].name = SANE_NAME_GAMMA_VECTOR; in init_options()
1726 s->opt[OPT_GAMMA_VECTOR].title = SANE_TITLE_GAMMA_VECTOR; in init_options()
1727 s->opt[OPT_GAMMA_VECTOR].desc = SANE_DESC_GAMMA_VECTOR; in init_options()
1728 s->opt[OPT_GAMMA_VECTOR].type = SANE_TYPE_INT; in init_options()
1730 s->opt[OPT_GAMMA_VECTOR].cap |= SANE_CAP_INACTIVE; in init_options()
1732 s->opt[OPT_GAMMA_VECTOR] in init_options()
[all...]
H A Dcanon.h153 OPT_GAMMA_VECTOR, enumerator
344 "OPT_GAMMA_VECTOR",
H A Dplustek.h218 OPT_GAMMA_VECTOR, enumerator
H A Du12.h164 OPT_GAMMA_VECTOR, enumerator
H A Dmustek.h192 OPT_GAMMA_VECTOR, enumerator
H A Dcoolscan.c3075 scanner->opt[OPT_GAMMA_VECTOR].name = SANE_NAME_GAMMA_VECTOR; in init_options()
3076 scanner->opt[OPT_GAMMA_VECTOR].title = SANE_TITLE_GAMMA_VECTOR; in init_options()
3077 scanner->opt[OPT_GAMMA_VECTOR].desc = SANE_DESC_GAMMA_VECTOR; in init_options()
3078 scanner->opt[OPT_GAMMA_VECTOR].type = SANE_TYPE_INT; in init_options()
3081 scanner->opt[OPT_GAMMA_VECTOR].cap = SANE_CAP_INACTIVE; in init_options()
3083 scanner->opt[OPT_GAMMA_VECTOR].unit = SANE_UNIT_NONE; in init_options()
3086 scanner->opt[OPT_GAMMA_VECTOR].constraint.range = &gamma_range_8; in init_options()
3090 scanner->opt[OPT_GAMMA_VECTOR].constraint.range = &gamma_range_9; in init_options()
3094 scanner->opt[OPT_GAMMA_VECTOR].constraint.range = &gamma_range_10; in init_options()
3098 scanner->opt[OPT_GAMMA_VECTOR] in init_options()
[all...]
/third_party/backends/backend/genesys/
H A Dgenesys.h83 OPT_GAMMA_VECTOR, enumerator

Completed in 33 milliseconds

12