Searched refs:OV7660_COM8 (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/drivers/media/usb/gspca/m5602/ |
D | m5602_ov7660.c | 83 {SENSOR, OV7660_COM8, 0x00}, 348 err = m5602_read_sensor(sd, OV7660_COM8, &i2c_data, 1); in ov7660_set_auto_white_balance() 353 err = m5602_write_sensor(sd, OV7660_COM8, &i2c_data, 1); in ov7660_set_auto_white_balance() 366 err = m5602_read_sensor(sd, OV7660_COM8, &i2c_data, 1); in ov7660_set_auto_gain() 372 return m5602_write_sensor(sd, OV7660_COM8, &i2c_data, 1); in ov7660_set_auto_gain() 384 err = m5602_read_sensor(sd, OV7660_COM8, &i2c_data, 1); in ov7660_set_auto_exposure() 391 return m5602_write_sensor(sd, OV7660_COM8, &i2c_data, 1); in ov7660_set_auto_exposure()
|
D | m5602_ov7660.h | 43 #define OV7660_COM8 0x13 macro
|