Lines Matching refs:i2c_read

5571 static u16 i2c_read(struct gspca_dev *gspca_dev,  in i2c_read()  function
5772 return (i2c_read(gspca_dev, 0x25) << 9) in getexposure()
5773 | (i2c_read(gspca_dev, 0x26) << 1) in getexposure()
5774 | (i2c_read(gspca_dev, 0x27) >> 7); in getexposure()
5776 return i2c_read(gspca_dev, 0x10); in getexposure()
6052 checkword = ((i2c_read(gspca_dev, 0x00) & 0x0f) << 4) in sif_probe()
6053 | ((i2c_read(gspca_dev, 0x01) & 0xf0) >> 4); in sif_probe()
6068 retword = i2c_read(gspca_dev, 0x01); in vga_2wr_probe()
6074 retword = i2c_read(gspca_dev, 0x01); in vga_2wr_probe()
6081 retword = i2c_read(gspca_dev, 0x11); in vga_2wr_probe()
6091 retword = i2c_read(gspca_dev, 0x15); in vga_2wr_probe()
6097 retword = i2c_read(gspca_dev, 0x07); in vga_2wr_probe()
6100 retword = i2c_read(gspca_dev, 0x03); in vga_2wr_probe()
6103 retword = i2c_read(gspca_dev, 0x04); in vga_2wr_probe()
6109 retword = i2c_read(gspca_dev, 0x01); in vga_2wr_probe()
6117 retword = i2c_read(gspca_dev, 0x03); in vga_2wr_probe()
6125 retword = i2c_read(gspca_dev, 0x01); in vga_2wr_probe()
6140 retword = i2c_read(gspca_dev, 0x0a) << 8; in vga_2wr_probe()
6141 retword |= i2c_read(gspca_dev, 0x0b); in vga_2wr_probe()
6186 retword = i2c_read(gspca_dev, 0x14); in vga_3wr_probe()
6189 retword = i2c_read(gspca_dev, 0x15); in vga_3wr_probe()
6192 retword = i2c_read(gspca_dev, 0x16); in vga_3wr_probe()
6217 retword = i2c_read(gspca_dev, 0x00); in vga_3wr_probe()
6231 retword = i2c_read(gspca_dev, 0x00); in vga_3wr_probe()
6249 if (i2c_read(gspca_dev, 0x1c) == 0x007f /* OV7610 - manufacturer ID */ in vga_3wr_probe()
6250 && i2c_read(gspca_dev, 0x1d) == 0x00a2) { in vga_3wr_probe()
6263 retword = i2c_read(gspca_dev, 0x00) << 8; /* ID 0 */ in vga_3wr_probe()
6264 retword |= i2c_read(gspca_dev, 0x01); /* ID 1 */ in vga_3wr_probe()
6269 retbyte = i2c_read(gspca_dev, 0x02); /* revision number */ in vga_3wr_probe()
6285 retword = i2c_read(gspca_dev, 0x01); in vga_3wr_probe()
6531 sensor = i2c_read(gspca_dev, 0x00); in sd_init()
6827 i2c_read(gspca_dev, 0x13); /*fixme: returns 0xa3 */ in sd_start()