Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/i2c/busses/
Di2c-tegra.c1138 enum msg_end_type end_state) in tegra_i2c_push_packet_header() argument
1163 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() argument
1239 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()
/linux-6.12.1/drivers/scsi/
Dipr.h627 u8 end_state; member