Lines Matching refs:hdl
46 struct v4l2_ctrl_handler hdl; member
56 return &container_of(ctrl->handler, struct cs53l32a_state, hdl)->sd; in to_sd()
112 v4l2_ctrl_handler_log_status(&state->hdl, sd->name); in cs53l32a_log_status()
180 v4l2_ctrl_handler_init(&state->hdl, 2); in cs53l32a_probe()
181 v4l2_ctrl_new_std(&state->hdl, &cs53l32a_ctrl_ops, in cs53l32a_probe()
183 v4l2_ctrl_new_std(&state->hdl, &cs53l32a_ctrl_ops, in cs53l32a_probe()
185 sd->ctrl_handler = &state->hdl; in cs53l32a_probe()
186 if (state->hdl.error) { in cs53l32a_probe()
187 int err = state->hdl.error; in cs53l32a_probe()
189 v4l2_ctrl_handler_free(&state->hdl); in cs53l32a_probe()
219 v4l2_ctrl_handler_free(&state->hdl); in cs53l32a_remove()