Searched refs:I2C_M_RECV_LEN (Results 1 – 21 of 21) sorted by relevance
78 #define I2C_M_RECV_LEN 0x0400 /* length will be first received byte */ macro
301 buf_len == 1 && !(flags & I2C_M_RECV_LEN)) in i2c_dw_xfer_msg()331 if (buf_len > 0 || flags & I2C_M_RECV_LEN) { in i2c_dw_xfer_msg()365 msgs[dev->msg_read_idx].flags &= ~I2C_M_RECV_LEN; in i2c_dw_recv_len()398 if (flags & I2C_M_RECV_LEN && in i2c_dw_read()
78 if (flags & I2C_M_RECV_LEN) { in tegra_bpmp_xlate_flags()80 flags &= ~I2C_M_RECV_LEN; in tegra_bpmp_xlate_flags()
253 if (unlikely(dev->msg->flags & I2C_M_RECV_LEN)) { in at91_twi_read_next_byte()256 dev->msg->flags &= ~I2C_M_RECV_LEN; in at91_twi_read_next_byte()519 !(dev->msg->flags & I2C_M_RECV_LEN)) in at91_do_twi_transfer()
371 if (id->p_msg->flags & I2C_M_RECV_LEN) in cdns_i2c_mrecv()410 ((id->p_msg->flags & I2C_M_RECV_LEN) != I2C_M_RECV_LEN) && in cdns_i2c_mrecv()
373 if (j == 0 && (pmsg->flags & I2C_M_RECV_LEN)) in diolan_usb_xfer()382 if (j == 0 && (pmsg->flags & I2C_M_RECV_LEN)) { in diolan_usb_xfer()
45 #define MLXCPLD_I2C_VALID_FLAG (I2C_M_RECV_LEN | I2C_M_RD)373 (priv->xfer.msg[1].flags & I2C_M_RECV_LEN) && in mlxcpld_i2c_xfer_msg()
358 priv->len_recv = msg->flags & I2C_M_RECV_LEN; in xlp9xx_i2c_xfer_msg()419 if (msg->flags & I2C_M_RECV_LEN) { in xlp9xx_i2c_xfer_msg()
363 if (msg->len == 1 && !(msg->flags & I2C_M_RECV_LEN)) in aspeed_i2c_do_start()534 if (msg->flags & I2C_M_RECV_LEN) { in aspeed_i2c_master_irq()542 msg->flags &= ~I2C_M_RECV_LEN; in aspeed_i2c_master_irq()
620 (msgs[1].flags & I2C_M_RECV_LEN) == 0 && in octeon_i2c_xfer()647 &pmsg->len, pmsg->flags & I2C_M_RECV_LEN); in octeon_i2c_xfer()
370 if (i2c->msg->flags & I2C_M_RECV_LEN && i2c->msg->len == 1) in is_msglast()513 if (i2c->msg->flags & I2C_M_RECV_LEN && i2c->msg->len == 1) in i2c_s3c_irq_nextbyte()
441 lpi2c_imx->block_data = msgs->flags & I2C_M_RECV_LEN; in lpi2c_imx_read()
603 bool recv_len = pmsg->flags & I2C_M_RECV_LEN; in mpc_xfer()
263 return (msg->flags & I2C_M_RECV_LEN) != 0; in i2c_m_recv_len()
792 int block_data = msgs->flags & I2C_M_RECV_LEN; in i2c_imx_read()
522 return ((msg->flags & I2C_M_RD) && (msg->flags & I2C_M_RECV_LEN)); in qup_i2c_check_msg_len()
391 if (msgs[i+1].flags & I2C_M_RECV_LEN) { in w1_f19_i2c_master_transfer()417 if (msgs[i].flags & I2C_M_RECV_LEN) { in w1_f19_i2c_master_transfer()
203 if (msgs[i].flags & I2C_M_RECV_LEN) { in pt3_i2c_master_xfer()
387 msg[1].flags |= I2C_M_RECV_LEN; in i2c_smbus_xfer_emulated()420 msg[1].flags |= I2C_M_RECV_LEN; in i2c_smbus_xfer_emulated()
273 if (msgs[i].flags & I2C_M_RECV_LEN) { in i2cdev_ioctl_rdwr()
438 if (rdcount == 1 && (flags & I2C_M_RECV_LEN)) { in readbytes()