Home
last modified time | relevance | path

Searched refs:v4l2_match_dv_timings (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/include/media/
Dv4l2-dv-timings.h101 bool v4l2_match_dv_timings(const struct v4l2_dv_timings *measured,
/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-dv-timings.c210 v4l2_match_dv_timings(t, v4l2_dv_timings_presets + i, in v4l2_find_dv_timings_cap()
228 bool v4l2_match_dv_timings(const struct v4l2_dv_timings *t1, in v4l2_match_dv_timings() function
251 EXPORT_SYMBOL_GPL(v4l2_match_dv_timings);
/linux-4.1.27/Documentation/video4linux/
Dv4l2-pci-skeleton.c512 if (v4l2_match_dv_timings(timings, &skel->timings, 0)) in skeleton_s_dv_timings()
/linux-4.1.27/drivers/media/i2c/
Dadv7842.c124 if (v4l2_match_dv_timings(t, adv7842_timings_exceptions + i, 0)) in adv7842_check_dv_timings()
897 if (!v4l2_match_dv_timings(timings, &predef_vid_timings[i].timings, in find_and_set_predefined_video_timings()
1543 if (v4l2_match_dv_timings(&state->timings, timings, 0)) { in adv7842_s_dv_timings()
Dadv7604.c863 if (!v4l2_match_dv_timings(timings, &predef_vid_timings[i].timings, in find_and_set_predefined_video_timings()
1437 if (v4l2_match_dv_timings(timings, &adv76xx_timings[i], in adv76xx_fill_optional_dv_timings_fields()
1598 if (v4l2_match_dv_timings(&state->timings, timings, 0)) { in adv76xx_s_dv_timings()
/linux-4.1.27/drivers/media/platform/s5p-tv/
Dhdmi_drv.c629 if (v4l2_match_dv_timings(&hdmi_timings[i].dv_timings, in hdmi_s_dv_timings()
/linux-4.1.27/drivers/media/usb/hdpvr/
Dhdpvr-video.c645 if (v4l2_match_dv_timings(timings, hdpvr_dv_timings + i, 0)) in vidioc_s_dv_timings()
/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-vid-out.c1133 if (v4l2_match_dv_timings(timings, &dev->dv_timings_out, 0)) in vivid_vid_out_s_dv_timings()
Dvivid-vid-cap.c1652 if (v4l2_match_dv_timings(timings, &dev->dv_timings_cap, 0)) in vivid_vid_cap_s_dv_timings()