Lines Matching refs:hdl
90 struct v4l2_ctrl_handler hdl; member
144 return &container_of(ctrl->handler, struct adv7511_state, hdl)->sd; in to_sd()
1136 v4l2_ctrl_handler_setup(&state->hdl); in adv7511_setup()
1324 struct v4l2_ctrl_handler *hdl; in adv7511_probe() local
1353 hdl = &state->hdl; in adv7511_probe()
1354 v4l2_ctrl_handler_init(hdl, 10); in adv7511_probe()
1356 state->hdmi_mode_ctrl = v4l2_ctrl_new_std_menu(hdl, &adv7511_ctrl_ops, in adv7511_probe()
1359 state->hotplug_ctrl = v4l2_ctrl_new_std(hdl, NULL, in adv7511_probe()
1361 state->rx_sense_ctrl = v4l2_ctrl_new_std(hdl, NULL, in adv7511_probe()
1363 state->have_edid0_ctrl = v4l2_ctrl_new_std(hdl, NULL, in adv7511_probe()
1366 v4l2_ctrl_new_std_menu(hdl, &adv7511_ctrl_ops, in adv7511_probe()
1369 sd->ctrl_handler = hdl; in adv7511_probe()
1370 if (hdl->error) { in adv7511_probe()
1371 err = hdl->error; in adv7511_probe()
1428 v4l2_ctrl_handler_free(&state->hdl); in adv7511_probe()