Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dsoft_i2c.c120 static void send_stop (void);
150 send_stop(); in send_reset()
175 static void send_stop(void) in send_stop() function
317 send_stop(); in soft_i2c_probe()
359 send_stop(); in soft_i2c_read()
380 send_stop(); in soft_i2c_read()
393 send_stop(); in soft_i2c_read()
410 send_stop(); in soft_i2c_write()
428 send_stop(); in soft_i2c_write()
H A Dast_i2c.c188 size_t len, bool send_stop) in ast_i2c_read_data() argument
210 if (send_stop) in ast_i2c_read_data()
217 *buffer, size_t len, bool send_stop) in ast_i2c_write_data() argument
234 if (send_stop) in ast_i2c_write_data()
H A Dast2600_i2c.c114 u8 *buffer, size_t len, bool send_stop) in ast2600_i2c_read_data() argument
128 if (send_stop && ((len - 1) == rx_cnt)) in ast2600_i2c_read_data()
152 u8 *buffer, size_t len, bool send_stop) in ast2600_i2c_write_data() argument
179 if (send_stop && ((len - 1) == tx_cnt)) in ast2600_i2c_write_data()