Searched refs:I2C_M_TEN (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/i2c/
H A Di2c-dev.c234 (((client->flags & I2C_M_TEN) == 0) && arg > 0x7f))
242 client->flags |= I2C_M_TEN;
244 client->flags &= ~I2C_M_TEN;
H A Di2c-core.c790 msg.flags = client->flags & I2C_M_TEN;
819 msg.flags = client->flags & I2C_M_TEN;
1235 flags = flags & I2C_M_TEN;
H A Di2c-algo-bit.c431 if ( (flags & I2C_M_TEN) ) {
H A Di2c-algo-ite.c466 if ( (flags & I2C_M_TEN) ) {
H A Di2c-algo-pcf.c312 if ( (flags & I2C_M_TEN) ) {
H A Di2c-keywest.c353 if (pmsg->flags & I2C_M_TEN) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Di2c.h386 #define I2C_M_TEN 0x10 /* we have a ten bit chip address */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Di2c.h386 #define I2C_M_TEN 0x10 /* we have a ten bit chip address */ macro

Completed in 113 milliseconds