Searched refs:I2C_CLIENT_SLAVE (Results 1 – 5 of 5) sorted by relevance
24 if (!(client->flags & I2C_CLIENT_SLAVE)) in i2c_slave_register()
48 info->flags |= I2C_CLIENT_SLAVE; in of_i2c_get_board_info()
257 .flags = I2C_CLIENT_SLAVE, in i2c_new_slave_host_notify_device()
676 if (client->flags & I2C_CLIENT_SLAVE) in i2c_encode_flags_to_addr()1181 info.flags |= I2C_CLIENT_SLAVE; in new_device_store()
319 #define I2C_CLIENT_SLAVE 0x20 /* we are the slave */ macro