Lines Matching refs:ctrls
101 struct v4l2_ctrl_handler ctrls; member
794 struct ov5645, ctrls); in ov5645_s_ctrl()
1003 ret = v4l2_ctrl_handler_setup(&ov5645->ctrls); in ov5645_s_stream()
1140 v4l2_ctrl_handler_init(&ov5645->ctrls, 9); in ov5645_probe()
1141 v4l2_ctrl_new_std(&ov5645->ctrls, &ov5645_ctrl_ops, in ov5645_probe()
1143 v4l2_ctrl_new_std(&ov5645->ctrls, &ov5645_ctrl_ops, in ov5645_probe()
1145 v4l2_ctrl_new_std(&ov5645->ctrls, &ov5645_ctrl_ops, in ov5645_probe()
1147 v4l2_ctrl_new_std(&ov5645->ctrls, &ov5645_ctrl_ops, in ov5645_probe()
1149 v4l2_ctrl_new_std(&ov5645->ctrls, &ov5645_ctrl_ops, in ov5645_probe()
1151 v4l2_ctrl_new_std_menu(&ov5645->ctrls, &ov5645_ctrl_ops, in ov5645_probe()
1154 v4l2_ctrl_new_std_menu_items(&ov5645->ctrls, &ov5645_ctrl_ops, in ov5645_probe()
1158 ov5645->pixel_clock = v4l2_ctrl_new_std(&ov5645->ctrls, in ov5645_probe()
1162 ov5645->link_freq = v4l2_ctrl_new_int_menu(&ov5645->ctrls, in ov5645_probe()
1170 ov5645->sd.ctrl_handler = &ov5645->ctrls; in ov5645_probe()
1172 if (ov5645->ctrls.error) { in ov5645_probe()
1174 __func__, ov5645->ctrls.error); in ov5645_probe()
1175 ret = ov5645->ctrls.error; in ov5645_probe()
1253 v4l2_ctrl_handler_free(&ov5645->ctrls); in ov5645_probe()
1266 v4l2_ctrl_handler_free(&ov5645->ctrls); in ov5645_remove()