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()
1603 i2c_w1(gspca_dev, reg->reg, reg->val); in sd_dbg_s_register()
1904 i2c_w1(gspca_dev, 0x17, 0x1d); in configure_sensor_output()
1905 i2c_w1(gspca_dev, 0x18, 0xbd); in configure_sensor_output()
1906 i2c_w1(gspca_dev, 0x19, 0x01); in configure_sensor_output()
1907 i2c_w1(gspca_dev, 0x1a, 0x81); in configure_sensor_output()
1908 i2c_w1(gspca_dev, 0x12, 0x00); in configure_sensor_output()
1912 i2c_w1(gspca_dev, 0x17, 0x13); in configure_sensor_output()
1913 i2c_w1(gspca_dev, 0x18, 0x63); in configure_sensor_output()
1914 i2c_w1(gspca_dev, 0x19, 0x01); in configure_sensor_output()
1915 i2c_w1(gspca_dev, 0x1a, 0x79); in configure_sensor_output()
1916 i2c_w1(gspca_dev, 0x12, 0x40); in configure_sensor_output()
1923 i2c_w1(gspca_dev, 0x17, 0x1b); in configure_sensor_output()
1924 i2c_w1(gspca_dev, 0x18, 0xbc); in configure_sensor_output()
1925 i2c_w1(gspca_dev, 0x19, 0x01); in configure_sensor_output()
1926 i2c_w1(gspca_dev, 0x1a, 0x82); in configure_sensor_output()
1928 i2c_w1(gspca_dev, 0x12, value & 0x07); in configure_sensor_output()
1930 i2c_w1(gspca_dev, 0x17, 0x24); in configure_sensor_output()
1931 i2c_w1(gspca_dev, 0x18, 0xc5); in configure_sensor_output()
1932 i2c_w1(gspca_dev, 0x19, 0x00); in configure_sensor_output()
1933 i2c_w1(gspca_dev, 0x1a, 0x3c); in configure_sensor_output()
1935 i2c_w1(gspca_dev, 0x12, (value & 0x7) | 0x40); in configure_sensor_output()