Lines Matching refs:hdl
102 struct v4l2_ctrl_handler hdl; member
153 static bool adv7842_check_dv_timings(const struct v4l2_dv_timings *t, void *hdl) in adv7842_check_dv_timings() argument
260 return &container_of(ctrl->handler, struct adv7842_state, hdl)->sd; in to_sd()
3198 struct v4l2_ctrl_handler *hdl; in adv7842_probe() local
3252 hdl = &state->hdl; in adv7842_probe()
3253 v4l2_ctrl_handler_init(hdl, 6); in adv7842_probe()
3256 v4l2_ctrl_new_std(hdl, &adv7842_ctrl_ops, in adv7842_probe()
3258 v4l2_ctrl_new_std(hdl, &adv7842_ctrl_ops, in adv7842_probe()
3260 v4l2_ctrl_new_std(hdl, &adv7842_ctrl_ops, in adv7842_probe()
3262 v4l2_ctrl_new_std(hdl, &adv7842_ctrl_ops, in adv7842_probe()
3266 state->detect_tx_5v_ctrl = v4l2_ctrl_new_std(hdl, NULL, in adv7842_probe()
3268 state->analog_sampling_phase_ctrl = v4l2_ctrl_new_custom(hdl, in adv7842_probe()
3270 state->free_run_color_ctrl_manual = v4l2_ctrl_new_custom(hdl, in adv7842_probe()
3272 state->free_run_color_ctrl = v4l2_ctrl_new_custom(hdl, in adv7842_probe()
3275 v4l2_ctrl_new_std_menu(hdl, &adv7842_ctrl_ops, in adv7842_probe()
3278 sd->ctrl_handler = hdl; in adv7842_probe()
3279 if (hdl->error) { in adv7842_probe()
3280 err = hdl->error; in adv7842_probe()
3332 v4l2_ctrl_handler_free(hdl); in adv7842_probe()