1*c66ec88fSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0-or-later */ 2*c66ec88fSEmmanuel Vadot /* 3*c66ec88fSEmmanuel Vadot tvp5150.h - definition for tvp5150 inputs 4*c66ec88fSEmmanuel Vadot 5*c66ec88fSEmmanuel Vadot Copyright (C) 2006 Hans Verkuil (hverkuil@xs4all.nl) 6*c66ec88fSEmmanuel Vadot 7*c66ec88fSEmmanuel Vadot */ 8*c66ec88fSEmmanuel Vadot 9*c66ec88fSEmmanuel Vadot #ifndef _DT_BINDINGS_MEDIA_TVP5150_H 10*c66ec88fSEmmanuel Vadot #define _DT_BINDINGS_MEDIA_TVP5150_H 11*c66ec88fSEmmanuel Vadot 12*c66ec88fSEmmanuel Vadot /* TVP5150 HW inputs */ 13*c66ec88fSEmmanuel Vadot #define TVP5150_COMPOSITE0 0 14*c66ec88fSEmmanuel Vadot #define TVP5150_COMPOSITE1 1 15*c66ec88fSEmmanuel Vadot #define TVP5150_SVIDEO 2 16*c66ec88fSEmmanuel Vadot 17*c66ec88fSEmmanuel Vadot /* TVP5150 HW outputs */ 18*c66ec88fSEmmanuel Vadot #define TVP5150_NORMAL 0 19*c66ec88fSEmmanuel Vadot #define TVP5150_BLACK_SCREEN 1 20*c66ec88fSEmmanuel Vadot 21*c66ec88fSEmmanuel Vadot #endif /* _DT_BINDINGS_MEDIA_TVP5150_H */ 22