Home
last modified time | relevance | path

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

/drivers/media/pci/cx88/
Dcx88-video.c621 container_of(ctrl->handler, struct cx88_core, video_hdl); in cx8800_s_vid_ctrl()
1365 vc = v4l2_ctrl_new_std(&core->video_hdl, &cx8800_ctrl_vid_ops, in cx8800_initdev()
1368 err = core->video_hdl.error; in cx8800_initdev()
1375 v4l2_ctrl_add_handler(&core->video_hdl, &core->audio_hdl, NULL); in cx8800_initdev()
1433 v4l2_ctrl_handler_setup(&core->video_hdl); in cx8800_initdev()
1473 dev->video_dev.ctrl_handler = &core->video_hdl; in cx8800_initdev()
Dcx88-cards.c3712 if (v4l2_ctrl_handler_init(&core->video_hdl, 13)) { in cx88_core_create()
3719 v4l2_ctrl_handler_free(&core->video_hdl); in cx88_core_create()
3726 v4l2_ctrl_handler_free(&core->video_hdl); in cx88_core_create()
3742 v4l2_ctrl_handler_free(&core->video_hdl); in cx88_core_create()
Dcx88.h365 struct v4l2_ctrl_handler video_hdl; member
Dcx88-core.c1061 v4l2_ctrl_handler_free(&core->video_hdl); in cx88_core_put()
Dcx88-blackbird.c1159 v4l2_ctrl_add_handler(&dev->cxhdl.hdl, &core->video_hdl, NULL); in cx8802_blackbird_probe()