Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-video.c25 v4l2_subdev_call(cx->sd_av, video, s_routing, in cx18_video_set_io()
Dcx18-controls.c97 v4l2_subdev_call(cx->sd_av, pad, set_fmt, NULL, &format); in cx18_s_video_encoding()
Dcx18-ioctl.c204 if (v4l2_subdev_call(cx->sd_av, vbi, g_sliced_fmt, &fmt->fmt.sliced)) in cx18_g_fmt_sliced_vbi_cap()
299 v4l2_subdev_call(cx->sd_av, pad, set_fmt, NULL, &format); in cx18_s_fmt_vid_cap()
322 ret = v4l2_subdev_call(cx->sd_av, vbi, s_raw_fmt, &fmt->fmt.vbi); in cx18_s_fmt_vbi_cap()
355 ret = v4l2_subdev_call(cx->sd_av, vbi, s_sliced_fmt, &fmt->fmt.sliced); in cx18_s_fmt_sliced_vbi_cap()
Dcx18-vbi.c172 v4l2_subdev_call(cx->sd_av, vbi, decode_vbi_line, &vbi); in compress_sliced_buf()
Dcx18-streams.c564 v4l2_subdev_call(cx->sd_av, vbi, s_raw_fmt, &cx->vbi.in.fmt.vbi); in cx18_vbi_setup()
566 v4l2_subdev_call(cx->sd_av, vbi, s_sliced_fmt, &cx->vbi.in.fmt.sliced); in cx18_vbi_setup()
Dcx18-driver.h575 struct v4l2_subdev *sd_av; /* A/V decoder/digitizer sub-device */ member
Dcx18-driver.c890 cx->sd_av = cx18_find_hw(cx, CX18_HW_418_AV); in cx18_init_subdevs()
1218 v4l2_subdev_call(cx->sd_av, core, load_fw); in cx18_init_on_first_open()