Lines Matching refs:i2c_w1
977 static void i2c_w1(struct gspca_dev *gspca_dev, u8 reg, u8 val) in i2c_w1() function
1002 i2c_w1(gspca_dev, buf->reg, buf->val); in i2c_w1_buf()
1094 i2c_w1(gspca_dev, 0x12, 0x80); /* sensor reset */ in ov9650_init_sensor()
1107 i2c_w1(gspca_dev, 0x12, 0x80); /* sensor reset */ in ov9655_init_sensor()
1121 i2c_w1(gspca_dev, 0x12, 0x80); /* sensor reset */ in soi968_init_sensor()
1135 i2c_w1(gspca_dev, 0x12, 0x80); /* sensor reset */ in ov7660_init_sensor()
1148 i2c_w1(gspca_dev, 0x12, 0x80); /* sensor reset */ in ov7670_init_sensor()
1385 i2c_w1(gspca_dev, 0x1e, value); in set_hvflip()
1397 i2c_w1(gspca_dev, 0x1e, value); in set_hvflip()
1398 i2c_w1(gspca_dev, 0x3a, tslb); in set_hvflip()
1428 i2c_w1(gspca_dev, 0x01, value); in set_hvflip()
1594 i2c_w1(gspca_dev, reg->reg, reg->val); in sd_dbg_s_register()
1886 i2c_w1(gspca_dev, 0x17, 0x1d); in configure_sensor_output()
1887 i2c_w1(gspca_dev, 0x18, 0xbd); in configure_sensor_output()
1888 i2c_w1(gspca_dev, 0x19, 0x01); in configure_sensor_output()
1889 i2c_w1(gspca_dev, 0x1a, 0x81); in configure_sensor_output()
1890 i2c_w1(gspca_dev, 0x12, 0x00); in configure_sensor_output()
1894 i2c_w1(gspca_dev, 0x17, 0x13); in configure_sensor_output()
1895 i2c_w1(gspca_dev, 0x18, 0x63); in configure_sensor_output()
1896 i2c_w1(gspca_dev, 0x19, 0x01); in configure_sensor_output()
1897 i2c_w1(gspca_dev, 0x1a, 0x79); in configure_sensor_output()
1898 i2c_w1(gspca_dev, 0x12, 0x40); in configure_sensor_output()
1905 i2c_w1(gspca_dev, 0x17, 0x1b); in configure_sensor_output()
1906 i2c_w1(gspca_dev, 0x18, 0xbc); in configure_sensor_output()
1907 i2c_w1(gspca_dev, 0x19, 0x01); in configure_sensor_output()
1908 i2c_w1(gspca_dev, 0x1a, 0x82); in configure_sensor_output()
1910 i2c_w1(gspca_dev, 0x12, value & 0x07); in configure_sensor_output()
1912 i2c_w1(gspca_dev, 0x17, 0x24); in configure_sensor_output()
1913 i2c_w1(gspca_dev, 0x18, 0xc5); in configure_sensor_output()
1914 i2c_w1(gspca_dev, 0x19, 0x00); in configure_sensor_output()
1915 i2c_w1(gspca_dev, 0x1a, 0x3c); in configure_sensor_output()
1917 i2c_w1(gspca_dev, 0x12, (value & 0x7) | 0x40); in configure_sensor_output()