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