Lines Matching refs:hdl
90 struct v4l2_ctrl_handler hdl; member
147 return &container_of(ctrl->handler, struct adv7511_state, hdl)->sd; in to_sd()
1249 v4l2_ctrl_handler_setup(&state->hdl); in adv7511_setup()
1437 struct v4l2_ctrl_handler *hdl; in adv7511_probe() local
1466 hdl = &state->hdl; in adv7511_probe()
1467 v4l2_ctrl_handler_init(hdl, 10); in adv7511_probe()
1469 state->hdmi_mode_ctrl = v4l2_ctrl_new_std_menu(hdl, &adv7511_ctrl_ops, in adv7511_probe()
1472 state->hotplug_ctrl = v4l2_ctrl_new_std(hdl, NULL, in adv7511_probe()
1474 state->rx_sense_ctrl = v4l2_ctrl_new_std(hdl, NULL, in adv7511_probe()
1476 state->have_edid0_ctrl = v4l2_ctrl_new_std(hdl, NULL, in adv7511_probe()
1479 v4l2_ctrl_new_std_menu(hdl, &adv7511_ctrl_ops, in adv7511_probe()
1482 sd->ctrl_handler = hdl; in adv7511_probe()
1483 if (hdl->error) { in adv7511_probe()
1484 err = hdl->error; in adv7511_probe()
1551 v4l2_ctrl_handler_free(&state->hdl); in adv7511_probe()