Linux Kernel
3.7.1
|
#include <bbc_i2c.h>
Data Fields | |
struct bbc_i2c_bus * | next |
int | index |
spinlock_t | lock |
void __iomem * | i2c_bussel_reg |
void __iomem * | i2c_control_regs |
unsigned char | own |
unsigned char | clock |
wait_queue_head_t | wq |
volatile int | waiting |
struct list_head | temps |
struct list_head | fans |
struct platform_device * | op |
struct { | |
struct platform_device * device | |
int client_claimed | |
} | devs [NUM_CHILDREN] |
struct { ... } devs[NUM_CHILDREN] |
spinlock_t lock |
struct bbc_i2c_bus* next |