Lines Matching refs:hdl
28 struct v4l2_ctrl_handler hdl;
38 return &container_of(ctrl->handler, struct cs5345_state, hdl)->sd;
157 v4l2_ctrl_handler_init(&state->hdl, 2);
158 v4l2_ctrl_new_std(&state->hdl, &cs5345_ctrl_ops,
160 v4l2_ctrl_new_std(&state->hdl, &cs5345_ctrl_ops,
162 sd->ctrl_handler = &state->hdl;
163 if (state->hdl.error) {
164 int err = state->hdl.error;
166 v4l2_ctrl_handler_free(&state->hdl);
170 v4l2_ctrl_handler_setup(&state->hdl);
186 v4l2_ctrl_handler_free(&state->hdl);