Lines Matching refs:hdl
29 struct v4l2_ctrl_handler hdl;
141 struct tw9903 *dec = container_of(ctrl->handler, struct tw9903, hdl);
197 struct v4l2_ctrl_handler *hdl;
211 hdl = &dec->hdl;
212 v4l2_ctrl_handler_init(hdl, 4);
213 v4l2_ctrl_new_std(hdl, &tw9903_ctrl_ops,
215 v4l2_ctrl_new_std(hdl, &tw9903_ctrl_ops,
217 v4l2_ctrl_new_std(hdl, &tw9903_ctrl_ops,
219 sd->ctrl_handler = hdl;
220 if (hdl->error) {
221 int err = hdl->error;
223 v4l2_ctrl_handler_free(hdl);
243 v4l2_ctrl_handler_free(&to_state(sd)->hdl);