Searched refs:I2C_CLIENT_TEN (Results 1 – 5 of 5) sorted by relevance
48 if (client->flags & I2C_CLIENT_TEN) in smbus_do_alert()
108 info->flags |= I2C_CLIENT_TEN; in acpi_i2c_add_resource()289 client.flags |= I2C_CLIENT_TEN; in acpi_i2c_space_handler()774 if (client->flags & I2C_CLIENT_TEN) { in i2c_check_client_addr_validity()917 client->addr | ((client->flags & I2C_CLIENT_TEN) in i2c_dev_set_name()964 client->flags & I2C_CLIENT_TEN ? 10 : 7, client->addr); in i2c_new_device()2920 if (!(client->flags & I2C_CLIENT_TEN)) { in i2c_slave_register()
554 #define I2C_CLIENT_TEN 0x10 /* we have a ten bit chip address */ macro
574 if (slave->flags & I2C_CLIENT_TEN) in rcar_reg_slave()
411 .flags = I2C_CLIENT_TEN,