Lines Matching refs:hdl
4021 struct v4l2_ctrl_handler *hdl; in bttv_probe() local
4080 hdl = &btv->ctrl_handler; in bttv_probe()
4081 v4l2_ctrl_handler_init(hdl, 20); in bttv_probe()
4082 btv->c.v4l2_dev.ctrl_handler = hdl; in bttv_probe()
4146 v4l2_ctrl_new_std(hdl, &bttv_ctrl_ops, in bttv_probe()
4148 v4l2_ctrl_new_std(hdl, &bttv_ctrl_ops, in bttv_probe()
4150 v4l2_ctrl_new_std(hdl, &bttv_ctrl_ops, in bttv_probe()
4152 v4l2_ctrl_new_std(hdl, &bttv_ctrl_ops, in bttv_probe()
4154 v4l2_ctrl_new_std(hdl, &bttv_ctrl_ops, in bttv_probe()
4156 v4l2_ctrl_new_std(hdl, &bttv_ctrl_ops, in bttv_probe()
4158 v4l2_ctrl_new_std(hdl, &bttv_ctrl_ops, in bttv_probe()
4161 v4l2_ctrl_new_std(hdl, &bttv_ctrl_ops, in bttv_probe()
4163 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_combfilter, NULL); in bttv_probe()
4164 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_automute, NULL); in bttv_probe()
4165 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_lumafilter, NULL); in bttv_probe()
4166 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_agc_crush, NULL); in bttv_probe()
4167 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_vcr_hack, NULL); in bttv_probe()
4168 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_whitecrush_lower, NULL); in bttv_probe()
4169 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_whitecrush_upper, NULL); in bttv_probe()
4170 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_uv_ratio, NULL); in bttv_probe()
4171 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_full_luma, NULL); in bttv_probe()
4172 v4l2_ctrl_new_custom(hdl, &bttv_ctrl_coring, NULL); in bttv_probe()
4203 v4l2_ctrl_handler_setup(hdl); in bttv_probe()
4204 if (hdl->error) { in bttv_probe()
4205 result = hdl->error; in bttv_probe()
4213 v4l2_ctrl_add_handler(&btv->radio_ctrl_handler, hdl, in bttv_probe()