Home
last modified time | relevance | path

Searched refs:v4l2_cap (Results 1 – 12 of 12) sorted by relevance

/drivers/media/video/ivtv/
Divtv-ioctl.c251 if (!(itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT)) in ivtv_video_command()
321 if (!(itv->v4l2_cap & V4L2_CAP_SLICED_VBI_OUTPUT)) in ivtv_g_fmt_sliced_vbi_out()
407 if (!(itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT)) in ivtv_g_fmt_vid_out()
447 if (!(itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT)) in ivtv_g_fmt_vid_out_overlay()
549 if (!(itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT)) in ivtv_try_fmt_vid_out_overlay()
771 vcap->capabilities = itv->v4l2_cap; /* capabilities */ in ivtv_querycap()
888 (itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT)) { in ivtv_s_crop()
914 (itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT)) { in ivtv_g_crop()
962 if (!(itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT)) in ivtv_enum_fmt_vid_out()
1021 if (!(itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT)) in ivtv_g_output()
[all …]
Divtv-driver.c404 itv->v4l2_cap = itv->card->v4l2_capabilities; in ivtv_process_eeprom()
662 itv->v4l2_cap = itv->card->v4l2_capabilities; in ivtv_process_options()
916 itv->v4l2_cap &= ~(V4L2_CAP_SLICED_VBI_CAPTURE|V4L2_CAP_VBI_CAPTURE); in ivtv_load_and_init_modules()
1117 itv->v4l2_cap |= V4L2_CAP_RADIO; in ivtv_probe()
1145 if (itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT) { in ivtv_probe()
1286 if (itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT) { in ivtv_init_on_first_open()
1313 if (itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT) in ivtv_remove()
Divtv-vbi.c31 if (!(itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT)) in ivtv_set_vps()
48 if (!(itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT)) in ivtv_set_cc()
67 if (!(itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT)) in ivtv_set_wss()
Divtv-streams.c184 if (type == IVTV_ENC_STREAM_TYPE_RAD && !(itv->v4l2_cap & V4L2_CAP_RADIO)) in ivtv_prep_dev()
186 if (type >= IVTV_DEC_STREAM_TYPE_MPG && !(itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT)) in ivtv_prep_dev()
542 if (itv->v4l2_cap & V4L2_CAP_VBI_CAPTURE) { in ivtv_start_v4l2_encode_stream()
Divtv-controls.c168 if (!(itv->v4l2_cap & V4L2_CAP_SLICED_VBI_CAPTURE)) in ivtv_setup_vbi_fmt()
Divtvfb.c1197 if (itv && (itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT)) { in ivtvfb_callback_init()
1212 if (itv && (itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT)) { in ivtvfb_callback_cleanup()
Divtv-driver.h603 u32 v4l2_cap; /* V4L2 capabilities of card */ member
/drivers/media/video/cx18/
Dcx18-streams.c131 u32 cap = cx->v4l2_cap; in cx18_prep_dev()
501 if (cx->v4l2_cap & V4L2_CAP_VBI_CAPTURE) in cx18_start_v4l2_encode_stream()
Dcx18-driver.c311 cx->v4l2_cap = cx->card->v4l2_capabilities; in cx18_process_eeprom()
542 cx->v4l2_cap = cx->card->v4l2_capabilities; in cx18_process_options()
949 cx->v4l2_cap |= V4L2_CAP_RADIO; in cx18_probe()
Dcx18-driver.h399 u32 v4l2_cap; /* V4L2 capabilities of card */ member
Dcx18-controls.c171 if (!(cx->v4l2_cap & V4L2_CAP_SLICED_VBI_CAPTURE)) in cx18_setup_vbi_fmt()
Dcx18-ioctl.c340 vcap->capabilities = cx->v4l2_cap; /* capabilities */ in cx18_querycap()