/linux-2.6.39/drivers/media/video/gspca/ |
D | zc3xx.c | 5744 static u16 i2c_read(struct gspca_dev *gspca_dev, in i2c_read() function 5950 sd->ctrls[EXPOSURE].val = (i2c_read(gspca_dev, 0x25) << 9) in getexposure() 5951 | (i2c_read(gspca_dev, 0x26) << 1) in getexposure() 5952 | (i2c_read(gspca_dev, 0x27) >> 7); in getexposure() 6177 checkword = ((i2c_read(gspca_dev, 0x00) & 0x0f) << 4) in sif_probe() 6178 | ((i2c_read(gspca_dev, 0x01) & 0xf0) >> 4); in sif_probe() 6193 retword = i2c_read(gspca_dev, 0x01); in vga_2wr_probe() 6199 retword = i2c_read(gspca_dev, 0x01); in vga_2wr_probe() 6206 retword = i2c_read(gspca_dev, 0x11); in vga_2wr_probe() 6216 retword = i2c_read(gspca_dev, 0x15); in vga_2wr_probe() [all …]
|
D | spca561.c | 373 static int i2c_read(struct gspca_dev *gspca_dev, __u16 reg, __u8 mode) in i2c_read() function 740 expotimes = i2c_read(gspca_dev, 0x09, 0x10); in do_autogain() 746 gainG = i2c_read(gspca_dev, 0x35, 0x10); in do_autogain()
|
/linux-2.6.39/arch/cris/arch-v32/drivers/ |
D | i2c.h | 7 int i2c_read(unsigned char theSlave, void *data, size_t nbytes);
|
D | i2c.c | 448 i2c_read(unsigned char theSlave, void *data, size_t nbytes) in i2c_read() function
|
/linux-2.6.39/drivers/staging/cxd2099/ |
D | cxd2099.c | 104 static int i2c_read(struct i2c_adapter *adapter, u8 adr, in i2c_read() function 126 status = i2c_read(ci->i2c, ci->adr, 1, data, n); in read_block() 144 status = i2c_read(ci->i2c, ci->adr, 3, data, n); in read_pccard() 169 status = i2c_read(ci->i2c, ci->adr, 3, val, 1); in read_io()
|
/linux-2.6.39/arch/cris/arch-v32/drivers/mach-a3/ |
D | gpio.c | 283 i2c_read(VIRT_I2C_ADDR, (void *)&cached_virtual_gpio_read, in gpio_interrupt() 691 i2c_read(VIRT_I2C_ADDR, (void *)&shadow, sizeof(shadow)); in virtual_gpio_ioctl() 700 i2c_read(VIRT_I2C_ADDR, (void *)&shadow, sizeof(shadow)); in virtual_gpio_ioctl() 749 i2c_read(VIRT_I2C_ADDR, (void *)&val, sizeof(val)); in virtual_gpio_ioctl() 770 i2c_read(VIRT_I2C_ADDR, (void *)&shadow, in virtual_gpio_ioctl()
|
/linux-2.6.39/arch/cris/arch-v32/drivers/mach-fs/ |
D | gpio.c | 323 i2c_read(VIRT_I2C_ADDR, (void *)&cached_virtual_gpio_read, in gpio_pa_interrupt() 732 i2c_read(VIRT_I2C_ADDR, (void *)&shadow, sizeof(shadow)); in virtual_gpio_ioctl() 741 i2c_read(VIRT_I2C_ADDR, (void *)&shadow, sizeof(shadow)); in virtual_gpio_ioctl() 799 i2c_read(VIRT_I2C_ADDR, (void *)&val, sizeof(val)); in virtual_gpio_ioctl() 820 i2c_read(VIRT_I2C_ADDR, (void *)&shadow, in virtual_gpio_ioctl()
|
/linux-2.6.39/sound/soc/ |
D | soc-cache.c | 670 unsigned int (*i2c_read)(struct snd_soc_codec *, unsigned int); member 685 .i2c_read = snd_soc_8_8_read_i2c, 691 .i2c_read = snd_soc_8_16_read_i2c, 697 .i2c_read = snd_soc_16_8_read_i2c, 703 .i2c_read = snd_soc_16_16_read_i2c, 756 if (io_types[i].i2c_read) in snd_soc_codec_set_cache_io() 757 codec->hw_read = io_types[i].i2c_read; in snd_soc_codec_set_cache_io()
|
/linux-2.6.39/drivers/i2c/busses/ |
D | i2c-au1550.c | 193 i2c_read(struct i2c_au1550_data *adap, unsigned char *buf, in i2c_read() function 286 err = i2c_read(adap, p->buf, p->len); in au1550_xfer()
|
/linux-2.6.39/drivers/media/video/ |
D | vino.c | 1686 static int i2c_read(struct i2c_algo_sgi_data *adap, unsigned char *buf, in i2c_read() function 1731 err = i2c_read(adap, p->buf, p->len); in sgi_xfer()
|