Home
last modified time | relevance | path

Searched refs:ctrl_hdlr (Results 1 – 25 of 33) sorted by relevance

12

/linux/drivers/media/i2c/
H A Dov01a10.c521 struct v4l2_ctrl_handler *ctrl_hdlr; in ov01a10_init_controls() local
531 ctrl_hdlr = &ov01a10->ctrl_handler; in ov01a10_init_controls()
532 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 12); in ov01a10_init_controls()
539 ov01a10->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, in ov01a10_init_controls()
547 ov01a10->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &ov01a10_ctrl_ops, in ov01a10_init_controls()
554 ov01a10->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov01a10_ctrl_ops, in ov01a10_init_controls()
559 ov01a10->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov01a10_ctrl_ops, in ov01a10_init_controls()
565 v4l2_ctrl_new_std(ctrl_hdlr, &ov01a10_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov01a10_init_controls()
568 v4l2_ctrl_new_std(ctrl_hdlr, &ov01a10_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in ov01a10_init_controls()
573 ov01a10->exposure = v4l2_ctrl_new_std(ctrl_hdlr, &ov01a10_ctrl_ops, in ov01a10_init_controls()
[all …]
H A Dimx355.c1524 struct v4l2_ctrl_handler *ctrl_hdlr; in imx355_init_controls() local
1534 ctrl_hdlr = &imx355->ctrl_handler; in imx355_init_controls()
1535 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 12); in imx355_init_controls()
1539 ctrl_hdlr->lock = &imx355->mutex; in imx355_init_controls()
1541 imx355->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, &imx355_ctrl_ops, in imx355_init_controls()
1551 imx355->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &imx355_ctrl_ops, in imx355_init_controls()
1559 imx355->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &imx355_ctrl_ops, in imx355_init_controls()
1565 imx355->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &imx355_ctrl_ops, in imx355_init_controls()
1573 imx355->exposure = v4l2_ctrl_new_std(ctrl_hdlr, &imx355_ctrl_ops, in imx355_init_controls()
1579 imx355->hflip = v4l2_ctrl_new_std(ctrl_hdlr, &imx355_ctrl_ops, in imx355_init_controls()
[all …]
H A Dov7740.c942 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 Dov5675.c781 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 Dov13858.c1557 struct v4l2_ctrl_handler *ctrl_hdlr; in ov13858_init_controls() local
1567 ctrl_hdlr = &ov13858->ctrl_handler; in ov13858_init_controls()
1568 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 10); in ov13858_init_controls()
1573 ctrl_hdlr->lock = &ov13858->mutex; in ov13858_init_controls()
1574 ov13858->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, in ov13858_init_controls()
1586 ov13858->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &ov13858_ctrl_ops, in ov13858_init_controls()
1595 ctrl_hdlr, &ov13858_ctrl_ops, V4L2_CID_VBLANK, in ov13858_init_controls()
1602 ctrl_hdlr, &ov13858_ctrl_ops, V4L2_CID_HBLANK, in ov13858_init_controls()
1609 ctrl_hdlr, &ov13858_ctrl_ops, in ov13858_init_controls()
1614 v4l2_ctrl_new_std(ctrl_hdlr, &ov13858_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov13858_init_controls()
[all …]
H A Dimx319.c2235 struct v4l2_ctrl_handler *ctrl_hdlr; in imx319_init_controls() local
2245 ctrl_hdlr = &imx319->ctrl_handler; in imx319_init_controls()
2246 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 10); in imx319_init_controls()
2250 ctrl_hdlr->lock = &imx319->mutex; in imx319_init_controls()
2252 imx319->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, &imx319_ctrl_ops, in imx319_init_controls()
2262 imx319->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &imx319_ctrl_ops, in imx319_init_controls()
2270 imx319->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &imx319_ctrl_ops, in imx319_init_controls()
2276 imx319->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &imx319_ctrl_ops, in imx319_init_controls()
2284 imx319->exposure = v4l2_ctrl_new_std(ctrl_hdlr, &imx319_ctrl_ops, in imx319_init_controls()
2290 imx319->hflip = v4l2_ctrl_new_std(ctrl_hdlr, &imx319_ctrl_ops, in imx319_init_controls()
[all …]
H A Dov9734.c539 struct v4l2_ctrl_handler *ctrl_hdlr; in ov9734_init_controls() local
545 ctrl_hdlr = &ov9734->ctrl_handler; in ov9734_init_controls()
546 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 8); in ov9734_init_controls()
550 ctrl_hdlr->lock = &ov9734->mutex; in ov9734_init_controls()
553 ov9734->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, &ov9734_ctrl_ops, in ov9734_init_controls()
561 ov9734->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &ov9734_ctrl_ops, in ov9734_init_controls()
567 ov9734->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov9734_ctrl_ops, in ov9734_init_controls()
572 ov9734->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov9734_ctrl_ops, in ov9734_init_controls()
578 v4l2_ctrl_new_std(ctrl_hdlr, &ov9734_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov9734_init_controls()
581 v4l2_ctrl_new_std(ctrl_hdlr, &ov9734_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in ov9734_init_controls()
[all …]
H A Dov08x40.c1940 struct v4l2_ctrl_handler *ctrl_hdlr; in ov08x40_init_controls() local
1951 ctrl_hdlr = &ov08x->ctrl_handler; in ov08x40_init_controls()
1952 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 10); in ov08x40_init_controls()
1957 ctrl_hdlr->lock = &ov08x->mutex; in ov08x40_init_controls()
1959 ov08x->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, in ov08x40_init_controls()
1971 ov08x->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &ov08x40_ctrl_ops, in ov08x40_init_controls()
1979 ov08x->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov08x40_ctrl_ops, in ov08x40_init_controls()
1987 ov08x->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov08x40_ctrl_ops, in ov08x40_init_controls()
1994 ov08x->exposure = v4l2_ctrl_new_std(ctrl_hdlr, &ov08x40_ctrl_ops, in ov08x40_init_controls()
2000 v4l2_ctrl_new_std(ctrl_hdlr, &ov08x40_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov08x40_init_controls()
[all …]
H A Dhi847.c2480 struct v4l2_ctrl_handler *ctrl_hdlr; in hi847_init_controls() local
2484 ctrl_hdlr = &hi847->ctrl_handler; in hi847_init_controls()
2485 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 8); in hi847_init_controls()
2489 ctrl_hdlr->lock = &hi847->mutex; in hi847_init_controls()
2490 hi847->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, &hi847_ctrl_ops, in hi847_init_controls()
2498 (ctrl_hdlr, &hi847_ctrl_ops, in hi847_init_controls()
2503 hi847->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &hi847_ctrl_ops, in hi847_init_controls()
2514 hi847->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &hi847_ctrl_ops, in hi847_init_controls()
2520 v4l2_ctrl_new_std(ctrl_hdlr, &hi847_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in hi847_init_controls()
2523 v4l2_ctrl_new_std(ctrl_hdlr, &hi847_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in hi847_init_controls()
[all …]
H A Dimx208.c839 struct v4l2_ctrl_handler *ctrl_hdlr = &imx208->ctrl_handler; in imx208_init_controls() local
847 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 8); in imx208_init_controls()
852 ctrl_hdlr->lock = &imx208->imx208_mx; in imx208_init_controls()
854 v4l2_ctrl_new_int_menu(ctrl_hdlr, in imx208_init_controls()
867 imx208->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &imx208_ctrl_ops, in imx208_init_controls()
875 v4l2_ctrl_new_std(ctrl_hdlr, &imx208_ctrl_ops, V4L2_CID_VBLANK, in imx208_init_controls()
881 v4l2_ctrl_new_std(ctrl_hdlr, &imx208_ctrl_ops, V4L2_CID_HBLANK, in imx208_init_controls()
891 v4l2_ctrl_new_std(ctrl_hdlr, &imx208_ctrl_ops, V4L2_CID_EXPOSURE, in imx208_init_controls()
895 imx208->hflip = v4l2_ctrl_new_std(ctrl_hdlr, &imx208_ctrl_ops, in imx208_init_controls()
899 imx208->vflip = v4l2_ctrl_new_std(ctrl_hdlr, &imx208_ctrl_ops, in imx208_init_controls()
[all …]
H A Dimx412.c1082 struct v4l2_ctrl_handler *ctrl_hdlr = &imx412->ctrl_handler; in imx412_init_controls() local
1087 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 6); in imx412_init_controls()
1092 ctrl_hdlr->lock = &imx412->mutex; in imx412_init_controls()
1096 imx412->exp_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx412_init_controls()
1104 imx412->again_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx412_init_controls()
1114 imx412->vblank_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx412_init_controls()
1122 imx412->pclk_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx412_init_controls()
1128 imx412->link_freq_ctrl = v4l2_ctrl_new_int_menu(ctrl_hdlr, in imx412_init_controls()
1138 imx412->hblank_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx412_init_controls()
1147 if (ctrl_hdlr->error) { in imx412_init_controls()
[all …]
H A Dov13b10.c1286 struct v4l2_ctrl_handler *ctrl_hdlr; in ov13b10_init_controls() local
1297 ctrl_hdlr = &ov13b->ctrl_handler; in ov13b10_init_controls()
1298 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 10); in ov13b10_init_controls()
1303 ctrl_hdlr->lock = &ov13b->mutex; in ov13b10_init_controls()
1305 ov13b->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, in ov13b10_init_controls()
1317 ov13b->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &ov13b10_ctrl_ops, in ov13b10_init_controls()
1325 ov13b->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov13b10_ctrl_ops, in ov13b10_init_controls()
1333 ov13b->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov13b10_ctrl_ops, in ov13b10_init_controls()
1340 ov13b->exposure = v4l2_ctrl_new_std(ctrl_hdlr, &ov13b10_ctrl_ops, in ov13b10_init_controls()
1346 v4l2_ctrl_new_std(ctrl_hdlr, &ov13b10_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov13b10_init_controls()
[all …]
H A Dimx219.c468 struct v4l2_ctrl_handler *ctrl_hdlr; in imx219_init_controls() local
473 ctrl_hdlr = &imx219->ctrl_handler; in imx219_init_controls()
474 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 12); in imx219_init_controls()
479 imx219->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &imx219_ctrl_ops, in imx219_init_controls()
486 v4l2_ctrl_new_int_menu(ctrl_hdlr, &imx219_ctrl_ops, in imx219_init_controls()
495 imx219->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &imx219_ctrl_ops, in imx219_init_controls()
500 imx219->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &imx219_ctrl_ops, in imx219_init_controls()
508 imx219->exposure = v4l2_ctrl_new_std(ctrl_hdlr, &imx219_ctrl_ops, in imx219_init_controls()
514 v4l2_ctrl_new_std(ctrl_hdlr, &imx219_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in imx219_init_controls()
518 v4l2_ctrl_new_std(ctrl_hdlr, &imx219_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in imx219_init_controls()
[all …]
H A Dov08d10.c915 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 Dimx334.c1247 struct v4l2_ctrl_handler *ctrl_hdlr = &imx334->ctrl_handler; in imx334_init_controls() local
1252 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 7); in imx334_init_controls()
1257 ctrl_hdlr->lock = &imx334->mutex; in imx334_init_controls()
1261 imx334->exp_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx334_init_controls()
1269 imx334->again_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx334_init_controls()
1279 imx334->vblank_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx334_init_controls()
1287 imx334->pclk_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx334_init_controls()
1293 imx334->link_freq_ctrl = v4l2_ctrl_new_int_menu(ctrl_hdlr, in imx334_init_controls()
1303 imx334->hblank_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx334_init_controls()
1312 v4l2_ctrl_new_std_menu_items(ctrl_hdlr, &imx334_ctrl_ops, in imx334_init_controls()
[all …]
H A Dog01a1b.c610 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 Dimx335.c1158 struct v4l2_ctrl_handler *ctrl_hdlr = &imx335->ctrl_handler; in imx335_init_controls() local
1169 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 9); in imx335_init_controls()
1174 ctrl_hdlr->lock = &imx335->mutex; in imx335_init_controls()
1178 imx335->exp_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx335_init_controls()
1194 imx335->again_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx335_init_controls()
1204 imx335->vblank_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx335_init_controls()
1211 v4l2_ctrl_new_std_menu_items(ctrl_hdlr, in imx335_init_controls()
1218 imx335->pclk_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx335_init_controls()
1224 imx335->link_freq_ctrl = v4l2_ctrl_new_int_menu(ctrl_hdlr, in imx335_init_controls()
1233 imx335->hblank_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in imx335_init_controls()
[all …]
H A Dgc05a2.c1137 struct v4l2_ctrl_handler *ctrl_hdlr; in gc05a2_init_controls() local
1141 ctrl_hdlr = &gc05a2->ctrls; in gc05a2_init_controls()
1142 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 9); in gc05a2_init_controls()
1146 gc05a2->hflip = v4l2_ctrl_new_std(ctrl_hdlr, &gc05a2_ctrl_ops, in gc05a2_init_controls()
1148 gc05a2->vflip = v4l2_ctrl_new_std(ctrl_hdlr, &gc05a2_ctrl_ops, in gc05a2_init_controls()
1153 v4l2_ctrl_new_int_menu(ctrl_hdlr, in gc05a2_init_controls()
1163 v4l2_ctrl_new_std(ctrl_hdlr, in gc05a2_init_controls()
1171 v4l2_ctrl_new_std(ctrl_hdlr, in gc05a2_init_controls()
1178 gc05a2->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &gc05a2_ctrl_ops, in gc05a2_init_controls()
1184 v4l2_ctrl_new_std(ctrl_hdlr, &gc05a2_ctrl_ops, in gc05a2_init_controls()
[all …]
H A Dgc08a3.c1081 struct v4l2_ctrl_handler *ctrl_hdlr; in gc08a3_init_controls() local
1085 ctrl_hdlr = &gc08a3->ctrls; in gc08a3_init_controls()
1086 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 9); in gc08a3_init_controls()
1090 gc08a3->hflip = v4l2_ctrl_new_std(ctrl_hdlr, &gc08a3_ctrl_ops, in gc08a3_init_controls()
1092 gc08a3->vflip = v4l2_ctrl_new_std(ctrl_hdlr, &gc08a3_ctrl_ops, in gc08a3_init_controls()
1097 v4l2_ctrl_new_int_menu(ctrl_hdlr, in gc08a3_init_controls()
1107 v4l2_ctrl_new_std(ctrl_hdlr, in gc08a3_init_controls()
1115 v4l2_ctrl_new_std(ctrl_hdlr, in gc08a3_init_controls()
1122 gc08a3->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &gc08a3_ctrl_ops, in gc08a3_init_controls()
1128 v4l2_ctrl_new_std(ctrl_hdlr, &gc08a3_ctrl_ops, in gc08a3_init_controls()
[all …]
H A Dov5670.c2104 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 Dov9282.c1290 struct v4l2_ctrl_handler *ctrl_hdlr = &ov9282->ctrl_handler; in ov9282_init_controls() local
1297 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 10); in ov9282_init_controls()
1302 ctrl_hdlr->lock = &ov9282->mutex; in ov9282_init_controls()
1306 ov9282->exp_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in ov9282_init_controls()
1314 ov9282->again_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in ov9282_init_controls()
1324 ov9282->vblank_ctrl = v4l2_ctrl_new_std(ctrl_hdlr, in ov9282_init_controls()
1331 v4l2_ctrl_new_std(ctrl_hdlr, &ov9282_ctrl_ops, V4L2_CID_VFLIP, in ov9282_init_controls()
1334 v4l2_ctrl_new_std(ctrl_hdlr, &ov9282_ctrl_ops, V4L2_CID_HFLIP, in ov9282_init_controls()
1338 ov9282->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &ov9282_ctrl_ops, in ov9282_init_controls()
1344 ov9282->link_freq_ctrl = v4l2_ctrl_new_int_menu(ctrl_hdlr, in ov9282_init_controls()
[all …]
H A Dimx258.c1223 struct v4l2_ctrl_handler *ctrl_hdlr; in imx258_init_controls() local
1230 ctrl_hdlr = &imx258->ctrl_handler; in imx258_init_controls()
1231 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 13); in imx258_init_controls()
1236 ctrl_hdlr->lock = &imx258->mutex; in imx258_init_controls()
1237 imx258->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, in imx258_init_controls()
1247 imx258->hflip = v4l2_ctrl_new_std(ctrl_hdlr, &imx258_ctrl_ops, in imx258_init_controls()
1252 imx258->vflip = v4l2_ctrl_new_std(ctrl_hdlr, &imx258_ctrl_ops, in imx258_init_controls()
1263 imx258->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &imx258_ctrl_ops, in imx258_init_controls()
1271 ctrl_hdlr, &imx258_ctrl_ops, V4L2_CID_VBLANK, in imx258_init_controls()
1277 ctrl_hdlr, &imx258_ctrl_ops, V4L2_CID_HBLANK, in imx258_init_controls()
[all …]
H A Dhi556.c841 struct v4l2_ctrl_handler *ctrl_hdlr; in hi556_init_controls() local
845 ctrl_hdlr = &hi556->ctrl_handler; in hi556_init_controls()
846 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 8); in hi556_init_controls()
850 ctrl_hdlr->lock = &hi556->mutex; in hi556_init_controls()
851 hi556->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, &hi556_ctrl_ops, in hi556_init_controls()
859 (ctrl_hdlr, &hi556_ctrl_ops, in hi556_init_controls()
864 hi556->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &hi556_ctrl_ops, in hi556_init_controls()
875 hi556->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &hi556_ctrl_ops, in hi556_init_controls()
881 v4l2_ctrl_new_std(ctrl_hdlr, &hi556_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in hi556_init_controls()
884 v4l2_ctrl_new_std(ctrl_hdlr, &hi556_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in hi556_init_controls()
[all …]
H A Dov8856.c1890 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 Dhi846.c1414 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 …]

12