Searched refs:I2C_M_RECV_LEN (Results 1 – 5 of 5) sorted by relevance
377 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()
519 #define I2C_M_RECV_LEN 0x0400 /* length will be first received byte */ macro
1329 (msgs[ret].flags & I2C_M_RECV_LEN) ? "+" : ""); in i2c_transfer()1973 msg[1].flags |= I2C_M_RECV_LEN; in i2c_smbus_xfer_emulated()2000 msg[1].flags |= I2C_M_RECV_LEN; in i2c_smbus_xfer_emulated()
275 (rdwr_pa[i].flags & I2C_M_RECV_LEN)) { in i2cdev_ioctl_rdrw()
438 if (rdcount == 1 && (flags & I2C_M_RECV_LEN)) { in readbytes()