Lines Matching defs:iproc_i2c_data
161 struct iproc_i2c_data { struct
162 struct i2c_target_config *target_cfg;
163 struct i2c_msg *msg;
164 uint32_t tx_bytes;
165 uint32_t rx_bytes;
166 uint32_t thld_bytes;
167 uint32_t tx_underrun;
168 struct k_sem device_sync_sem;
169 uint32_t target_int_mask;
170 bool rx_start_rcvd;
171 bool target_read_complete;
172 bool target_rx_only;