Lines Matching refs:hdl
220 struct v4l2_ctrl_handler hdl; member
1234 container_of(ctrl->handler, struct s2255_vc, hdl); in s2255_s_ctrl()
1590 v4l2_ctrl_handler_free(&vc->hdl); in s2255_video_device_release()
1636 v4l2_ctrl_handler_init(&vc->hdl, 6); in s2255_probe_v4l()
1637 v4l2_ctrl_new_std(&vc->hdl, &s2255_ctrl_ops, in s2255_probe_v4l()
1639 v4l2_ctrl_new_std(&vc->hdl, &s2255_ctrl_ops, in s2255_probe_v4l()
1641 v4l2_ctrl_new_std(&vc->hdl, &s2255_ctrl_ops, in s2255_probe_v4l()
1643 v4l2_ctrl_new_std(&vc->hdl, &s2255_ctrl_ops, in s2255_probe_v4l()
1645 vc->jpegqual_ctrl = v4l2_ctrl_new_std(&vc->hdl, in s2255_probe_v4l()
1651 v4l2_ctrl_new_custom(&vc->hdl, &color_filter_ctrl, in s2255_probe_v4l()
1653 if (vc->hdl.error) { in s2255_probe_v4l()
1654 ret = vc->hdl.error; in s2255_probe_v4l()
1655 v4l2_ctrl_handler_free(&vc->hdl); in s2255_probe_v4l()
1677 vc->vdev.ctrl_handler = &vc->hdl; in s2255_probe_v4l()