Linux Kernel
3.7.1
|
Data Fields | |
spinlock_t | lock |
wait_queue_head_t | wait |
unsigned int | quirks |
unsigned int | suspended:1 |
struct i2c_msg * | msg |
unsigned int | msg_num |
unsigned int | msg_idx |
unsigned int | msg_ptr |
unsigned int | tx_setup |
unsigned int | irq |
enum s3c24xx_i2c_state | state |
unsigned long | clkrate |
void __iomem * | regs |
struct clk * | clk |
struct device * | dev |
struct resource * | ioarea |
struct i2c_adapter | adap |
struct s3c2410_platform_i2c * | pdata |
int | gpios [2] |
Definition at line 61 of file i2c-s3c2410.c.
struct i2c_adapter adap |
Definition at line 82 of file i2c-s3c2410.c.
Definition at line 79 of file i2c-s3c2410.c.
unsigned long clkrate |
Definition at line 76 of file i2c-s3c2410.c.
Definition at line 80 of file i2c-s3c2410.c.
int gpios[2] |
Definition at line 85 of file i2c-s3c2410.c.
Definition at line 81 of file i2c-s3c2410.c.
unsigned int irq |
Definition at line 73 of file i2c-s3c2410.c.
spinlock_t lock |
Definition at line 62 of file i2c-s3c2410.c.
Definition at line 67 of file i2c-s3c2410.c.
unsigned int msg_idx |
Definition at line 69 of file i2c-s3c2410.c.
unsigned int msg_num |
Definition at line 68 of file i2c-s3c2410.c.
unsigned int msg_ptr |
Definition at line 70 of file i2c-s3c2410.c.
struct s3c2410_platform_i2c* pdata |
Definition at line 84 of file i2c-s3c2410.c.
unsigned int quirks |
Definition at line 64 of file i2c-s3c2410.c.
Definition at line 78 of file i2c-s3c2410.c.
enum s3c24xx_i2c_state state |
Definition at line 75 of file i2c-s3c2410.c.
unsigned int suspended |
Definition at line 65 of file i2c-s3c2410.c.
unsigned int tx_setup |
Definition at line 72 of file i2c-s3c2410.c.
wait_queue_head_t wait |
Definition at line 63 of file i2c-s3c2410.c.