Searched refs:I2C_CLIENT_SLAVE (Results 1 – 4 of 4) sorted by relevance
30 if (!(client->flags & I2C_CLIENT_SLAVE)) in i2c_slave_register()
51 info->flags |= I2C_CLIENT_SLAVE; in of_i2c_get_board_info()
534 if (client->flags & I2C_CLIENT_SLAVE) in i2c_encode_flags_to_addr()996 info.flags |= I2C_CLIENT_SLAVE; in i2c_sysfs_new_device()
769 #define I2C_CLIENT_SLAVE 0x20 /* we are the slave */ macro