#include <linux/i2c.h>
#include "dvb_frontend.h"
#include "au8522_priv.h"
Go to the source code of this file.
|
| int | au8522_writereg (struct au8522_state *state, u16 reg, u8 data) |
| |
| | EXPORT_SYMBOL (au8522_writereg) |
| |
| u8 | au8522_readreg (struct au8522_state *state, u16 reg) |
| |
| | EXPORT_SYMBOL (au8522_readreg) |
| |
| int | au8522_i2c_gate_ctrl (struct dvb_frontend *fe, int enable) |
| |
| | EXPORT_SYMBOL (au8522_i2c_gate_ctrl) |
| |
| int | au8522_analog_i2c_gate_ctrl (struct dvb_frontend *fe, int enable) |
| |
| | EXPORT_SYMBOL (au8522_analog_i2c_gate_ctrl) |
| |
| int | au8522_get_state (struct au8522_state **state, struct i2c_adapter *i2c, u8 client_address) |
| |
| | EXPORT_SYMBOL (au8522_get_state) |
| |
| void | au8522_release_state (struct au8522_state *state) |
| |
| | EXPORT_SYMBOL (au8522_release_state) |
| |
| int | au8522_led_ctrl (struct au8522_state *state, int led) |
| |
| | EXPORT_SYMBOL (au8522_led_ctrl) |
| |
| int | au8522_init (struct dvb_frontend *fe) |
| |
| | EXPORT_SYMBOL (au8522_init) |
| |
| int | au8522_sleep (struct dvb_frontend *fe) |
| |
| | EXPORT_SYMBOL (au8522_sleep) |
| |
| | module_param (debug, int, 0644) |
| |
| | MODULE_PARM_DESC (debug,"Enable verbose debug messages") |
| |
| | MODULE_DESCRIPTION ("Auvitek AU8522 QAM-B/ATSC Demodulator driver") |
| |
| | MODULE_AUTHOR ("Steven Toth") |
| |
| | MODULE_LICENSE ("GPL") |
| |
| #define dprintk |
( |
|
arg... | ) |
|
| MODULE_AUTHOR |
( |
"Steven Toth" |
| ) |
|