Searched refs:OV9650_COM8 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/media/usb/gspca/m5602/ |
H A D | m5602_ov9650.c | 78 {SENSOR, OV9650_COM8, OV9650_FAST_AGC_AEC | 667 err = m5602_read_sensor(sd, OV9650_COM8, &i2c_data, 1); in ov9650_set_auto_exposure() 674 return m5602_write_sensor(sd, OV9650_COM8, &i2c_data, 1); in ov9650_set_auto_exposure() 686 err = m5602_read_sensor(sd, OV9650_COM8, &i2c_data, 1); in ov9650_set_auto_white_balance() 691 err = m5602_write_sensor(sd, OV9650_COM8, &i2c_data, 1); in ov9650_set_auto_white_balance() 704 err = m5602_read_sensor(sd, OV9650_COM8, &i2c_data, 1); in ov9650_set_auto_gain() 710 return m5602_write_sensor(sd, OV9650_COM8, &i2c_data, 1); in ov9650_set_auto_gain()
|
H A D | m5602_ov9650.h | 41 #define OV9650_COM8 0x13 macro
|