Searched refs:w9966_i2c_wbyte (Results 1 - 1 of 1) sorted by relevance

/drivers/media/video/
H A Dw9966.c290 static int w9966_i2c_wbyte(struct w9966 *cam, int data) function
344 if (w9966_i2c_wbyte(cam, W9966_I2C_W_ID) == -1 ||
345 w9966_i2c_wbyte(cam, reg) == -1)
354 if (w9966_i2c_wbyte(cam, W9966_I2C_R_ID) == -1)
377 if (w9966_i2c_wbyte(cam, W9966_I2C_W_ID) == -1 ||
378 w9966_i2c_wbyte(cam, reg) == -1 ||
379 w9966_i2c_wbyte(cam, data) == -1)

Completed in 52 milliseconds