Home
last modified time | relevance | path

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

/linux/drivers/media/pci/cx88/
H A Dcx88-video.c657 container_of(ctrl->handler, struct cx88_core, audio_hdl); in cx8800_s_aud_ctrl()
1320 vc = v4l2_ctrl_new_std(&core->audio_hdl, &cx8800_ctrl_aud_ops, in cx8800_initdev()
1324 err = core->audio_hdl.error; in cx8800_initdev()
1345 v4l2_ctrl_add_handler(&core->video_hdl, &core->audio_hdl, NULL, false); in cx8800_initdev()
1407 v4l2_ctrl_handler_setup(&core->audio_hdl); in cx8800_initdev()
1484 dev->radio_dev.ctrl_handler = &core->audio_hdl; in cx8800_initdev()
H A Dcx88.h359 struct v4l2_ctrl_handler audio_hdl; member
H A Dcx88-cards.c3742 if (v4l2_ctrl_handler_init(&core->audio_hdl, 13)) { in cx88_core_create()
3751 v4l2_ctrl_handler_free(&core->audio_hdl); in cx88_core_create()
3767 v4l2_ctrl_handler_free(&core->audio_hdl); in cx88_core_create()
H A Dcx88-core.c1095 v4l2_ctrl_handler_free(&core->audio_hdl); in cx88_core_put()