18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci tvp5150.h - definition for tvp5150 inputs 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci Copyright (C) 2006 Hans Verkuil (hverkuil@xs4all.nl) 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci*/ 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_MEDIA_TVP5150_H 108c2ecf20Sopenharmony_ci#define _DT_BINDINGS_MEDIA_TVP5150_H 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci/* TVP5150 HW inputs */ 138c2ecf20Sopenharmony_ci#define TVP5150_COMPOSITE0 0 148c2ecf20Sopenharmony_ci#define TVP5150_COMPOSITE1 1 158c2ecf20Sopenharmony_ci#define TVP5150_SVIDEO 2 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci/* TVP5150 HW outputs */ 188c2ecf20Sopenharmony_ci#define TVP5150_NORMAL 0 198c2ecf20Sopenharmony_ci#define TVP5150_BLACK_SCREEN 1 208c2ecf20Sopenharmony_ci 218c2ecf20Sopenharmony_ci#endif /* _DT_BINDINGS_MEDIA_TVP5150_H */ 22