Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
tuner-types.c File Reference
#include <linux/i2c.h>
#include <linux/module.h>
#include <media/tuner.h>
#include <media/tuner-types.h>

Go to the source code of this file.

Functions

 EXPORT_SYMBOL (tuners)
 
 EXPORT_SYMBOL (tuner_count)
 
 MODULE_DESCRIPTION ("Simple tuner device type database")
 
 MODULE_AUTHOR ("Ralph Metzler, Gerd Knorr, Gunther Mayer")
 
 MODULE_LICENSE ("GPL")
 

Variables

struct tunertype tuners []
 
unsigned const int tuner_count = ARRAY_SIZE(tuners)
 

Function Documentation

EXPORT_SYMBOL ( tuners  )
EXPORT_SYMBOL ( tuner_count  )
MODULE_AUTHOR ( "Ralph  Metzler,
Gerd  Knorr,
Gunther Mayer"   
)
MODULE_DESCRIPTION ( "Simple tuner device type database"  )
MODULE_LICENSE ( "GPL"  )

Variable Documentation

unsigned const int tuner_count = ARRAY_SIZE(tuners)

Definition at line 1878 of file tuner-types.c.

struct tunertype tuners[]

Definition at line 1386 of file tuner-types.c.