Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/usb.h>
#include <linux/i2c.h>
#include "stk1160.h"
#include "stk1160-reg.h"
Go to the source code of this file.
Macros | |
#define | dprintk_i2c(fmt, args...) |
Functions | |
module_param (i2c_debug, int, 0644) | |
MODULE_PARM_DESC (i2c_debug,"enable debug messages [i2c]") | |
int | stk1160_i2c_register (struct stk1160 *dev) |
int | stk1160_i2c_unregister (struct stk1160 *dev) |
#define dprintk_i2c | ( | fmt, | |
args... | |||
) |
Definition at line 34 of file stk1160-i2c.c.
Definition at line 257 of file stk1160-i2c.c.
Definition at line 290 of file stk1160-i2c.c.