Linux Kernel
3.7.1
|
#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 |
Functions | |
int | va1j5jf8007t_prepare (struct dvb_frontend *fe) |
struct dvb_frontend * | va1j5jf8007t_attach (const struct va1j5jf8007t_config *config, struct i2c_adapter *adap) |
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.
|
read |
Definition at line 503 of file va1j5jf8007t.c.
int va1j5jf8007t_prepare | ( | struct dvb_frontend * | fe | ) |
Definition at line 464 of file va1j5jf8007t.c.