Home
last modified time | relevance | path

Searched refs:end_type (Results 1 – 1 of 1) sorted by relevance

/drivers/i2c/busses/
Di2c-tegra.c1380 enum msg_end_type end_type = MSG_END_STOP; in tegra_i2c_xfer() local
1385 end_type = MSG_END_CONTINUE; in tegra_i2c_xfer()
1387 end_type = MSG_END_REPEAT_START; in tegra_i2c_xfer()
1389 ret = tegra_i2c_xfer_msg(i2c_dev, &msgs[i], end_type); in tegra_i2c_xfer()