|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | s921_state |
| struct | s921_bandselect_val |
| struct | regdata |
Macros | |
| #define | rc(args...) |
| #define | dprintk(args...) |
| #define | s921_readreg(state, reg) s921_i2c_readreg(state, state->config->demod_address, reg) |
| #define | s921_writereg(state, reg, val) s921_i2c_writereg(state, state->config->demod_address, reg, val) |
| #define | s921_writeregdata(state, regdata) |
Functions | |
| module_param (debug, int, 0644) | |
| MODULE_PARM_DESC (debug,"Activates frontend debugging (default:0)") | |
| struct dvb_frontend * | s921_attach (const struct s921_config *config, struct i2c_adapter *i2c) |
| EXPORT_SYMBOL (s921_attach) | |
| MODULE_DESCRIPTION ("DVB Frontend module for Sharp S921 hardware") | |
| MODULE_AUTHOR ("Mauro Carvalho Chehab <[email protected]>") | |
| MODULE_AUTHOR ("Douglas Landgraf <[email protected]>") | |
| MODULE_LICENSE ("GPL") | |
| #define dprintk | ( | args... | ) |
| #define rc | ( | args... | ) |
| EXPORT_SYMBOL | ( | s921_attach | ) |
| MODULE_AUTHOR | ( | "Mauro Carvalho Chehab <[email protected]>" | ) |
| MODULE_AUTHOR | ( | "Douglas Landgraf <[email protected]>" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| MODULE_PARM_DESC | ( | debug | , |
| "Activates frontend debugging (default:0)" | |||
| ) |
|
read |
1.8.2