Searched refs:I2C_CLIENT_SCCB (Results 1 – 7 of 7) sorted by relevance
58 client->flags = I2C_CLIENT_SCCB; in ov7640_probe()
1491 client->flags |= I2C_CLIENT_SCCB; in ov2659_probe()
137 flags & I2C_CLIENT_SCCB ? 0x10 : 0x00, &data->byte); in go7007_smbus_xfer()
1191 i2c_smbus_xfer(&go->i2c_adapter, 0x21, I2C_CLIENT_SCCB, in go7007_usb_probe()
368 .flags = I2C_CLIENT_SCCB, in em28xx_init_camera()
576 flags &= I2C_M_TEN | I2C_CLIENT_PEC | I2C_CLIENT_SCCB; in __i2c_smbus_xfer()
338 #define I2C_CLIENT_SCCB 0x9000 /* Use Omnivision SCCB protocol */ macro