Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | dprintk(args...) |
Functions | |
module_param (debug, int, 0644) | |
MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).") | |
struct dvb_frontend * | atbm8830_attach (const struct atbm8830_config *config, struct i2c_adapter *i2c) |
EXPORT_SYMBOL (atbm8830_attach) | |
MODULE_DESCRIPTION ("AltoBeam ATBM8830/8831 GB20600 demodulator driver") | |
MODULE_AUTHOR ("David T. L. Wong <[email protected]>") | |
MODULE_LICENSE ("GPL") | |
#define dprintk | ( | args... | ) |
Definition at line 28 of file atbm8830.c.
|
read |
Definition at line 462 of file atbm8830.c.
EXPORT_SYMBOL | ( | atbm8830_attach | ) |
MODULE_AUTHOR | ( | "David T. L. Wong <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "AltoBeam ATBM8830/8831 GB20600 demodulator driver" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
MODULE_PARM_DESC | ( | debug | , |
"Turn on/off frontend debugging (default:off)." | |||
) |