cregit-Linux how code gets into the kernel

Release 4.16 drivers/media/i2c/tea6420.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __INCLUDED_TEA6420__

#define __INCLUDED_TEA6420__

/* input pins */

#define TEA6420_OUTPUT1 1

#define TEA6420_OUTPUT2 2

#define TEA6420_OUTPUT3 3

#define TEA6420_OUTPUT4 4

/* output pins */

#define TEA6420_INPUT1 1

#define TEA6420_INPUT2 2

#define TEA6420_INPUT3 3

#define TEA6420_INPUT4 4

#define TEA6420_INPUT5 5

#define TEA6420_INPUT6 6

/* gain on the output pins, ORed with the output pin */

#define TEA6420_GAIN0 0x00

#define TEA6420_GAIN2 0x20

#define TEA6420_GAIN4 0x40

#define TEA6420_GAIN6 0x60

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Hans Verkuil5377.94%133.33%
Alan Cox1420.59%133.33%
Greg Kroah-Hartman11.47%133.33%
Total68100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.