Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/ivtv/
Divtv-vbi.c362 v4l2_subdev_call(itv->sd_video, vbi, decode_vbi_line, &vbi); in compress_sliced_buf()
486 if (v4l2_subdev_call(itv->sd_video, vbi, g_vbi_data, &data) == 0) { in ivtv_vbi_work_handler()
500 if (v4l2_subdev_call(itv->sd_video, vbi, g_vbi_data, &data) == 0) { in ivtv_vbi_work_handler()
506 if (v4l2_subdev_call(itv->sd_video, vbi, g_vbi_data, &data) == 0) { in ivtv_vbi_work_handler()
Divtv-routing.c68 v4l2_subdev_call(itv->sd_video, video, s_routing, in ivtv_video_set_io()
Divtv-driver.c902 itv->sd_video = ivtv_find_hw(itv, IVTV_HW_CX25840); in ivtv_load_and_init_modules()
904 itv->sd_video = ivtv_find_hw(itv, IVTV_HW_SAA717X); in ivtv_load_and_init_modules()
906 itv->sd_video = ivtv_find_hw(itv, IVTV_HW_SAA7114); in ivtv_load_and_init_modules()
908 itv->sd_video = ivtv_find_hw(itv, IVTV_HW_SAA7115); in ivtv_load_and_init_modules()
925 v4l2_subdev_call(itv->sd_video, video, s_crystal_freq, in ivtv_load_and_init_modules()
1318 v4l2_subdev_call(itv->sd_video, core, load_fw); in ivtv_init_on_first_open()
Divtv-streams.c365 v4l2_subdev_call(itv->sd_video, vbi, s_raw_fmt, &itv->vbi.in.fmt.vbi); in ivtv_vbi_setup()
367 v4l2_subdev_call(itv->sd_video, vbi, s_sliced_fmt, &itv->vbi.in.fmt.sliced); in ivtv_vbi_setup()
605 v4l2_subdev_call(itv->sd_video, video, s_stream, 0); in ivtv_start_v4l2_encode_stream()
608 v4l2_subdev_call(itv->sd_video, video, s_stream, 1); in ivtv_start_v4l2_encode_stream()
Divtv-controls.c73 v4l2_subdev_call(itv->sd_video, video, s_mbus_fmt, &fmt); in ivtv_s_video_encoding()
Divtv-ioctl.c402 v4l2_subdev_call(itv->sd_video, vbi, g_sliced_fmt, vbifmt); in ivtv_g_fmt_sliced_vbi_cap()
599 v4l2_subdev_call(itv->sd_video, video, s_mbus_fmt, &mbus_fmt); in ivtv_s_fmt_vid_cap()
611 v4l2_subdev_call(itv->sd_video, vbi, s_raw_fmt, &fmt->fmt.vbi); in ivtv_s_fmt_vbi_cap()
629 v4l2_subdev_call(itv->sd_video, vbi, s_sliced_fmt, vbifmt); in ivtv_s_fmt_sliced_vbi_cap()
1808 v4l2_subdev_call(itv->sd_video, core, reset, 0); in ivtv_default()
Divtv-driver.h622 struct v4l2_subdev *sd_video; /* controlling video decoder subdev */ member