Searched refs:I2C_M_RECV_LEN (Results 1 – 12 of 12) sorted by relevance
78 #define I2C_M_RECV_LEN 0x0400 /* length will be first received byte */ macro
340 if (id->p_msg->flags & I2C_M_RECV_LEN) in cdns_i2c_mrecv()374 ((id->p_msg->flags & I2C_M_RECV_LEN) != I2C_M_RECV_LEN) && in cdns_i2c_mrecv()
376 if (j == 0 && (pmsg->flags & I2C_M_RECV_LEN)) in diolan_usb_xfer()385 if (j == 0 && (pmsg->flags & I2C_M_RECV_LEN)) { in diolan_usb_xfer()
288 if (unlikely(dev->msg->flags & I2C_M_RECV_LEN)) { in at91_twi_read_next_byte()291 dev->msg->flags &= ~I2C_M_RECV_LEN; in at91_twi_read_next_byte()443 if (dev->buf_len <= 1 && !(dev->msg->flags & I2C_M_RECV_LEN)) in at91_do_twi_transfer()
387 if (i2c->msg->flags & I2C_M_RECV_LEN && i2c->msg->len == 1) in is_msglast()530 if (i2c->msg->flags & I2C_M_RECV_LEN && i2c->msg->len == 1) in i2c_s3c_irq_nextbyte()
218 return (msg->flags & I2C_M_RECV_LEN) != 0; in i2c_m_recv_len()
598 bool recv_len = pmsg->flags & I2C_M_RECV_LEN; in mpc_xfer()
788 int block_data = msgs->flags & I2C_M_RECV_LEN; in i2c_imx_read()
213 if (msgs[i].flags & I2C_M_RECV_LEN) { in pt3_i2c_master_xfer()
441 if (rdcount == 1 && (flags & I2C_M_RECV_LEN)) { in readbytes()
293 if (rdwr_pa[i].flags & I2C_M_RECV_LEN) { in i2cdev_ioctl_rdrw()
2094 (msgs[ret].flags & I2C_M_RECV_LEN) ? "+" : ""); in i2c_transfer()2740 msg[1].flags |= I2C_M_RECV_LEN; in i2c_smbus_xfer_emulated()2767 msg[1].flags |= I2C_M_RECV_LEN; in i2c_smbus_xfer_emulated()