Lines Matching defs:ctrls
31 #include <media/v4l2-ctrls.h>
99 struct v4l2_ctrl_handler ctrls;
769 struct ov5645, ctrls);
984 ret = v4l2_ctrl_handler_setup(&ov5645->ctrls);
1125 v4l2_ctrl_handler_init(&ov5645->ctrls, 9);
1126 v4l2_ctrl_new_std(&ov5645->ctrls, &ov5645_ctrl_ops,
1128 v4l2_ctrl_new_std(&ov5645->ctrls, &ov5645_ctrl_ops,
1130 v4l2_ctrl_new_std(&ov5645->ctrls, &ov5645_ctrl_ops,
1132 v4l2_ctrl_new_std(&ov5645->ctrls, &ov5645_ctrl_ops,
1134 v4l2_ctrl_new_std(&ov5645->ctrls, &ov5645_ctrl_ops,
1136 v4l2_ctrl_new_std_menu(&ov5645->ctrls, &ov5645_ctrl_ops,
1139 v4l2_ctrl_new_std_menu_items(&ov5645->ctrls, &ov5645_ctrl_ops,
1143 ov5645->pixel_clock = v4l2_ctrl_new_std(&ov5645->ctrls,
1147 ov5645->link_freq = v4l2_ctrl_new_int_menu(&ov5645->ctrls,
1155 ov5645->sd.ctrl_handler = &ov5645->ctrls;
1157 if (ov5645->ctrls.error) {
1159 __func__, ov5645->ctrls.error);
1160 ret = ov5645->ctrls.error;
1246 v4l2_ctrl_handler_free(&ov5645->ctrls);
1259 v4l2_ctrl_handler_free(&ov5645->ctrls);