Lines Matching refs:hdl
29 struct v4l2_ctrl_handler hdl;
141 struct tw9903 *dec = container_of(ctrl->handler, struct tw9903, hdl);
196 struct v4l2_ctrl_handler *hdl;
210 hdl = &dec->hdl;
211 v4l2_ctrl_handler_init(hdl, 4);
212 v4l2_ctrl_new_std(hdl, &tw9903_ctrl_ops,
214 v4l2_ctrl_new_std(hdl, &tw9903_ctrl_ops,
216 v4l2_ctrl_new_std(hdl, &tw9903_ctrl_ops,
218 sd->ctrl_handler = hdl;
219 if (hdl->error) {
220 int err = hdl->error;
222 v4l2_ctrl_handler_free(hdl);
242 v4l2_ctrl_handler_free(&to_state(sd)->hdl);