Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/i2c/busses/
Di2c-diolan-u2c.c377 if (j == 0 && (pmsg->flags & I2C_M_RECV_LEN)) in diolan_usb_xfer()
386 if (j == 0 && (pmsg->flags & I2C_M_RECV_LEN)) { in diolan_usb_xfer()
Di2c-mpc.c565 bool recv_len = pmsg->flags & I2C_M_RECV_LEN; in mpc_xfer()
/linux-3.4.99/include/linux/
Di2c.h547 #define I2C_M_RECV_LEN 0x0400 /* length will be first received byte */ macro
/linux-3.4.99/drivers/i2c/
Di2c-core.c1337 (msgs[ret].flags & I2C_M_RECV_LEN) ? "+" : ""); in i2c_transfer()
1985 msg[1].flags |= I2C_M_RECV_LEN; in i2c_smbus_xfer_emulated()
2012 msg[1].flags |= I2C_M_RECV_LEN; in i2c_smbus_xfer_emulated()
Di2c-dev.c271 (rdwr_pa[i].flags & I2C_M_RECV_LEN)) { in i2cdev_ioctl_rdrw()
/linux-3.4.99/drivers/i2c/algos/
Di2c-algo-bit.c447 if (rdcount == 1 && (flags & I2C_M_RECV_LEN)) { in readbytes()