Searched refs:OV9650_COM8 (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/media/usb/gspca/m5602/ |
D | m5602_ov9650.c | 519 err = m5602_read_sensor(sd, OV9650_COM8, &i2c_data, 1); in ov9650_set_auto_exposure() 526 return m5602_write_sensor(sd, OV9650_COM8, &i2c_data, 1); in ov9650_set_auto_exposure() 538 err = m5602_read_sensor(sd, OV9650_COM8, &i2c_data, 1); in ov9650_set_auto_white_balance() 543 err = m5602_write_sensor(sd, OV9650_COM8, &i2c_data, 1); in ov9650_set_auto_white_balance() 556 err = m5602_read_sensor(sd, OV9650_COM8, &i2c_data, 1); in ov9650_set_auto_gain() 562 return m5602_write_sensor(sd, OV9650_COM8, &i2c_data, 1); in ov9650_set_auto_gain()
|
D | m5602_ov9650.h | 45 #define OV9650_COM8 0x13 macro 214 {SENSOR, OV9650_COM8, OV9650_FAST_AGC_AEC |
|