Home
last modified time | relevance | path

Searched refs:next_is_read (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/power/pmic/
H A Di2c_pmic_emul.c49 bool next_is_read) in sandbox_i2c_pmic_write_data() argument
64 if (next_is_read) in sandbox_i2c_pmic_write_data()
86 bool next_is_read = nmsgs > 1 && (msg[1].flags & I2C_M_RD); in sandbox_i2c_pmic_xfer() local
93 next_is_read); in sandbox_i2c_pmic_xfer()
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Di2c-gpio.c260 bool next_is_read = nmsgs > 1 && (msg[1].flags & I2C_M_RD); in i2c_gpio_xfer() local
267 msg->len, next_is_read); in i2c_gpio_xfer()
H A Dtegra_i2c.c484 bool next_is_read = nmsgs > 1 && (msg[1].flags & I2C_M_RD); in tegra_i2c_xfer() local
492 msg->len, next_is_read); in tegra_i2c_xfer()
H A Dmxc_i2c.c846 bool next_is_read = nmsgs > 1 && (msg[1].flags & I2C_M_RD);
856 if (next_is_read) {