Home
last modified time | relevance | path

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

/linux-2.6.39/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()
/linux-2.6.39/include/linux/
Di2c.h519 #define I2C_M_RECV_LEN 0x0400 /* length will be first received byte */ macro
/linux-2.6.39/drivers/i2c/
Di2c-core.c1329 (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()
Di2c-dev.c275 (rdwr_pa[i].flags & I2C_M_RECV_LEN)) { in i2cdev_ioctl_rdrw()
/linux-2.6.39/drivers/i2c/algos/
Di2c-algo-bit.c438 if (rdcount == 1 && (flags & I2C_M_RECV_LEN)) { in readbytes()