Lines Matching refs:hdl
551 container_of(ctrl->handler, struct tw68_dev, hdl); in tw68_s_ctrl()
935 struct v4l2_ctrl_handler *hdl = &dev->hdl; in tw68_video_init1() local
937 v4l2_ctrl_handler_init(hdl, 6); in tw68_video_init1()
938 v4l2_ctrl_new_std(hdl, &tw68_ctrl_ops, in tw68_video_init1()
940 v4l2_ctrl_new_std(hdl, &tw68_ctrl_ops, in tw68_video_init1()
942 v4l2_ctrl_new_std(hdl, &tw68_ctrl_ops, in tw68_video_init1()
945 v4l2_ctrl_new_std(hdl, &tw68_ctrl_ops, in tw68_video_init1()
947 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 if (hdl->error) { in tw68_video_init1()
952 v4l2_ctrl_handler_free(hdl); in tw68_video_init1()
953 return hdl->error; in tw68_video_init1()
955 dev->v4l2_dev.ctrl_handler = hdl; in tw68_video_init1()
956 v4l2_ctrl_handler_setup(hdl); in tw68_video_init1()