Home
last modified time | relevance | path

Searched refs:I2C_CLIENT_TEN (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/i2c/
Di2c-smbus.c52 if (client->flags & I2C_CLIENT_TEN) in smbus_do_alert()
Di2c-core.c355 if (client->flags & I2C_CLIENT_TEN) { in i2c_check_client_addr_validity()
529 client->flags & I2C_CLIENT_TEN ? 10 : 7, client->addr); in i2c_new_device()
545 client->addr | ((client->flags & I2C_CLIENT_TEN) in i2c_new_device()
/linux-3.4.99/include/linux/
Di2c.h424 #define I2C_CLIENT_TEN 0x10 /* we have a ten bit chip address */ macro