Lines Matching refs:hdl
37 struct v4l2_ctrl_handler hdl; member
53 return &container_of(ctrl->handler, struct tvp5150, hdl)->sd; in to_sd()
771 v4l2_ctrl_handler_setup(&decoder->hdl); in tvp5150_reset()
1155 v4l2_ctrl_handler_init(&core->hdl, 4); in tvp5150_probe()
1156 v4l2_ctrl_new_std(&core->hdl, &tvp5150_ctrl_ops, in tvp5150_probe()
1158 v4l2_ctrl_new_std(&core->hdl, &tvp5150_ctrl_ops, in tvp5150_probe()
1160 v4l2_ctrl_new_std(&core->hdl, &tvp5150_ctrl_ops, in tvp5150_probe()
1162 v4l2_ctrl_new_std(&core->hdl, &tvp5150_ctrl_ops, in tvp5150_probe()
1164 sd->ctrl_handler = &core->hdl; in tvp5150_probe()
1165 if (core->hdl.error) { in tvp5150_probe()
1166 res = core->hdl.error; in tvp5150_probe()
1167 v4l2_ctrl_handler_free(&core->hdl); in tvp5150_probe()
1170 v4l2_ctrl_handler_setup(&core->hdl); in tvp5150_probe()
1196 v4l2_ctrl_handler_free(&decoder->hdl); in tvp5150_remove()