Lines Matching defs:hdl
28 struct v4l2_ctrl_handler hdl;
38 return &container_of(ctrl->handler, struct cs5345_state, hdl)->sd;
158 v4l2_ctrl_handler_init(&state->hdl, 2);
159 v4l2_ctrl_new_std(&state->hdl, &cs5345_ctrl_ops,
161 v4l2_ctrl_new_std(&state->hdl, &cs5345_ctrl_ops,
163 sd->ctrl_handler = &state->hdl;
164 if (state->hdl.error) {
165 int err = state->hdl.error;
167 v4l2_ctrl_handler_free(&state->hdl);
171 v4l2_ctrl_handler_setup(&state->hdl);
187 v4l2_ctrl_handler_free(&state->hdl);