Searched refs:OV7660_COM8 (Results 1 – 2 of 2) sorted by relevance
/drivers/media/usb/gspca/m5602/ |
D | m5602_ov7660.c | 79 {SENSOR, OV7660_COM8, 0x00}, 344 err = m5602_read_sensor(sd, OV7660_COM8, &i2c_data, 1); in ov7660_set_auto_white_balance() 349 err = m5602_write_sensor(sd, OV7660_COM8, &i2c_data, 1); in ov7660_set_auto_white_balance() 362 err = m5602_read_sensor(sd, OV7660_COM8, &i2c_data, 1); in ov7660_set_auto_gain() 368 return m5602_write_sensor(sd, OV7660_COM8, &i2c_data, 1); in ov7660_set_auto_gain() 380 err = m5602_read_sensor(sd, OV7660_COM8, &i2c_data, 1); in ov7660_set_auto_exposure() 387 return m5602_write_sensor(sd, OV7660_COM8, &i2c_data, 1); in ov7660_set_auto_exposure()
|
D | m5602_ov7660.h | 39 #define OV7660_COM8 0x13 macro
|