Lines Matching refs:i2c_w1
980 static void i2c_w1(struct gspca_dev *gspca_dev, u8 reg, u8 val) in i2c_w1() function
1005 i2c_w1(gspca_dev, buf->reg, buf->val); in i2c_w1_buf()
1097 i2c_w1(gspca_dev, 0x12, 0x80); /* sensor reset */ in ov9650_init_sensor()
1110 i2c_w1(gspca_dev, 0x12, 0x80); /* sensor reset */ in ov9655_init_sensor()
1124 i2c_w1(gspca_dev, 0x12, 0x80); /* sensor reset */ in soi968_init_sensor()
1138 i2c_w1(gspca_dev, 0x12, 0x80); /* sensor reset */ in ov7660_init_sensor()
1151 i2c_w1(gspca_dev, 0x12, 0x80); /* sensor reset */ in ov7670_init_sensor()
1388 i2c_w1(gspca_dev, 0x1e, value); in set_hvflip()
1400 i2c_w1(gspca_dev, 0x1e, value); in set_hvflip()
1401 i2c_w1(gspca_dev, 0x3a, tslb); in set_hvflip()
1431 i2c_w1(gspca_dev, 0x01, value); in set_hvflip()
1597 i2c_w1(gspca_dev, reg->reg, reg->val); in sd_dbg_s_register()
1889 i2c_w1(gspca_dev, 0x17, 0x1d); in configure_sensor_output()
1890 i2c_w1(gspca_dev, 0x18, 0xbd); in configure_sensor_output()
1891 i2c_w1(gspca_dev, 0x19, 0x01); in configure_sensor_output()
1892 i2c_w1(gspca_dev, 0x1a, 0x81); in configure_sensor_output()
1893 i2c_w1(gspca_dev, 0x12, 0x00); in configure_sensor_output()
1897 i2c_w1(gspca_dev, 0x17, 0x13); in configure_sensor_output()
1898 i2c_w1(gspca_dev, 0x18, 0x63); in configure_sensor_output()
1899 i2c_w1(gspca_dev, 0x19, 0x01); in configure_sensor_output()
1900 i2c_w1(gspca_dev, 0x1a, 0x79); in configure_sensor_output()
1901 i2c_w1(gspca_dev, 0x12, 0x40); in configure_sensor_output()
1908 i2c_w1(gspca_dev, 0x17, 0x1b); in configure_sensor_output()
1909 i2c_w1(gspca_dev, 0x18, 0xbc); in configure_sensor_output()
1910 i2c_w1(gspca_dev, 0x19, 0x01); in configure_sensor_output()
1911 i2c_w1(gspca_dev, 0x1a, 0x82); in configure_sensor_output()
1913 i2c_w1(gspca_dev, 0x12, value & 0x07); in configure_sensor_output()
1915 i2c_w1(gspca_dev, 0x17, 0x24); in configure_sensor_output()
1916 i2c_w1(gspca_dev, 0x18, 0xc5); in configure_sensor_output()
1917 i2c_w1(gspca_dev, 0x19, 0x00); in configure_sensor_output()
1918 i2c_w1(gspca_dev, 0x1a, 0x3c); in configure_sensor_output()
1920 i2c_w1(gspca_dev, 0x12, (value & 0x7) | 0x40); in configure_sensor_output()