Linux Kernel
3.7.1
|
#include <i2c.h>
Data Fields | |
struct module * | owner |
unsigned int | class |
struct i2c_algorithm * | algo |
void * | algo_data |
struct rt_mutex | bus_lock |
int | timeout |
int | retries |
struct device | dev |
int | nr |
char | name [48] |
struct completion | dev_released |
struct mutex | userspace_clients_lock |
struct list_head | userspace_clients |
struct i2c_algorithm* algo |
struct completion dev_released |