Searched defs:iproc_i2c_data (Results 1 – 1 of 1) sorted by relevance
161 struct iproc_i2c_data { struct162 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;[all …]