Home | History | Annotate | Line # | Download | only in media
      1      1.1  jmcneill /*	$NetBSD: tvp5150.h,v 1.1.1.3 2021/11/07 16:50:00 jmcneill Exp $	*/
      2      1.1  jmcneill 
      3  1.1.1.2     skrll /* SPDX-License-Identifier: GPL-2.0-or-later */
      4      1.1  jmcneill /*
      5      1.1  jmcneill     tvp5150.h - definition for tvp5150 inputs
      6      1.1  jmcneill 
      7      1.1  jmcneill     Copyright (C) 2006 Hans Verkuil (hverkuil (at) xs4all.nl)
      8      1.1  jmcneill 
      9      1.1  jmcneill */
     10      1.1  jmcneill 
     11      1.1  jmcneill #ifndef _DT_BINDINGS_MEDIA_TVP5150_H
     12      1.1  jmcneill #define _DT_BINDINGS_MEDIA_TVP5150_H
     13      1.1  jmcneill 
     14      1.1  jmcneill /* TVP5150 HW inputs */
     15      1.1  jmcneill #define TVP5150_COMPOSITE0 0
     16      1.1  jmcneill #define TVP5150_COMPOSITE1 1
     17      1.1  jmcneill #define TVP5150_SVIDEO     2
     18      1.1  jmcneill 
     19      1.1  jmcneill /* TVP5150 HW outputs */
     20      1.1  jmcneill #define TVP5150_NORMAL       0
     21      1.1  jmcneill #define TVP5150_BLACK_SCREEN 1
     22      1.1  jmcneill 
     23      1.1  jmcneill #endif /* _DT_BINDINGS_MEDIA_TVP5150_H */
     24