Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations | Functions
fc0011.c File Reference
#include "fc0011.h"

Go to the source code of this file.

Data Structures

struct  fc0011_priv
 

Enumerations

enum  {
  FC11_REG_0, FC11_REG_FA, FC11_REG_FP, FC11_REG_XINHI,
  FC11_REG_XINLO, FC11_REG_VCO, FC11_REG_VCOSEL, FC11_REG_7,
  FC11_REG_8, FC11_REG_9, FC11_REG_10, FC11_REG_11,
  FC11_REG_12, FC11_REG_RCCAL, FC11_REG_VCOCAL, FC11_REG_15,
  FC11_REG_16, FC11_REG_17, FC11_NR_REGS
}
 
enum  FC11_REG_VCOSEL_bits {
  FC11_VCOSEL_2 = 0x08, FC11_VCOSEL_1 = 0x10, FC11_VCOSEL_CLKOUT = 0x20, FC11_VCOSEL_BW7M = 0x40,
  FC11_VCOSEL_BW6M = 0x80
}
 
enum  FC11_REG_RCCAL_bits { FC11_RCCAL_FORCE = 0x10 }
 
enum  FC11_REG_VCOCAL_bits { FC11_VCOCAL_RUN = 0, FC11_VCOCAL_VALUEMASK = 0x3F, FC11_VCOCAL_OK = 0x40, FC11_VCOCAL_RESET = 0x80 }
 

Functions

struct dvb_frontendfc0011_attach (struct dvb_frontend *fe, struct i2c_adapter *i2c, const struct fc0011_config *config)
 
 EXPORT_SYMBOL (fc0011_attach)
 
 MODULE_DESCRIPTION ("Fitipower FC0011 silicon tuner driver")
 
 MODULE_AUTHOR ("Michael Buesch <m@bues.ch>")
 
 MODULE_LICENSE ("GPL")
 

Enumeration Type Documentation

anonymous enum
Enumerator:
FC11_REG_0 
FC11_REG_FA 
FC11_REG_FP 
FC11_REG_XINHI 
FC11_REG_XINLO 
FC11_REG_VCO 
FC11_REG_VCOSEL 
FC11_REG_7 
FC11_REG_8 
FC11_REG_9 
FC11_REG_10 
FC11_REG_11 
FC11_REG_12 
FC11_REG_RCCAL 
FC11_REG_VCOCAL 
FC11_REG_15 
FC11_REG_16 
FC11_REG_17 
FC11_NR_REGS 

Definition at line 28 of file fc0011.c.

Enumerator:
FC11_RCCAL_FORCE 

Definition at line 59 of file fc0011.c.

Enumerator:
FC11_VCOCAL_RUN 
FC11_VCOCAL_VALUEMASK 
FC11_VCOCAL_OK 
FC11_VCOCAL_RESET 

Definition at line 63 of file fc0011.c.

Enumerator:
FC11_VCOSEL_2 
FC11_VCOSEL_1 
FC11_VCOSEL_CLKOUT 
FC11_VCOSEL_BW7M 
FC11_VCOSEL_BW6M 

Definition at line 51 of file fc0011.c.

Function Documentation

EXPORT_SYMBOL ( fc0011_attach  )
struct dvb_frontend* fc0011_attach ( struct dvb_frontend fe,
struct i2c_adapter i2c,
const struct fc0011_config config 
)
read

Definition at line 500 of file fc0011.c.

MODULE_AUTHOR ( "Michael Buesch <m@bues.ch>"  )
MODULE_DESCRIPTION ( "Fitipower FC0011 silicon tuner driver )
MODULE_LICENSE ( "GPL"  )