Lines Matching defs:hdl
20 struct v4l2_ctrl_handler hdl;
111 struct tw9906 *dec = container_of(ctrl->handler, struct tw9906, hdl);
165 struct v4l2_ctrl_handler *hdl;
179 hdl = &dec->hdl;
180 v4l2_ctrl_handler_init(hdl, 4);
181 v4l2_ctrl_new_std(hdl, &tw9906_ctrl_ops,
183 v4l2_ctrl_new_std(hdl, &tw9906_ctrl_ops,
185 v4l2_ctrl_new_std(hdl, &tw9906_ctrl_ops,
187 sd->ctrl_handler = hdl;
188 if (hdl->error) {
189 int err = hdl->error;
191 v4l2_ctrl_handler_free(hdl);
211 v4l2_ctrl_handler_free(&to_state(sd)->hdl);