Lines Matching refs:addr
51 unsigned char addr, char *wdata, int wlen,
63 (bus << 8) | addr, 0, dev->i2c_buf,
71 (bus << 8) | addr, 0, dev->i2c_buf, len, 1000);
83 unsigned char addr, char *data, int len)
93 (bus << 8) | addr, 0, dev->i2c_buf, len, 1000);
114 int retval = 0, addr;
118 addr = msgs[0].addr << 1;
122 retval = hdpvr_i2c_read(dev, 1, addr, NULL, 0,
125 retval = hdpvr_i2c_write(dev, 1, addr, msgs[0].buf,
128 if (msgs[0].addr != msgs[1].addr) {
146 retval = hdpvr_i2c_read(dev, 1, addr, msgs[0].buf, msgs[0].len,