Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | mb86a20s_state |
struct | regdata |
Macros | |
#define | rc(args...) |
#define | dprintk(args...) |
#define | mb86a20s_readreg(state, reg) mb86a20s_i2c_readreg(state, state->config->demod_address, reg) |
#define | mb86a20s_writereg(state, reg, val) mb86a20s_i2c_writereg(state, state->config->demod_address, reg, val) |
#define | mb86a20s_writeregdata(state, regdata) |
Functions | |
module_param (debug, int, 0644) | |
MODULE_PARM_DESC (debug,"Activates frontend debugging (default:0)") | |
struct dvb_frontend * | mb86a20s_attach (const struct mb86a20s_config *config, struct i2c_adapter *i2c) |
EXPORT_SYMBOL (mb86a20s_attach) | |
MODULE_DESCRIPTION ("DVB Frontend module for Fujitsu mb86A20s hardware") | |
MODULE_AUTHOR ("Mauro Carvalho Chehab <[email protected]>") | |
MODULE_LICENSE ("GPL") | |
#define dprintk | ( | args... | ) |
Definition at line 33 of file mb86a20s.c.
#define mb86a20s_readreg | ( | state, | |
reg | |||
) | mb86a20s_i2c_readreg(state, state->config->demod_address, reg) |
Definition at line 232 of file mb86a20s.c.
#define mb86a20s_writereg | ( | state, | |
reg, | |||
val | |||
) | mb86a20s_i2c_writereg(state, state->config->demod_address, reg, val) |
Definition at line 234 of file mb86a20s.c.
Definition at line 236 of file mb86a20s.c.
#define rc | ( | args... | ) |
Definition at line 29 of file mb86a20s.c.
EXPORT_SYMBOL | ( | mb86a20s_attach | ) |
|
read |
Definition at line 629 of file mb86a20s.c.
MODULE_AUTHOR | ( | "Mauro Carvalho Chehab <[email protected]>" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
MODULE_PARM_DESC | ( | debug | , |
"Activates frontend debugging (default:0)" | |||
) |