Symbol: v4l2_match_dv_timings
drivers/media/i2c/adv748x/adv748x-hdmi.c
179
if (v4l2_match_dv_timings(timings, &stds[i].timings, 250000,
drivers/media/i2c/adv748x/adv748x-hdmi.c
227
if (v4l2_match_dv_timings(&hdmi->timings, timings, 0, false))
drivers/media/i2c/adv748x/adv748x-hdmi.c
574
if (v4l2_match_dv_timings(timings, &stds[i].timings, 0, false))
drivers/media/i2c/adv7604.c
1704
if (v4l2_match_dv_timings(&state->timings, timings, 0, false)) {
drivers/media/i2c/adv7604.c
235
if (v4l2_match_dv_timings(t, adv76xx_timings_exceptions + i, 0, false))
drivers/media/i2c/adv7604.c
936
if (!v4l2_match_dv_timings(timings, &predef_vid_timings[i].timings,
drivers/media/i2c/adv7842.c
157
if (v4l2_match_dv_timings(t, adv7842_timings_exceptions + i, 0, false))
drivers/media/i2c/adv7842.c
1668
if (v4l2_match_dv_timings(&state->timings, timings, 0, false)) {
drivers/media/i2c/adv7842.c
976
if (!v4l2_match_dv_timings(timings, &predef_vid_timings[i].timings,
drivers/media/i2c/lt6911uxe.c
151
if (v4l2_match_dv_timings(&lt6911uxe->timings, timings, 0, false)) {
drivers/media/i2c/tc358743.c
1124
if (!v4l2_match_dv_timings(&state->timings, &timings, 0, false))
drivers/media/i2c/tc358743.c
1663
if (v4l2_match_dv_timings(&state->timings, timings, 0, false)) {
drivers/media/i2c/tda1997x.c
1679
if (v4l2_match_dv_timings(&state->timings, timings, 0, false))
drivers/media/pci/cobalt/cobalt-v4l2.c
627
if (v4l2_match_dv_timings(timings, &s->timings, 0, true))
drivers/media/pci/mgb4/mgb4_vin.c
634
if (v4l2_match_dv_timings(timings, &vindev->timings, 0, false))
drivers/media/platform/synopsys/hdmirx/snps_hdmirx.c
1406
if (v4l2_match_dv_timings(&hdmirx_dev->timings, timings, 0, false)) {
drivers/media/spi/gs1662.c
241
if (v4l2_match_dv_timings(timings, &reg_fmt[i].format, 0,
drivers/media/test-drivers/vivid/vivid-vid-cap.c
1507
if (v4l2_match_dv_timings(timings, &dev->dv_timings_cap[dev->input],
drivers/media/test-drivers/vivid/vivid-vid-out.c
1085
if (v4l2_match_dv_timings(timings, &dev->dv_timings_out, 0, true))
drivers/media/usb/hdpvr/hdpvr-video.c
658
if (v4l2_match_dv_timings(timings, hdpvr_dv_timings + i, 0, false))
drivers/media/v4l2-core/v4l2-dv-timings.c
224
v4l2_match_dv_timings(t, v4l2_dv_timings_presets + i,
drivers/media/v4l2-core/v4l2-dv-timings.c
295
EXPORT_SYMBOL_GPL(v4l2_match_dv_timings);
drivers/staging/media/tegra-video/vi.c
747
if (v4l2_match_dv_timings(timings, &curr_timings, 0, false))
include/media/v4l2-dv-timings.h
124
bool v4l2_match_dv_timings(const struct v4l2_dv_timings *measured,
samples/v4l/v4l2-pci-skeleton.c
492
if (v4l2_match_dv_timings(timings, &skel->timings, 0, false))