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

Go to the source code of this file.

Data Structures

struct  va1j5jf8007t_state
 
struct  va1j5jf8007t_cb_map
 

Enumerations

enum  va1j5jf8007t_tune_state {
  VA1J5JF8007T_IDLE, VA1J5JF8007T_SET_FREQUENCY, VA1J5JF8007T_CHECK_FREQUENCY, VA1J5JF8007T_SET_MODULATION,
  VA1J5JF8007T_CHECK_MODULATION, VA1J5JF8007T_TRACK, VA1J5JF8007T_ABORT
}
 

Functions

int va1j5jf8007t_prepare (struct dvb_frontend *fe)
 
struct dvb_frontendva1j5jf8007t_attach (const struct va1j5jf8007t_config *config, struct i2c_adapter *adap)
 

Enumeration Type Documentation

Enumerator:
VA1J5JF8007T_IDLE 
VA1J5JF8007T_SET_FREQUENCY 
VA1J5JF8007T_CHECK_FREQUENCY 
VA1J5JF8007T_SET_MODULATION 
VA1J5JF8007T_CHECK_MODULATION 
VA1J5JF8007T_TRACK 
VA1J5JF8007T_ABORT 

Definition at line 32 of file va1j5jf8007t.c.

Function Documentation

struct dvb_frontend* va1j5jf8007t_attach ( const struct va1j5jf8007t_config config,
struct i2c_adapter adap 
)
read

Definition at line 503 of file va1j5jf8007t.c.

int va1j5jf8007t_prepare ( struct dvb_frontend fe)

Definition at line 464 of file va1j5jf8007t.c.