Home
last modified time | relevance | path

Searched refs:I2C_M_RECV_LEN (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Di2c.h78 #define I2C_M_RECV_LEN 0x0400 /* length will be first received byte */ macro
/linux-4.1.27/drivers/i2c/busses/
Di2c-cadence.c340 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()
Di2c-diolan-u2c.c376 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()
Di2c-at91.c288 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()
Di2c-s3c2410.c387 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()
Di2c-axxia.c218 return (msg->flags & I2C_M_RECV_LEN) != 0; in i2c_m_recv_len()
Di2c-mpc.c598 bool recv_len = pmsg->flags & I2C_M_RECV_LEN; in mpc_xfer()
Di2c-imx.c788 int block_data = msgs->flags & I2C_M_RECV_LEN; in i2c_imx_read()
/linux-4.1.27/drivers/media/pci/pt3/
Dpt3_i2c.c213 if (msgs[i].flags & I2C_M_RECV_LEN) { in pt3_i2c_master_xfer()
/linux-4.1.27/drivers/i2c/algos/
Di2c-algo-bit.c441 if (rdcount == 1 && (flags & I2C_M_RECV_LEN)) { in readbytes()
/linux-4.1.27/drivers/i2c/
Di2c-dev.c293 if (rdwr_pa[i].flags & I2C_M_RECV_LEN) { in i2cdev_ioctl_rdrw()
Di2c-core.c2094 (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()