Home
last modified time | relevance | path

Searched refs:sd_video (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-vbi.c350 v4l2_subdev_call(itv->sd_video, vbi, decode_vbi_line, &vbi); in compress_sliced_buf()
474 if (v4l2_subdev_call(itv->sd_video, vbi, g_vbi_data, &data) == 0) { in ivtv_vbi_work_handler()
488 if (v4l2_subdev_call(itv->sd_video, vbi, g_vbi_data, &data) == 0) { in ivtv_vbi_work_handler()
494 if (v4l2_subdev_call(itv->sd_video, vbi, g_vbi_data, &data) == 0) { in ivtv_vbi_work_handler()
H A Divtv-driver.c930 itv->sd_video = ivtv_find_hw(itv, IVTV_HW_CX25840); in ivtv_load_and_init_modules()
932 itv->sd_video = ivtv_find_hw(itv, IVTV_HW_SAA717X); in ivtv_load_and_init_modules()
934 itv->sd_video = ivtv_find_hw(itv, IVTV_HW_SAA7114); in ivtv_load_and_init_modules()
936 itv->sd_video = ivtv_find_hw(itv, IVTV_HW_SAA7115); in ivtv_load_and_init_modules()
953 v4l2_subdev_call(itv->sd_video, video, s_crystal_freq, in ivtv_load_and_init_modules()
970 if (strstr(itv->sd_video->name, "saa7114")) { in ivtv_load_and_init_modules()
1334 v4l2_subdev_call(itv->sd_video, core, load_fw); in ivtv_init_on_first_open()
H A Divtv-routing.c56 v4l2_subdev_call(itv->sd_video, video, s_routing, in ivtv_video_set_io()
H A Divtv-streams.c386 v4l2_subdev_call(itv->sd_video, vbi, s_raw_fmt, &itv->vbi.in.fmt.vbi); in ivtv_vbi_setup()
388 v4l2_subdev_call(itv->sd_video, vbi, s_sliced_fmt, &itv->vbi.in.fmt.sliced); in ivtv_vbi_setup()
626 v4l2_subdev_call(itv->sd_video, video, s_stream, 0); in ivtv_start_v4l2_encode_stream()
629 v4l2_subdev_call(itv->sd_video, video, s_stream, 1); in ivtv_start_v4l2_encode_stream()
H A Divtv-controls.c63 v4l2_subdev_call(itv->sd_video, pad, set_fmt, NULL, &format); in ivtv_s_video_encoding()
H A Divtv-ioctl.c390 v4l2_subdev_call(itv->sd_video, vbi, g_sliced_fmt, vbifmt); in ivtv_g_fmt_sliced_vbi_cap()
594 v4l2_subdev_call(itv->sd_video, pad, set_fmt, NULL, &format); in ivtv_s_fmt_vid_cap()
606 v4l2_subdev_call(itv->sd_video, vbi, s_raw_fmt, &fmt->fmt.vbi); in ivtv_s_fmt_vbi_cap()
624 v4l2_subdev_call(itv->sd_video, vbi, s_sliced_fmt, vbifmt); in ivtv_s_fmt_sliced_vbi_cap()
1664 v4l2_subdev_call(itv->sd_video, core, reset, 0); in ivtv_default()
H A Divtv-driver.h621 struct v4l2_subdev *sd_video; /* controlling video decoder subdev */ member
/openbmc/linux/drivers/media/usb/go7007/
H A Dgo7007-driver.c212 go->sd_video = sd; in init_i2c_module()
301 v4l2_subdev_call(go->sd_video, video, s_routing, in go7007_register_encoder()
H A Dgo7007-priv.h179 struct v4l2_subdev *sd_video; member
H A Dgo7007-v4l2.c678 v4l2_subdev_call(go->sd_video, video, s_routing, in go7007_s_input()
1130 v4l2_subdev_call(go->sd_video, video, s_crystal_freq, in go7007_v4l2_init()