Searched refs:video_hdl (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/media/pci/cx88/ |
| D | cx88-video.c | 610 container_of(ctrl->handler, struct cx88_core, video_hdl); in cx8800_s_vid_ctrl() 1335 vc = v4l2_ctrl_new_std(&core->video_hdl, &cx8800_ctrl_vid_ops, in cx8800_initdev() 1339 err = core->video_hdl.error; in cx8800_initdev() 1346 v4l2_ctrl_add_handler(&core->video_hdl, &core->audio_hdl, NULL, false); in cx8800_initdev() 1406 v4l2_ctrl_handler_setup(&core->video_hdl); in cx8800_initdev() 1448 dev->video_dev.ctrl_handler = &core->video_hdl; in cx8800_initdev()
|
| D | cx88.h | 356 struct v4l2_ctrl_handler video_hdl; member
|
| D | cx88-cards.c | 3693 if (v4l2_ctrl_handler_init(&core->video_hdl, 13)) { in cx88_core_create() 3700 v4l2_ctrl_handler_free(&core->video_hdl); in cx88_core_create() 3707 v4l2_ctrl_handler_free(&core->video_hdl); in cx88_core_create() 3723 v4l2_ctrl_handler_free(&core->video_hdl); in cx88_core_create()
|
| D | cx88-core.c | 1081 v4l2_ctrl_handler_free(&core->video_hdl); in cx88_core_put()
|
| D | cx88-blackbird.c | 1179 v4l2_ctrl_add_handler(&dev->cxhdl.hdl, &core->video_hdl, NULL, false); in cx8802_blackbird_probe()
|