Lines Matching refs:hdl
219 struct v4l2_ctrl_handler hdl; member
1231 container_of(ctrl->handler, struct s2255_vc, hdl); in s2255_s_ctrl()
1587 v4l2_ctrl_handler_free(&vc->hdl); in s2255_video_device_release()
1633 v4l2_ctrl_handler_init(&vc->hdl, 6); in s2255_probe_v4l()
1634 v4l2_ctrl_new_std(&vc->hdl, &s2255_ctrl_ops, in s2255_probe_v4l()
1636 v4l2_ctrl_new_std(&vc->hdl, &s2255_ctrl_ops, in s2255_probe_v4l()
1638 v4l2_ctrl_new_std(&vc->hdl, &s2255_ctrl_ops, in s2255_probe_v4l()
1640 v4l2_ctrl_new_std(&vc->hdl, &s2255_ctrl_ops, in s2255_probe_v4l()
1642 vc->jpegqual_ctrl = v4l2_ctrl_new_std(&vc->hdl, in s2255_probe_v4l()
1648 v4l2_ctrl_new_custom(&vc->hdl, &color_filter_ctrl, in s2255_probe_v4l()
1650 if (vc->hdl.error) { in s2255_probe_v4l()
1651 ret = vc->hdl.error; in s2255_probe_v4l()
1652 v4l2_ctrl_handler_free(&vc->hdl); in s2255_probe_v4l()
1674 vc->vdev.ctrl_handler = &vc->hdl; in s2255_probe_v4l()