Searched refs:OV9650_COM8 (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/drivers/media/usb/gspca/m5602/ |
D | m5602_ov9650.c | 82 {SENSOR, OV9650_COM8, OV9650_FAST_AGC_AEC | 671 err = m5602_read_sensor(sd, OV9650_COM8, &i2c_data, 1); in ov9650_set_auto_exposure() 678 return m5602_write_sensor(sd, OV9650_COM8, &i2c_data, 1); in ov9650_set_auto_exposure() 690 err = m5602_read_sensor(sd, OV9650_COM8, &i2c_data, 1); in ov9650_set_auto_white_balance() 695 err = m5602_write_sensor(sd, OV9650_COM8, &i2c_data, 1); in ov9650_set_auto_white_balance() 708 err = m5602_read_sensor(sd, OV9650_COM8, &i2c_data, 1); in ov9650_set_auto_gain() 714 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
|