Searched refs:i2c_buf (Results 1 - 7 of 7) sorted by relevance

/drivers/media/usb/hdpvr/
H A Dhdpvr-i2c.c72 if ((len > sizeof(dev->i2c_buf)) || (wlen > sizeof(dev->i2c_buf)))
76 memcpy(&dev->i2c_buf, wdata, wlen);
79 (bus << 8) | addr, 0, &dev->i2c_buf,
87 (bus << 8) | addr, 0, &dev->i2c_buf, len, 1000);
90 memcpy(data, &dev->i2c_buf, len);
103 if (len > sizeof(dev->i2c_buf))
106 memcpy(&dev->i2c_buf, data, len);
109 (bus << 8) | addr, 0, &dev->i2c_buf, len, 1000);
116 0, 0, &dev->i2c_buf,
[all...]
H A Dhdpvr.h121 char i2c_buf[HDPVR_I2C_MAX_SIZE]; member in struct:hdpvr_device
/drivers/media/pci/pt3/
H A Dpt3.h164 struct pt3_i2cbuf *i2c_buf; member in struct:pt3_board
H A Dpt3.c720 kfree(pt3->i2c_buf);
789 pt3->i2c_buf = kmalloc(sizeof(*pt3->i2c_buf), GFP_KERNEL);
790 if (pt3->i2c_buf == NULL) {
839 kfree(pt3->i2c_buf);
H A Dpt3_i2c.c210 cbuf = pt3->i2c_buf;
/drivers/rtc/
H A Drtc-isl1208.c99 u8 i2c_buf[ISL1208_REG_USR2 + 2]; local
104 .buf = i2c_buf
112 i2c_buf[0] = reg;
113 memcpy(&i2c_buf[1], &buf[0], len);
H A Drtc-m41t80.c408 unsigned char i2c_data[2], i2c_buf[0x10]; local
420 .buf = i2c_buf,

Completed in 582 milliseconds