Lines Matching refs:i2c_read

5580 static u16 i2c_read(struct gspca_dev *gspca_dev,  in i2c_read()  function
5781 return (i2c_read(gspca_dev, 0x25) << 9) in getexposure()
5782 | (i2c_read(gspca_dev, 0x26) << 1) in getexposure()
5783 | (i2c_read(gspca_dev, 0x27) >> 7); in getexposure()
5785 return i2c_read(gspca_dev, 0x10); in getexposure()
6061 checkword = ((i2c_read(gspca_dev, 0x00) & 0x0f) << 4) in sif_probe()
6062 | ((i2c_read(gspca_dev, 0x01) & 0xf0) >> 4); in sif_probe()
6077 retword = i2c_read(gspca_dev, 0x01); in vga_2wr_probe()
6083 retword = i2c_read(gspca_dev, 0x01); in vga_2wr_probe()
6090 retword = i2c_read(gspca_dev, 0x11); in vga_2wr_probe()
6100 retword = i2c_read(gspca_dev, 0x15); in vga_2wr_probe()
6106 retword = i2c_read(gspca_dev, 0x07); in vga_2wr_probe()
6109 retword = i2c_read(gspca_dev, 0x03); in vga_2wr_probe()
6112 retword = i2c_read(gspca_dev, 0x04); in vga_2wr_probe()
6118 retword = i2c_read(gspca_dev, 0x01); in vga_2wr_probe()
6126 retword = i2c_read(gspca_dev, 0x03); in vga_2wr_probe()
6134 retword = i2c_read(gspca_dev, 0x01); in vga_2wr_probe()
6149 retword = i2c_read(gspca_dev, 0x0a) << 8; in vga_2wr_probe()
6150 retword |= i2c_read(gspca_dev, 0x0b); in vga_2wr_probe()
6195 retword = i2c_read(gspca_dev, 0x14); in vga_3wr_probe()
6198 retword = i2c_read(gspca_dev, 0x15); in vga_3wr_probe()
6201 retword = i2c_read(gspca_dev, 0x16); in vga_3wr_probe()
6226 retword = i2c_read(gspca_dev, 0x00); in vga_3wr_probe()
6240 retword = i2c_read(gspca_dev, 0x00); in vga_3wr_probe()
6258 if (i2c_read(gspca_dev, 0x1c) == 0x007f /* OV7610 - manufacturer ID */ in vga_3wr_probe()
6259 && i2c_read(gspca_dev, 0x1d) == 0x00a2) { in vga_3wr_probe()
6272 retword = i2c_read(gspca_dev, 0x00) << 8; /* ID 0 */ in vga_3wr_probe()
6273 retword |= i2c_read(gspca_dev, 0x01); /* ID 1 */ in vga_3wr_probe()
6278 retbyte = i2c_read(gspca_dev, 0x02); /* revision number */ in vga_3wr_probe()
6294 retword = i2c_read(gspca_dev, 0x01); in vga_3wr_probe()
6540 sensor = i2c_read(gspca_dev, 0x00); in sd_init()
6836 i2c_read(gspca_dev, 0x13); /*fixme: returns 0xa3 */ in sd_start()