Lines Matching refs:ctrls
33 #include <media/v4l2-ctrls.h>
101 struct v4l2_ctrl_handler ctrls;
794 struct ov5645, ctrls);
1001 ret = v4l2_ctrl_handler_setup(&ov5645->ctrls);
1138 v4l2_ctrl_handler_init(&ov5645->ctrls, 9);
1139 v4l2_ctrl_new_std(&ov5645->ctrls, &ov5645_ctrl_ops,
1141 v4l2_ctrl_new_std(&ov5645->ctrls, &ov5645_ctrl_ops,
1143 v4l2_ctrl_new_std(&ov5645->ctrls, &ov5645_ctrl_ops,
1145 v4l2_ctrl_new_std(&ov5645->ctrls, &ov5645_ctrl_ops,
1147 v4l2_ctrl_new_std(&ov5645->ctrls, &ov5645_ctrl_ops,
1149 v4l2_ctrl_new_std_menu(&ov5645->ctrls, &ov5645_ctrl_ops,
1152 v4l2_ctrl_new_std_menu_items(&ov5645->ctrls, &ov5645_ctrl_ops,
1156 ov5645->pixel_clock = v4l2_ctrl_new_std(&ov5645->ctrls,
1160 ov5645->link_freq = v4l2_ctrl_new_int_menu(&ov5645->ctrls,
1168 ov5645->sd.ctrl_handler = &ov5645->ctrls;
1170 if (ov5645->ctrls.error) {
1172 __func__, ov5645->ctrls.error);
1173 ret = ov5645->ctrls.error;
1251 v4l2_ctrl_handler_free(&ov5645->ctrls);
1264 v4l2_ctrl_handler_free(&ov5645->ctrls);