Home
last modified time | relevance | path

Searched refs:video_hdl (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/pci/cx88/
H A Dcx88-video.c608 container_of(ctrl->handler, struct cx88_core, video_hdl); in cx8800_s_vid_ctrl()
1332 vc = v4l2_ctrl_new_std(&core->video_hdl, &cx8800_ctrl_vid_ops, in cx8800_initdev()
1336 err = core->video_hdl.error; in cx8800_initdev()
1343 v4l2_ctrl_add_handler(&core->video_hdl, &core->audio_hdl, NULL, false); in cx8800_initdev()
1404 v4l2_ctrl_handler_setup(&core->video_hdl); in cx8800_initdev()
1446 dev->video_dev.ctrl_handler = &core->video_hdl; in cx8800_initdev()
H A Dcx88-cards.c3736 if (v4l2_ctrl_handler_init(&core->video_hdl, 13)) { in cx88_core_create()
3743 v4l2_ctrl_handler_free(&core->video_hdl); in cx88_core_create()
3750 v4l2_ctrl_handler_free(&core->video_hdl); in cx88_core_create()
3766 v4l2_ctrl_handler_free(&core->video_hdl); in cx88_core_create()
H A Dcx88.h357 struct v4l2_ctrl_handler video_hdl; member
H A Dcx88-core.c1094 v4l2_ctrl_handler_free(&core->video_hdl); in cx88_core_put()