video_hdl        1179 drivers/media/pci/cx88/cx88-blackbird.c 	v4l2_ctrl_add_handler(&dev->cxhdl.hdl, &core->video_hdl, NULL, false);
video_hdl        3693 drivers/media/pci/cx88/cx88-cards.c 	if (v4l2_ctrl_handler_init(&core->video_hdl, 13)) {
video_hdl        3700 drivers/media/pci/cx88/cx88-cards.c 		v4l2_ctrl_handler_free(&core->video_hdl);
video_hdl        3707 drivers/media/pci/cx88/cx88-cards.c 		v4l2_ctrl_handler_free(&core->video_hdl);
video_hdl        3723 drivers/media/pci/cx88/cx88-cards.c 		v4l2_ctrl_handler_free(&core->video_hdl);
video_hdl        1081 drivers/media/pci/cx88/cx88-core.c 	v4l2_ctrl_handler_free(&core->video_hdl);
video_hdl         610 drivers/media/pci/cx88/cx88-video.c 		container_of(ctrl->handler, struct cx88_core, video_hdl);
video_hdl        1335 drivers/media/pci/cx88/cx88-video.c 		vc = v4l2_ctrl_new_std(&core->video_hdl, &cx8800_ctrl_vid_ops,
video_hdl        1339 drivers/media/pci/cx88/cx88-video.c 			err = core->video_hdl.error;
video_hdl        1346 drivers/media/pci/cx88/cx88-video.c 	v4l2_ctrl_add_handler(&core->video_hdl, &core->audio_hdl, NULL, false);
video_hdl        1406 drivers/media/pci/cx88/cx88-video.c 	v4l2_ctrl_handler_setup(&core->video_hdl);
video_hdl        1448 drivers/media/pci/cx88/cx88-video.c 	dev->video_dev.ctrl_handler = &core->video_hdl;
video_hdl         356 drivers/media/pci/cx88/cx88.h 	struct v4l2_ctrl_handler   video_hdl;