summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2013-08-19 10:19:54 -0300
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:56:06 +0900
commitab20e0b16e6a64c8bc24ba6b41c7ec231d4626b0 (patch)
tree96f03a21fafb1ebeb58fce1811ab3de82804b7c7 /include
parent9879843d51b342292c9726dc1d095cb2880c4e27 (diff)
downloadlinux-3.10-ab20e0b16e6a64c8bc24ba6b41c7ec231d4626b0.tar.gz
linux-3.10-ab20e0b16e6a64c8bc24ba6b41c7ec231d4626b0.tar.bz2
linux-3.10-ab20e0b16e6a64c8bc24ba6b41c7ec231d4626b0.zip
upstream: [media] v4l2-dv-timings: export the timings list
Some drivers need to be able to access the full list of timings. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/media/v4l2-dv-timings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/media/v4l2-dv-timings.h b/include/media/v4l2-dv-timings.h
index 43f6b67af1c..0fe310b8bc8 100644
--- a/include/media/v4l2-dv-timings.h
+++ b/include/media/v4l2-dv-timings.h
@@ -23,6 +23,10 @@
#include <linux/videodev2.h>
+/** v4l2_dv_timings_presets: list of all dv_timings presets.
+ */
+extern const struct v4l2_dv_timings v4l2_dv_timings_presets[];
+
/** v4l2_dv_valid_timings() - are these timings valid?
* @t: the v4l2_dv_timings struct.
* @cap: the v4l2_dv_timings_cap capabilities.