Searched refs:next_is_read (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/power/pmic/
H A Di2c_pmic_emul.c52 bool next_is_read)
68 if (next_is_read)
90 bool next_is_read = nmsgs > 1 && (msg[1].flags & I2C_M_RD); local
97 next_is_read);
50 sandbox_i2c_pmic_write_data(struct udevice *emul, uchar chip, uchar *buffer, int len, bool next_is_read) argument
/u-boot/drivers/i2c/
H A Di2c-gpio.c276 bool next_is_read = nmsgs > 1 && (msg[1].flags & I2C_M_RD); local
283 msg->len, next_is_read);
H A Dtegra_i2c.c486 bool next_is_read = nmsgs > 1 && (msg[1].flags & I2C_M_RD); local
494 msg->len, next_is_read);

Completed in 48 milliseconds