Home
last modified time | relevance | path

Searched refs:sd_av (Results 1 – 8 of 8) sorted by relevance

/drivers/media/pci/cx18/
Dcx18-alsa-mixer.c96 ret = v4l2_subdev_call(cx->sd_av, core, g_ctrl, &vctrl); in snd_cx18_mixer_tv_vol_get()
118 ret = v4l2_subdev_call(cx->sd_av, core, g_ctrl, &vctrl); in snd_cx18_mixer_tv_vol_put()
125 ret = v4l2_subdev_call(cx->sd_av, core, s_ctrl, &vctrl); in snd_cx18_mixer_tv_vol_put()
Dcx18-video.c30 v4l2_subdev_call(cx->sd_av, video, s_routing, in cx18_video_set_io()
Dcx18-controls.c105 v4l2_subdev_call(cx->sd_av, pad, set_fmt, NULL, &format); in cx18_s_video_encoding()
Dcx18-ioctl.c209 if (v4l2_subdev_call(cx->sd_av, vbi, g_sliced_fmt, &fmt->fmt.sliced)) in cx18_g_fmt_sliced_vbi_cap()
304 v4l2_subdev_call(cx->sd_av, pad, set_fmt, NULL, &format); in cx18_s_fmt_vid_cap()
327 ret = v4l2_subdev_call(cx->sd_av, vbi, s_raw_fmt, &fmt->fmt.vbi); in cx18_s_fmt_vbi_cap()
360 ret = v4l2_subdev_call(cx->sd_av, vbi, s_sliced_fmt, &fmt->fmt.sliced); in cx18_s_fmt_sliced_vbi_cap()
Dcx18-vbi.c177 v4l2_subdev_call(cx->sd_av, vbi, decode_vbi_line, &vbi); in compress_sliced_buf()
Dcx18-streams.c572 v4l2_subdev_call(cx->sd_av, vbi, s_raw_fmt, &cx->vbi.in.fmt.vbi); in cx18_vbi_setup()
574 v4l2_subdev_call(cx->sd_av, vbi, s_sliced_fmt, &cx->vbi.in.fmt.sliced); in cx18_vbi_setup()
Dcx18-driver.c896 cx->sd_av = cx18_find_hw(cx, CX18_HW_418_AV); in cx18_init_subdevs()
1232 v4l2_subdev_call(cx->sd_av, core, load_fw); in cx18_init_on_first_open()
Dcx18-driver.h580 struct v4l2_subdev *sd_av; /* A/V decoder/digitizer sub-device */ member