Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
stv0297.c File Reference
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/string.h>
#include <linux/delay.h>
#include <linux/jiffies.h>
#include <linux/slab.h>
#include "dvb_frontend.h"
#include "stv0297.h"

Go to the source code of this file.

Data Structures

struct  stv0297_state
 

Macros

#define dprintk(x...)   printk(x)
 
#define STV0297_CLOCK_KHZ   28900
 

Functions

struct dvb_frontendstv0297_attach (const struct stv0297_config *config, struct i2c_adapter *i2c)
 
 MODULE_DESCRIPTION ("ST STV0297 DVB-C Demodulator driver")
 
 MODULE_AUTHOR ("Dennis Noermann and Andrew de Quincey")
 
 MODULE_LICENSE ("GPL")
 
 EXPORT_SYMBOL (stv0297_attach)
 

Macro Definition Documentation

#define dprintk (   x...)    printk(x)

Definition at line 43 of file stv0297.c.

#define STV0297_CLOCK_KHZ   28900

Definition at line 48 of file stv0297.c.

Function Documentation

EXPORT_SYMBOL ( stv0297_attach  )
MODULE_AUTHOR ( "Dennis Noermann and Andrew de Quincey"  )
MODULE_DESCRIPTION ( "ST STV0297 DVB-C Demodulator driver )
MODULE_LICENSE ( "GPL"  )
struct dvb_frontend* stv0297_attach ( const struct stv0297_config config,
struct i2c_adapter i2c 
)
read

Definition at line 660 of file stv0297.c.