Searched defs:send_stop (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/i2c/
H A Dsoft_i2c.c170 static void send_stop(void) function
H A Dast2600_i2c.c25 ast2600_i2c_read_data(struct ast2600_i2c_priv *priv, u8 chip_addr, u8 *buffer, size_t len, bool send_stop) argument
63 ast2600_i2c_write_data(struct ast2600_i2c_priv *priv, u8 chip_addr, u8 *buffer, size_t len, bool send_stop) argument
H A Dast_i2c.c200 ast_i2c_read_data(struct udevice *dev, u8 chip_addr, u8 *buffer, size_t len, bool send_stop) argument
229 ast_i2c_write_data(struct udevice *dev, u8 chip_addr, u8 *buffer, size_t len, bool send_stop) argument

Completed in 100 milliseconds