Searched refs:I2C_CLIENT_SLAVE (Results 1 – 6 of 6) sorted by relevance
501 binfo.flags = I2C_CLIENT_SLAVE; in ipmi_ipmb_probe()515 slave->flags |= I2C_CLIENT_SLAVE; in ipmi_ipmb_probe()
831 ssif_bmc->client->flags |= I2C_CLIENT_SLAVE; in ssif_bmc_probe()
48 info->flags |= I2C_CLIENT_SLAVE; in of_i2c_get_board_info()
316 .flags = I2C_CLIENT_SLAVE, in i2c_new_slave_host_notify_device()
743 if (client->flags & I2C_CLIENT_SLAVE) in i2c_encode_flags_to_addr()1304 info.flags |= I2C_CLIENT_SLAVE; in new_device_store()
336 #define I2C_CLIENT_SLAVE 0x20 /* we are the slave */ macro