Home
last modified time | relevance | path

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

/drivers/media/pci/cx88/
Dcx88-video.c667 container_of(ctrl->handler, struct cx88_core, audio_hdl); in cx8800_s_aud_ctrl()
1352 vc = v4l2_ctrl_new_std(&core->audio_hdl, &cx8800_ctrl_aud_ops, in cx8800_initdev()
1355 err = core->audio_hdl.error; in cx8800_initdev()
1375 v4l2_ctrl_add_handler(&core->video_hdl, &core->audio_hdl, NULL); in cx8800_initdev()
1434 v4l2_ctrl_handler_setup(&core->audio_hdl); in cx8800_initdev()
1503 dev->radio_dev.ctrl_handler = &core->audio_hdl; in cx8800_initdev()
Dcx88.h367 struct v4l2_ctrl_handler audio_hdl; member
Dcx88-cards.c3718 if (v4l2_ctrl_handler_init(&core->audio_hdl, 13)) { in cx88_core_create()
3727 v4l2_ctrl_handler_free(&core->audio_hdl); in cx88_core_create()
3743 v4l2_ctrl_handler_free(&core->audio_hdl); in cx88_core_create()
Dcx88-core.c1062 v4l2_ctrl_handler_free(&core->audio_hdl); in cx88_core_put()