Linux Kernel
3.7.1
|
Data Fields | |
struct i2c_adapter | pch_adapter |
struct adapter_info * | p_adapter_info |
void __iomem * | pch_base_address |
int | pch_buff_mode_en |
u32 | pch_event_flag |
bool | pch_i2c_xfer_in_progress |
struct i2c_algo_pch_data - for I2C driver functionalities : stores the reference to i2c_adapter structure : stores the reference to adapter_info structure : specifies the remapped base address : specifies if buffer mode is enabled : specifies occurrence of interrupt events : specifies whether the transfer is completed
Definition at line 153 of file i2c-eg20t.c.
struct adapter_info* p_adapter_info |
Definition at line 155 of file i2c-eg20t.c.
struct i2c_adapter pch_adapter |
Definition at line 154 of file i2c-eg20t.c.
Definition at line 156 of file i2c-eg20t.c.
int pch_buff_mode_en |
Definition at line 157 of file i2c-eg20t.c.
u32 pch_event_flag |
Definition at line 158 of file i2c-eg20t.c.
bool pch_i2c_xfer_in_progress |
Definition at line 159 of file i2c-eg20t.c.