Searched defs:send_stop (Results 1 – 4 of 4) sorted by relevance
203 send_stop = (flags & I2C_F_STOP) != 0; in iopiic_read_byte() local222 int error, send_stop = (flags & I2C_F_STOP) != 0; in iopiic_write_byte() local
501 int send_stop = flags & I2C_F_STOP; in pxa2x0_i2c_read_byte() local519 int send_stop = flags & I2C_F_STOP; in pxa2x0_i2c_write_byte() local
237 int send_stop = (flags & I2C_F_STOP) != 0; in pca9564_read_byte() local261 int send_stop = (flags & I2C_F_STOP) != 0; in pca9564_write_byte() local
181 const uint8_t *data, size_t datalen, bool send_stop) in cdnsiic_write()