| /linux/drivers/media/i2c/ |
| H A D | imx355.c | 1522 struct v4l2_ctrl_handler *ctrl_hdlr; in imx355_init_controls() local 1532 ctrl_hdlr = &imx355->ctrl_handler; in imx355_init_controls() 1533 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 12); in imx355_init_controls() 1537 ctrl_hdlr->lock = &imx355->mutex; in imx355_init_controls() 1539 imx355->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, &imx355_ctrl_ops, in imx355_init_controls() 1549 imx355->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &imx355_ctrl_ops, in imx355_init_controls() 1557 imx355->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &imx355_ctrl_ops, in imx355_init_controls() 1563 imx355->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &imx355_ctrl_ops, in imx355_init_controls() 1571 imx355->exposure = v4l2_ctrl_new_std(ctrl_hdlr, &imx355_ctrl_ops, in imx355_init_controls() 1577 imx355->hflip = v4l2_ctrl_new_std(ctrl_hdlr, &imx355_ctrl_ops, in imx355_init_controls() [all …]
|
| H A D | ov02c10.c | 491 struct v4l2_ctrl_handler *ctrl_hdlr = &ov02c10->ctrl_handler; in ov02c10_init_controls() local 498 v4l2_ctrl_handler_init(ctrl_hdlr, 12); in ov02c10_init_controls() 500 ov02c10->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, in ov02c10_init_controls() 512 ov02c10->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &ov02c10_ctrl_ops, in ov02c10_init_controls() 525 ov02c10->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov02c10_ctrl_ops, in ov02c10_init_controls() 530 ov02c10->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov02c10_ctrl_ops, in ov02c10_init_controls() 536 v4l2_ctrl_new_std(ctrl_hdlr, &ov02c10_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov02c10_init_controls() 539 v4l2_ctrl_new_std(ctrl_hdlr, &ov02c10_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in ov02c10_init_controls() 543 ov02c10->exposure = v4l2_ctrl_new_std(ctrl_hdlr, &ov02c10_ctrl_ops, in ov02c10_init_controls() 550 v4l2_ctrl_new_std(ctrl_hdlr, &ov02c10_ctrl_ops, V4L2_CID_HFLIP, in ov02c10_init_controls() [all …]
|
| H A D | ov5675.c | 781 struct v4l2_ctrl_handler *ctrl_hdlr; in ov5675_init_controls() local 785 ctrl_hdlr = &ov5675->ctrl_handler; in ov5675_init_controls() 786 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 10); in ov5675_init_controls() 790 ctrl_hdlr->lock = &ov5675->mutex; in ov5675_init_controls() 791 ov5675->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, &ov5675_ctrl_ops, in ov5675_init_controls() 798 ov5675->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &ov5675_ctrl_ops, in ov5675_init_controls() 803 ov5675->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov5675_ctrl_ops, in ov5675_init_controls() 810 ov5675->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov5675_ctrl_ops, in ov5675_init_controls() 816 v4l2_ctrl_new_std(ctrl_hdlr, &ov5675_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov5675_init_controls() 819 v4l2_ctrl_new_std(ctrl_hdlr, &ov5675_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in ov5675_init_controls() [all …]
|
| H A D | ov7740.c | 942 struct v4l2_ctrl_handler *ctrl_hdlr = &ov7740->ctrl_handler; in ov7740_init_controls() local 945 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 12); in ov7740_init_controls() 949 ctrl_hdlr->lock = &ov7740->mutex; in ov7740_init_controls() 950 ov7740->auto_wb = v4l2_ctrl_new_std(ctrl_hdlr, &ov7740_ctrl_ops, in ov7740_init_controls() 953 ov7740->blue_balance = v4l2_ctrl_new_std(ctrl_hdlr, &ov7740_ctrl_ops, in ov7740_init_controls() 956 ov7740->red_balance = v4l2_ctrl_new_std(ctrl_hdlr, &ov7740_ctrl_ops, in ov7740_init_controls() 960 ov7740->brightness = v4l2_ctrl_new_std(ctrl_hdlr, &ov7740_ctrl_ops, in ov7740_init_controls() 963 ov7740->contrast = v4l2_ctrl_new_std(ctrl_hdlr, &ov7740_ctrl_ops, in ov7740_init_controls() 966 ov7740->saturation = v4l2_ctrl_new_std(ctrl_hdlr, &ov7740_ctrl_ops, in ov7740_init_controls() 968 ov7740->hflip = v4l2_ctrl_new_std(ctrl_hdlr, &ov7740_ctrl_ops, in ov7740_init_controls() [all …]
|
| H A D | ov13858.c | 1555 struct v4l2_ctrl_handler *ctrl_hdlr; in ov13858_init_controls() local 1565 ctrl_hdlr = &ov13858->ctrl_handler; in ov13858_init_controls() 1566 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 10); in ov13858_init_controls() 1571 ctrl_hdlr->lock = &ov13858->mutex; in ov13858_init_controls() 1572 ov13858->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, in ov13858_init_controls() 1584 ov13858->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &ov13858_ctrl_ops, in ov13858_init_controls() 1593 ctrl_hdlr, &ov13858_ctrl_ops, V4L2_CID_VBLANK, in ov13858_init_controls() 1600 ctrl_hdlr, &ov13858_ctrl_ops, V4L2_CID_HBLANK, in ov13858_init_controls() 1607 ctrl_hdlr, &ov13858_ctrl_ops, in ov13858_init_controls() 1612 v4l2_ctrl_new_std(ctrl_hdlr, &ov13858_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov13858_init_controls() [all …]
|
| H A D | hi847.c | 2483 struct v4l2_ctrl_handler *ctrl_hdlr; in hi847_init_controls() local 2487 ctrl_hdlr = &hi847->ctrl_handler; in hi847_init_controls() 2488 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 8); in hi847_init_controls() 2492 ctrl_hdlr->lock = &hi847->mutex; in hi847_init_controls() 2493 hi847->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, &hi847_ctrl_ops, in hi847_init_controls() 2501 (ctrl_hdlr, &hi847_ctrl_ops, in hi847_init_controls() 2506 hi847->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &hi847_ctrl_ops, in hi847_init_controls() 2517 hi847->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &hi847_ctrl_ops, in hi847_init_controls() 2523 v4l2_ctrl_new_std(ctrl_hdlr, &hi847_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in hi847_init_controls() 2526 v4l2_ctrl_new_std(ctrl_hdlr, &hi847_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in hi847_init_controls() [all …]
|
| H A D | imx319.c | 2232 struct v4l2_ctrl_handler *ctrl_hdlr; in imx319_init_controls() local 2242 ctrl_hdlr = &imx319->ctrl_handler; in imx319_init_controls() 2243 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 10); in imx319_init_controls() 2247 ctrl_hdlr->lock = &imx319->mutex; in imx319_init_controls() 2249 imx319->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, &imx319_ctrl_ops, in imx319_init_controls() 2259 imx319->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &imx319_ctrl_ops, in imx319_init_controls() 2267 imx319->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &imx319_ctrl_ops, in imx319_init_controls() 2273 imx319->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &imx319_ctrl_ops, in imx319_init_controls() 2281 imx319->exposure = v4l2_ctrl_new_std(ctrl_hdlr, &imx319_ctrl_ops, in imx319_init_controls() 2287 imx319->hflip = v4l2_ctrl_new_std(ctrl_hdlr, &imx319_ctrl_ops, in imx319_init_controls() [all …]
|
| H A D | ov9734.c | 542 struct v4l2_ctrl_handler *ctrl_hdlr; in ov9734_init_controls() local 548 ctrl_hdlr = &ov9734->ctrl_handler; in ov9734_init_controls() 549 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 8); in ov9734_init_controls() 553 ctrl_hdlr->lock = &ov9734->mutex; in ov9734_init_controls() 556 ov9734->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, &ov9734_ctrl_ops, in ov9734_init_controls() 564 ov9734->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &ov9734_ctrl_ops, in ov9734_init_controls() 570 ov9734->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov9734_ctrl_ops, in ov9734_init_controls() 575 ov9734->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov9734_ctrl_ops, in ov9734_init_controls() 581 v4l2_ctrl_new_std(ctrl_hdlr, &ov9734_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov9734_init_controls() 584 v4l2_ctrl_new_std(ctrl_hdlr, &ov9734_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in ov9734_init_controls() [all …]
|
| H A D | ov02e10.c | 378 struct v4l2_ctrl_handler *ctrl_hdlr = &ov02e10->ctrl_handler; in ov02e10_init_controls() local 385 v4l2_ctrl_handler_init(ctrl_hdlr, 12); in ov02e10_init_controls() 387 ov02e10->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, in ov02e10_init_controls() 396 ov02e10->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &ov02e10_ctrl_ops, in ov02e10_init_controls() 403 ov02e10->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov02e10_ctrl_ops, in ov02e10_init_controls() 408 ov02e10->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov02e10_ctrl_ops, in ov02e10_init_controls() 414 v4l2_ctrl_new_std(ctrl_hdlr, &ov02e10_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov02e10_init_controls() 418 v4l2_ctrl_new_std(ctrl_hdlr, &ov02e10_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in ov02e10_init_controls() 423 ov02e10->exposure = v4l2_ctrl_new_std(ctrl_hdlr, &ov02e10_ctrl_ops, in ov02e10_init_controls() 430 ov02e10->hflip = v4l2_ctrl_new_std(ctrl_hdlr, &ov02e10_ctrl_ops, in ov02e10_init_controls() [all …]
|
| H A D | imx208.c | 837 struct v4l2_ctrl_handler *ctrl_hdlr = &imx208->ctrl_handler; in imx208_init_controls() local 845 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 8); in imx208_init_controls() 850 ctrl_hdlr->lock = &imx208->imx208_mx; in imx208_init_controls() 852 v4l2_ctrl_new_int_menu(ctrl_hdlr, in imx208_init_controls() 865 imx208->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &imx208_ctrl_ops, in imx208_init_controls() 873 v4l2_ctrl_new_std(ctrl_hdlr, &imx208_ctrl_ops, V4L2_CID_VBLANK, in imx208_init_controls() 879 v4l2_ctrl_new_std(ctrl_hdlr, &imx208_ctrl_ops, V4L2_CID_HBLANK, in imx208_init_controls() 889 v4l2_ctrl_new_std(ctrl_hdlr, &imx208_ctrl_ops, V4L2_CID_EXPOSURE, in imx208_init_controls() 893 imx208->hflip = v4l2_ctrl_new_std(ctrl_hdlr, &imx208_ctrl_ops, in imx208_init_controls() 897 imx208->vflip = v4l2_ctrl_new_std(ctrl_hdlr, &imx208_ctrl_ops, in imx208_init_controls() [all …]
|
| H A D | ov13b10.c | 1361 struct v4l2_ctrl_handler *ctrl_hdlr; in ov13b10_init_controls() local 1372 ctrl_hdlr = &ov13b->ctrl_handler; in ov13b10_init_controls() 1373 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 10); in ov13b10_init_controls() 1378 ctrl_hdlr->lock = &ov13b->mutex; in ov13b10_init_controls() 1380 ov13b->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, in ov13b10_init_controls() 1393 ov13b->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &ov13b10_ctrl_ops, in ov13b10_init_controls() 1401 ov13b->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov13b10_ctrl_ops, in ov13b10_init_controls() 1408 ov13b->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov13b10_ctrl_ops, in ov13b10_init_controls() 1415 ov13b->exposure = v4l2_ctrl_new_std(ctrl_hdlr, &ov13b10_ctrl_ops, in ov13b10_init_controls() 1421 v4l2_ctrl_new_std(ctrl_hdlr, &ov13b10_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov13b10_init_controls() [all …]
|
| H A D | imx412.c | 1081 struct v4l2_ctrl_handler *ctrl_hdlr = &imx412->ctrl_handler; in imx412_init_controls() local 1086 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 6); in imx412_init_controls() 1091 ctrl_hdlr->lock = &imx412->mutex; in imx412_init_controls() 1095 imx412->exp_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx412_init_controls() 1103 imx412->again_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx412_init_controls() 1113 imx412->vblank_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx412_init_controls() 1121 imx412->pclk_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx412_init_controls() 1127 imx412->link_freq_ctrl = v4l2_ctrl_new_int_menu(ctrl_hdlr, in imx412_init_controls() 1137 imx412->hblank_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx412_init_controls() 1146 if (ctrl_hdlr->error) { in imx412_init_controls() [all …]
|
| H A D | og01a1b.c | 610 struct v4l2_ctrl_handler *ctrl_hdlr; in og01a1b_init_controls() local 614 ctrl_hdlr = &og01a1b->ctrl_handler; in og01a1b_init_controls() 615 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 8); in og01a1b_init_controls() 619 ctrl_hdlr->lock = &og01a1b->mutex; in og01a1b_init_controls() 620 og01a1b->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, in og01a1b_init_controls() 629 og01a1b->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &og01a1b_ctrl_ops, in og01a1b_init_controls() 636 og01a1b->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &og01a1b_ctrl_ops, in og01a1b_init_controls() 647 og01a1b->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &og01a1b_ctrl_ops, in og01a1b_init_controls() 653 v4l2_ctrl_new_std(ctrl_hdlr, &og01a1b_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in og01a1b_init_controls() 656 v4l2_ctrl_new_std(ctrl_hdlr, &og01a1b_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in og01a1b_init_controls() [all …]
|
| H A D | ov08d10.c | 915 struct v4l2_ctrl_handler *ctrl_hdlr; in ov08d10_init_controls() local 925 ctrl_hdlr = &ov08d10->ctrl_handler; in ov08d10_init_controls() 926 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 8); in ov08d10_init_controls() 930 ctrl_hdlr->lock = &ov08d10->mutex; in ov08d10_init_controls() 933 v4l2_ctrl_new_int_menu(ctrl_hdlr, &ov08d10_ctrl_ops, in ov08d10_init_controls() 944 v4l2_ctrl_new_std(ctrl_hdlr, &ov08d10_ctrl_ops, in ov08d10_init_controls() 952 v4l2_ctrl_new_std(ctrl_hdlr, &ov08d10_ctrl_ops, in ov08d10_init_controls() 961 ov08d10->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov08d10_ctrl_ops, in ov08d10_init_controls() 967 v4l2_ctrl_new_std(ctrl_hdlr, &ov08d10_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov08d10_init_controls() 971 v4l2_ctrl_new_std(ctrl_hdlr, &ov08d10_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in ov08d10_init_controls() [all …]
|
| H A D | gc05a2.c | 1130 struct v4l2_ctrl_handler *ctrl_hdlr; in gc05a2_init_controls() local 1134 ctrl_hdlr = &gc05a2->ctrls; in gc05a2_init_controls() 1135 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 9); in gc05a2_init_controls() 1139 gc05a2->hflip = v4l2_ctrl_new_std(ctrl_hdlr, &gc05a2_ctrl_ops, in gc05a2_init_controls() 1141 gc05a2->vflip = v4l2_ctrl_new_std(ctrl_hdlr, &gc05a2_ctrl_ops, in gc05a2_init_controls() 1146 v4l2_ctrl_new_int_menu(ctrl_hdlr, in gc05a2_init_controls() 1156 v4l2_ctrl_new_std(ctrl_hdlr, in gc05a2_init_controls() 1164 v4l2_ctrl_new_std(ctrl_hdlr, in gc05a2_init_controls() 1171 gc05a2->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &gc05a2_ctrl_ops, in gc05a2_init_controls() 1177 v4l2_ctrl_new_std(ctrl_hdlr, &gc05a2_ctrl_ops, in gc05a2_init_controls() [all …]
|
| H A D | ov5670.c | 2104 struct v4l2_ctrl_handler *ctrl_hdlr; in ov5670_init_controls() local 2113 ctrl_hdlr = &ov5670->ctrl_handler; in ov5670_init_controls() 2114 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 10); in ov5670_init_controls() 2118 ctrl_hdlr->lock = &ov5670->mutex; in ov5670_init_controls() 2119 ov5670->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, in ov5670_init_controls() 2130 ov5670->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &ov5670_ctrl_ops, in ov5670_init_controls() 2140 ov5670->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov5670_ctrl_ops, in ov5670_init_controls() 2145 ctrl_hdlr, &ov5670_ctrl_ops, V4L2_CID_HBLANK, in ov5670_init_controls() 2153 v4l2_ctrl_new_std(ctrl_hdlr, &ov5670_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov5670_init_controls() 2158 v4l2_ctrl_new_std(ctrl_hdlr, &ov5670_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in ov5670_init_controls() [all …]
|
| H A D | gc08a3.c | 1074 struct v4l2_ctrl_handler *ctrl_hdlr; in gc08a3_init_controls() local 1078 ctrl_hdlr = &gc08a3->ctrls; in gc08a3_init_controls() 1079 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 9); in gc08a3_init_controls() 1083 gc08a3->hflip = v4l2_ctrl_new_std(ctrl_hdlr, &gc08a3_ctrl_ops, in gc08a3_init_controls() 1085 gc08a3->vflip = v4l2_ctrl_new_std(ctrl_hdlr, &gc08a3_ctrl_ops, in gc08a3_init_controls() 1090 v4l2_ctrl_new_int_menu(ctrl_hdlr, in gc08a3_init_controls() 1100 v4l2_ctrl_new_std(ctrl_hdlr, in gc08a3_init_controls() 1108 v4l2_ctrl_new_std(ctrl_hdlr, in gc08a3_init_controls() 1115 gc08a3->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &gc08a3_ctrl_ops, in gc08a3_init_controls() 1121 v4l2_ctrl_new_std(ctrl_hdlr, &gc08a3_ctrl_ops, in gc08a3_init_controls() [all …]
|
| H A D | ov2740.c | 766 struct v4l2_ctrl_handler *ctrl_hdlr; in ov2740_init_controls() local 772 ctrl_hdlr = &ov2740->ctrl_handler; in ov2740_init_controls() 773 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 10); in ov2740_init_controls() 778 v4l2_ctrl_new_int_menu(ctrl_hdlr, &ov2740_ctrl_ops, in ov2740_init_controls() 787 ov2740->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &ov2740_ctrl_ops, in ov2740_init_controls() 794 ov2740->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov2740_ctrl_ops, in ov2740_init_controls() 799 ov2740->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov2740_ctrl_ops, in ov2740_init_controls() 805 v4l2_ctrl_new_std(ctrl_hdlr, &ov2740_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov2740_init_controls() 808 v4l2_ctrl_new_std(ctrl_hdlr, &ov2740_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in ov2740_init_controls() 812 ov2740->exposure = v4l2_ctrl_new_std(ctrl_hdlr, &ov2740_ctrl_ops, in ov2740_init_controls() [all …]
|
| H A D | ov08x40.c | 2081 struct v4l2_ctrl_handler *ctrl_hdlr; in ov08x40_init_controls() local 2091 ctrl_hdlr = &ov08x->ctrl_handler; in ov08x40_init_controls() 2092 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 10); in ov08x40_init_controls() 2097 ctrl_hdlr->lock = &ov08x->mutex; in ov08x40_init_controls() 2098 ov08x->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, in ov08x40_init_controls() 2110 ov08x->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &ov08x40_ctrl_ops, in ov08x40_init_controls() 2118 ov08x->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov08x40_ctrl_ops, in ov08x40_init_controls() 2126 ov08x->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov08x40_ctrl_ops, in ov08x40_init_controls() 2133 ov08x->exposure = v4l2_ctrl_new_std(ctrl_hdlr, &ov08x40_ctrl_ops, in ov08x40_init_controls() 2139 v4l2_ctrl_new_std(ctrl_hdlr, &ov08x40_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov08x40_init_controls() [all …]
|
| H A D | imx258.c | 1220 struct v4l2_ctrl_handler *ctrl_hdlr; in imx258_init_controls() local 1227 ctrl_hdlr = &imx258->ctrl_handler; in imx258_init_controls() 1228 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 13); in imx258_init_controls() 1233 ctrl_hdlr->lock = &imx258->mutex; in imx258_init_controls() 1234 imx258->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, in imx258_init_controls() 1244 imx258->hflip = v4l2_ctrl_new_std(ctrl_hdlr, &imx258_ctrl_ops, in imx258_init_controls() 1249 imx258->vflip = v4l2_ctrl_new_std(ctrl_hdlr, &imx258_ctrl_ops, in imx258_init_controls() 1260 imx258->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &imx258_ctrl_ops, in imx258_init_controls() 1268 ctrl_hdlr, &imx258_ctrl_ops, V4L2_CID_VBLANK, in imx258_init_controls() 1274 ctrl_hdlr, &imx258_ctrl_ops, V4L2_CID_HBLANK, in imx258_init_controls() [all …]
|
| H A D | hi556.c | 850 struct v4l2_ctrl_handler *ctrl_hdlr; in hi556_init_controls() local 854 ctrl_hdlr = &hi556->ctrl_handler; in hi556_init_controls() 855 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 8); in hi556_init_controls() 859 ctrl_hdlr->lock = &hi556->mutex; in hi556_init_controls() 860 hi556->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, &hi556_ctrl_ops, in hi556_init_controls() 868 (ctrl_hdlr, &hi556_ctrl_ops, in hi556_init_controls() 873 hi556->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &hi556_ctrl_ops, in hi556_init_controls() 884 hi556->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &hi556_ctrl_ops, in hi556_init_controls() 890 v4l2_ctrl_new_std(ctrl_hdlr, &hi556_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in hi556_init_controls() 893 v4l2_ctrl_new_std(ctrl_hdlr, &hi556_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in hi556_init_controls() [all …]
|
| H A D | ov8856.c | 1890 struct v4l2_ctrl_handler *ctrl_hdlr; in ov8856_init_controls() local 1894 ctrl_hdlr = &ov8856->ctrl_handler; in ov8856_init_controls() 1895 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 8); in ov8856_init_controls() 1899 ctrl_hdlr->lock = &ov8856->mutex; in ov8856_init_controls() 1900 ov8856->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, &ov8856_ctrl_ops, in ov8856_init_controls() 1909 ov8856->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &ov8856_ctrl_ops, in ov8856_init_controls() 1917 ov8856->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov8856_ctrl_ops, in ov8856_init_controls() 1928 ov8856->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov8856_ctrl_ops, in ov8856_init_controls() 1934 v4l2_ctrl_new_std(ctrl_hdlr, &ov8856_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov8856_init_controls() 1937 v4l2_ctrl_new_std(ctrl_hdlr, &ov8856_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in ov8856_init_controls() [all …]
|
| H A D | imx214.c | 995 struct v4l2_ctrl_handler *ctrl_hdlr; in imx214_ctrls_init() local 1004 ctrl_hdlr = &imx214->ctrls; in imx214_ctrls_init() 1010 v4l2_ctrl_new_std(ctrl_hdlr, NULL, V4L2_CID_PIXEL_RATE, 1, in imx214_ctrls_init() 1013 imx214->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, NULL, in imx214_ctrls_init() 1030 imx214->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &imx214_ctrl_ops, in imx214_ctrls_init() 1036 imx214->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &imx214_ctrl_ops, in imx214_ctrls_init() 1041 imx214->exposure = v4l2_ctrl_new_std(ctrl_hdlr, &imx214_ctrl_ops, in imx214_ctrls_init() 1048 v4l2_ctrl_new_std(ctrl_hdlr, &imx214_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in imx214_ctrls_init() 1052 v4l2_ctrl_new_std(ctrl_hdlr, &imx214_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in imx214_ctrls_init() 1056 imx214->hflip = v4l2_ctrl_new_std(ctrl_hdlr, &imx214_ctrl_ops, in imx214_ctrls_init() [all …]
|
| H A D | hi846.c | 1414 struct v4l2_ctrl_handler *ctrl_hdlr; in hi846_init_controls() local 1420 ctrl_hdlr = &hi846->ctrl_handler; in hi846_init_controls() 1421 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 10); in hi846_init_controls() 1425 ctrl_hdlr->lock = &hi846->mutex; in hi846_init_controls() 1428 v4l2_ctrl_new_int_menu(ctrl_hdlr, &hi846_ctrl_ops, in hi846_init_controls() 1436 v4l2_ctrl_new_std(ctrl_hdlr, &hi846_ctrl_ops, in hi846_init_controls() 1440 hi846->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &hi846_ctrl_ops, in hi846_init_controls() 1451 hi846->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &hi846_ctrl_ops, in hi846_init_controls() 1457 v4l2_ctrl_new_std(ctrl_hdlr, &hi846_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in hi846_init_controls() 1460 v4l2_ctrl_new_std(ctrl_hdlr, &hi846_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in hi846_init_controls() [all …]
|
| H A D | imx335.c | 1328 struct v4l2_ctrl_handler *ctrl_hdlr = &imx335->ctrl_handler; in imx335_init_controls() local 1339 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 10); in imx335_init_controls() 1348 imx335->exp_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx335_init_controls() 1364 imx335->again_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx335_init_controls() 1374 imx335->vflip = v4l2_ctrl_new_std(ctrl_hdlr, in imx335_init_controls() 1381 imx335->vblank_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx335_init_controls() 1388 v4l2_ctrl_new_std_menu_items(ctrl_hdlr, in imx335_init_controls() 1395 imx335->pclk_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx335_init_controls() 1401 imx335->link_freq_ctrl = v4l2_ctrl_new_int_menu(ctrl_hdlr, in imx335_init_controls() 1410 imx335->hblank_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx335_init_controls() [all …]
|