Searched refs:end_state (Results 1 – 2 of 2) sorted by relevance
1138 enum msg_end_type end_state) in tegra_i2c_push_packet_header() argument1163 if (end_state == MSG_END_CONTINUE) in tegra_i2c_push_packet_header()1165 else if (end_state == MSG_END_REPEAT_START) in tegra_i2c_push_packet_header()1215 enum msg_end_type end_state) in tegra_i2c_xfer_msg() argument1239 if (end_state == MSG_END_CONTINUE) { in tegra_i2c_xfer_msg()1287 tegra_i2c_push_packet_header(i2c_dev, msg, end_state); in tegra_i2c_xfer_msg()
627 u8 end_state; member