Lines Matching refs:hdl
38 struct v4l2_ctrl_handler hdl; member
54 return &container_of(ctrl->handler, struct tvp5150, hdl)->sd; in to_sd()
772 v4l2_ctrl_handler_setup(&decoder->hdl); in tvp5150_reset()
1164 v4l2_ctrl_handler_init(&core->hdl, 4); in tvp5150_probe()
1165 v4l2_ctrl_new_std(&core->hdl, &tvp5150_ctrl_ops, in tvp5150_probe()
1167 v4l2_ctrl_new_std(&core->hdl, &tvp5150_ctrl_ops, in tvp5150_probe()
1169 v4l2_ctrl_new_std(&core->hdl, &tvp5150_ctrl_ops, in tvp5150_probe()
1171 v4l2_ctrl_new_std(&core->hdl, &tvp5150_ctrl_ops, in tvp5150_probe()
1173 sd->ctrl_handler = &core->hdl; in tvp5150_probe()
1174 if (core->hdl.error) { in tvp5150_probe()
1175 res = core->hdl.error; in tvp5150_probe()
1178 v4l2_ctrl_handler_setup(&core->hdl); in tvp5150_probe()
1198 v4l2_ctrl_handler_free(&core->hdl); in tvp5150_probe()
1212 v4l2_ctrl_handler_free(&decoder->hdl); in tvp5150_remove()