Lines Matching refs:hdl
20 struct v4l2_ctrl_handler hdl;
111 struct tw9906 *dec = container_of(ctrl->handler, struct tw9906, hdl);
164 struct v4l2_ctrl_handler *hdl;
178 hdl = &dec->hdl;
179 v4l2_ctrl_handler_init(hdl, 4);
180 v4l2_ctrl_new_std(hdl, &tw9906_ctrl_ops,
182 v4l2_ctrl_new_std(hdl, &tw9906_ctrl_ops,
184 v4l2_ctrl_new_std(hdl, &tw9906_ctrl_ops,
186 sd->ctrl_handler = hdl;
187 if (hdl->error) {
188 int err = hdl->error;
190 v4l2_ctrl_handler_free(hdl);
210 v4l2_ctrl_handler_free(&to_state(sd)->hdl);