]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/gnu/dts/include/dt-bindings/media/tvp5150.h
dts: Update our copy to be in sync with Linux 5.7
[FreeBSD/FreeBSD.git] / sys / gnu / dts / include / dt-bindings / media / tvp5150.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3     tvp5150.h - definition for tvp5150 inputs
4
5     Copyright (C) 2006 Hans Verkuil (hverkuil@xs4all.nl)
6
7 */
8
9 #ifndef _DT_BINDINGS_MEDIA_TVP5150_H
10 #define _DT_BINDINGS_MEDIA_TVP5150_H
11
12 /* TVP5150 HW inputs */
13 #define TVP5150_COMPOSITE0 0
14 #define TVP5150_COMPOSITE1 1
15 #define TVP5150_SVIDEO     2
16
17 /* TVP5150 HW outputs */
18 #define TVP5150_NORMAL       0
19 #define TVP5150_BLACK_SCREEN 1
20
21 #endif /* _DT_BINDINGS_MEDIA_TVP5150_H */