cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

tvp5150.h (477B)


      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 */