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