Searched refs:I2C_CLIENT_TEN (Results 1 – 11 of 11) sorted by relevance
34 if (!(client->flags & I2C_CLIENT_TEN)) { in i2c_slave_register()
48 if (client->flags & I2C_CLIENT_TEN) in smbus_do_alert()
46 info->flags |= I2C_CLIENT_TEN; in of_i2c_get_board_info()
74 info->flags |= I2C_CLIENT_TEN; in i2c_acpi_fill_info()543 client->flags |= I2C_CLIENT_TEN; in i2c_acpi_space_handler()
306 if (client->flags & I2C_CLIENT_TEN) in i2c_smbus_host_notify_to_irq()531 if (client->flags & I2C_CLIENT_TEN) in i2c_encode_flags_to_addr()544 if (flags & I2C_CLIENT_TEN) { in i2c_check_addr_validity()755 client->flags & I2C_CLIENT_TEN ? 10 : 7, client->addr); in i2c_new_device()991 info.flags |= I2C_CLIENT_TEN; in i2c_sysfs_new_device()
66 if (slave->flags & I2C_CLIENT_TEN) in i2c_dw_reg_slave()
323 if (slave->flags & I2C_CLIENT_TEN) in em_i2c_reg_slave()
1136 if (slave->flags & I2C_CLIENT_TEN) { in stm32f7_i2c_is_addr_match()1691 if (slave->flags & I2C_CLIENT_TEN) { in stm32f7_i2c_reg_slave()1704 if (slave->flags & I2C_CLIENT_TEN) { in stm32f7_i2c_reg_slave()
840 if (slave->flags & I2C_CLIENT_TEN) in rcar_reg_slave()
767 #define I2C_CLIENT_TEN 0x10 /* we have a ten bit chip address */ macro
413 .flags = I2C_CLIENT_TEN,