Searched refs:I2C_CLIENT_TEN (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/i2c/
H A Di2c-smbus.c51 if (client->flags & I2C_CLIENT_TEN)
H A Di2c-core.c382 if (client->flags & I2C_CLIENT_TEN) {
550 client->flags & I2C_CLIENT_TEN ? 10 : 7, client->addr);
/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-smbus.c51 if (client->flags & I2C_CLIENT_TEN)
H A Di2c-core.c382 if (client->flags & I2C_CLIENT_TEN) {
550 client->flags & I2C_CLIENT_TEN ? 10 : 7, client->addr);
/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.h183 * @flags: I2C_CLIENT_TEN indicates the device uses a ten bit chip address;
400 #define I2C_CLIENT_TEN 0x10 /* we have a ten bit chip address */ 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.h183 * @flags: I2C_CLIENT_TEN indicates the device uses a ten bit chip address;
400 #define I2C_CLIENT_TEN 0x10 /* we have a ten bit chip address */ macro

Completed in 188 milliseconds