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

Go to the source code of this file.

Data Structures

struct  va1j5jf8007s_state
 
struct  va1j5jf8007s_cb_map
 

Enumerations

enum  va1j5jf8007s_tune_state {
  VA1J5JF8007S_IDLE, VA1J5JF8007S_SET_FREQUENCY_1, VA1J5JF8007S_SET_FREQUENCY_2, VA1J5JF8007S_SET_FREQUENCY_3,
  VA1J5JF8007S_CHECK_FREQUENCY, VA1J5JF8007S_SET_MODULATION, VA1J5JF8007S_CHECK_MODULATION, VA1J5JF8007S_SET_TS_ID,
  VA1J5JF8007S_CHECK_TS_ID, VA1J5JF8007S_TRACK
}
 

Functions

int va1j5jf8007s_prepare (struct dvb_frontend *fe)
 
struct dvb_frontendva1j5jf8007s_attach (const struct va1j5jf8007s_config *config, struct i2c_adapter *adap)
 

Enumeration Type Documentation

Enumerator:
VA1J5JF8007S_IDLE 
VA1J5JF8007S_SET_FREQUENCY_1 
VA1J5JF8007S_SET_FREQUENCY_2 
VA1J5JF8007S_SET_FREQUENCY_3 
VA1J5JF8007S_CHECK_FREQUENCY 
VA1J5JF8007S_SET_MODULATION 
VA1J5JF8007S_CHECK_MODULATION 
VA1J5JF8007S_SET_TS_ID 
VA1J5JF8007S_CHECK_TS_ID 
VA1J5JF8007S_TRACK 

Definition at line 31 of file va1j5jf8007s.c.

Function Documentation

struct dvb_frontend* va1j5jf8007s_attach ( const struct va1j5jf8007s_config config,
struct i2c_adapter adap 
)
read

Definition at line 703 of file va1j5jf8007s.c.

int va1j5jf8007s_prepare ( struct dvb_frontend fe)

Definition at line 684 of file va1j5jf8007s.c.