Lines Matching refs:hdl
555 container_of(ctrl->handler, struct tw68_dev, hdl); in tw68_s_ctrl()
939 struct v4l2_ctrl_handler *hdl = &dev->hdl; in tw68_video_init1() local
941 v4l2_ctrl_handler_init(hdl, 6); in tw68_video_init1()
942 v4l2_ctrl_new_std(hdl, &tw68_ctrl_ops, in tw68_video_init1()
944 v4l2_ctrl_new_std(hdl, &tw68_ctrl_ops, in tw68_video_init1()
946 v4l2_ctrl_new_std(hdl, &tw68_ctrl_ops, in tw68_video_init1()
949 v4l2_ctrl_new_std(hdl, &tw68_ctrl_ops, in tw68_video_init1()
951 v4l2_ctrl_new_std(hdl, &tw68_ctrl_ops, in tw68_video_init1()
953 v4l2_ctrl_new_std(hdl, &tw68_ctrl_ops, in tw68_video_init1()
955 if (hdl->error) { in tw68_video_init1()
956 v4l2_ctrl_handler_free(hdl); in tw68_video_init1()
957 return hdl->error; in tw68_video_init1()
959 dev->v4l2_dev.ctrl_handler = hdl; in tw68_video_init1()
960 v4l2_ctrl_handler_setup(hdl); in tw68_video_init1()