Searched refs:I2C_CLIENT_SCCB (Results 1 – 6 of 6) sorted by relevance
58 client->flags = I2C_CLIENT_SCCB; in ov7640_probe()
145 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()
577 flags &= I2C_M_TEN | I2C_CLIENT_PEC | I2C_CLIENT_SCCB; in __i2c_smbus_xfer()
339 #define I2C_CLIENT_SCCB 0x9000 /* Use Omnivision SCCB protocol */ macro