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

Go to the source code of this file.

Data Structures

struct  mt312_state
 

Macros

#define dprintk(args...)
 
#define MT312_PLL_CLK   10000000UL /* 10 MHz */
 
#define MT312_PLL_CLK_10_111   10111000UL /* 10.111 MHz */
 
#define MT312_SYS_CLK   90000000UL /* 90 MHz */
 

Functions

struct dvb_frontendmt312_attach (const struct mt312_config *config, struct i2c_adapter *i2c)
 
 EXPORT_SYMBOL (mt312_attach)
 
 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).")
 
 MODULE_DESCRIPTION ("Zarlink VP310/MT312/ZL10313 DVB-S Demodulator driver")
 
 MODULE_AUTHOR ("Andreas Oberritter <[email protected]>")
 
 MODULE_AUTHOR ("Matthias Schwarzott <[email protected]>")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define dprintk (   args...)
Value:
do { \
if (debug) \
printk(KERN_DEBUG "mt312: " args); \
} while (0)

Definition at line 52 of file mt312.c.

#define MT312_PLL_CLK   10000000UL /* 10 MHz */

Definition at line 58 of file mt312.c.

#define MT312_PLL_CLK_10_111   10111000UL /* 10.111 MHz */

Definition at line 59 of file mt312.c.

#define MT312_SYS_CLK   90000000UL /* 90 MHz */

Definition at line 739 of file mt312.c.

Function Documentation

EXPORT_SYMBOL ( mt312_attach  )
MODULE_AUTHOR ( "Andreas Oberritter <[email protected]>"  )
MODULE_AUTHOR ( "Matthias Schwarzott <[email protected]>"  )
MODULE_DESCRIPTION ( "Zarlink VP310/MT312/ZL10313 DVB-S Demodulator driver )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"Turn on/off frontend debugging (default:off)."   
)
struct dvb_frontend* mt312_attach ( const struct mt312_config config,
struct i2c_adapter i2c 
)
read

Definition at line 779 of file mt312.c.