Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/include/dt-bindings/media/tvp5150.h
26285 views
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
/*
3
tvp5150.h - definition for tvp5150 inputs
4
5
Copyright (C) 2006 Hans Verkuil ([email protected])
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 */
22
23