Lines Matching refs:addr
47 static int mpx_write(struct i2c_client *client, int dev, int addr, int val)53 buffer[1] = addr >> 8;54 buffer[2] = addr & 0xff;57 msg.addr = client->addr;169 msg.addr = client->addr;244 msgs[0].addr = client->addr;248 msgs[1].addr = client->addr;344 client->addr << 1, client->adapter->name);