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

/linux-master/drivers/i2c/
H A Di2c-core-slave.c31 if (!(client->flags & I2C_CLIENT_TEN)) {
H A Di2c-core-of.c43 info->flags |= I2C_CLIENT_TEN;
H A Di2c-smbus.c40 if (client->flags & I2C_CLIENT_TEN)
H A Di2c-core-acpi.c126 info->flags |= I2C_CLIENT_TEN;
667 client->flags |= I2C_CLIENT_TEN;
H A Di2c-core-base.c483 if (client->flags & I2C_CLIENT_TEN)
736 if (client->flags & I2C_CLIENT_TEN)
749 if (flags & I2C_CLIENT_TEN) {
961 client->flags & I2C_CLIENT_TEN ? 10 : 7, client->addr);
1259 info.flags |= I2C_CLIENT_TEN;
/linux-master/drivers/i2c/busses/
H A Di2c-at91-slave.c72 if (slave->flags & I2C_CLIENT_TEN)
H A Di2c-designware-slave.c67 if (slave->flags & I2C_CLIENT_TEN)
H A Di2c-emev2.c324 if (slave->flags & I2C_CLIENT_TEN)
H A Di2c-gxp.c158 if (slave->flags & I2C_CLIENT_TEN)
H A Di2c-stm32f7.c1265 if (slave->flags & I2C_CLIENT_TEN) {
1395 (slave->flags & I2C_CLIENT_TEN))
1930 if (slave->flags & I2C_CLIENT_TEN) {
1945 if (slave->flags & I2C_CLIENT_TEN) {
H A Di2c-axxia.c693 if (slave->flags & I2C_CLIENT_TEN)
H A Di2c-bcm-iproc.c1201 if (slave->flags & I2C_CLIENT_TEN)
H A Di2c-cadence.c959 if (slave->flags & I2C_CLIENT_TEN)
H A Di2c-rcar.c1013 if (slave->flags & I2C_CLIENT_TEN)
H A Di2c-mlxbf.c2165 if (slave->flags & (I2C_CLIENT_TEN | I2C_CLIENT_PEC)) {
H A Di2c-npcm7xx.c1267 if (client->flags & I2C_CLIENT_TEN)
/linux-master/include/linux/
H A Di2c.h333 #define I2C_CLIENT_TEN 0x10 /* we have a ten bit chip address */ macro
/linux-master/drivers/net/mctp/
H A Dmctp-i2c.c135 if (client->flags & I2C_CLIENT_TEN) {
/linux-master/drivers/media/usb/go7007/
H A Dgo7007-usb.c405 .flags = I2C_CLIENT_TEN,
/linux-master/drivers/i3c/
H A Dmaster.c2153 if (boardinfo->base.flags & I2C_CLIENT_TEN) {

Completed in 600 milliseconds