Searched refs:I2C_M_RECV_LEN (Results 1 - 11 of 11) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Di2c.h40 * I2C slave address. For read transactions where I2C_M_RECV_LEN
76 #define I2C_M_RECV_LEN 0x0400 /* length will be first received byte */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Di2c.h40 * I2C slave address. For read transactions where I2C_M_RECV_LEN
76 #define I2C_M_RECV_LEN 0x0400 /* length will be first received byte */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Di2c.h40 * I2C slave address. For read transactions where I2C_M_RECV_LEN
76 #define I2C_M_RECV_LEN 0x0400 /* length will be first received byte */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Di2c.h480 * I2C slave address. For read transactions where I2C_M_RECV_LEN
516 #define I2C_M_RECV_LEN 0x0400 /* length will be first received byte */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Di2c.h480 * I2C slave address. For read transactions where I2C_M_RECV_LEN
516 #define I2C_M_RECV_LEN 0x0400 /* length will be first received byte */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/i2c/algos/
H A Di2c-algo-bit.c409 if (rdcount == 1 && (flags & I2C_M_RECV_LEN)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/i2c/algos/
H A Di2c-algo-bit.c409 if (rdcount == 1 && (flags & I2C_M_RECV_LEN)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/i2c/
H A Di2c-core.c1321 (msgs[ret].flags & I2C_M_RECV_LEN) ? "+" : "");
1819 * mechanism (I2C_M_RECV_LEN) which may not be implemented.
1963 msg[1].flags |= I2C_M_RECV_LEN;
1990 msg[1].flags |= I2C_M_RECV_LEN;
H A Di2c-dev.c277 (rdwr_pa[i].flags & I2C_M_RECV_LEN)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/i2c/
H A Di2c-core.c1321 (msgs[ret].flags & I2C_M_RECV_LEN) ? "+" : "");
1819 * mechanism (I2C_M_RECV_LEN) which may not be implemented.
1963 msg[1].flags |= I2C_M_RECV_LEN;
1990 msg[1].flags |= I2C_M_RECV_LEN;
H A Di2c-dev.c277 (rdwr_pa[i].flags & I2C_M_RECV_LEN)) {

Completed in 144 milliseconds