Searched refs:COM7 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov2640.c | 194 #define COM7 0x12 /* Common control 7 */ macro 375 { COM7, COM7_RES_UXGA | COM7_ZOOM_EN }, 692 {COM7, COM7_SRST}, in ov2640_reset() 748 return ov2640_mask_set(client, COM7, COM7_COLOR_BAR_TEST, val); in ov2640_s_ctrl()
|
H A D | ov772x.c | 58 #define COM7 0x12 /* Common control 7 */ macro 278 /* COM7 */ 501 * regardless of the COM7 value. We can thus only support 10-bit 559 ret = regmap_write(priv->regmap, COM7, SCCB_RESET); in ov772x_reset() 1106 /* COM7: Sensor resolution and output format control. */ in ov772x_set_params() 1107 ret = regmap_write(priv->regmap, COM7, win->com7_bit | cfmt->com7); in ov772x_set_params()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov2640.c | 192 #define COM7 0x12 /* Common control 7 */ macro 373 { COM7, COM7_RES_UXGA | COM7_ZOOM_EN }, 690 {COM7, COM7_SRST}, in ov2640_reset() 746 return ov2640_mask_set(client, COM7, COM7_COLOR_BAR_TEST, val); in ov2640_s_ctrl()
|
H A D | ov772x.c | 59 #define COM7 0x12 /* Common control 7 */ macro 279 /* COM7 */ 504 * regardless of the COM7 value. We can thus only support 10-bit 567 ret = regmap_write(priv->regmap, COM7, SCCB_RESET); in ov772x_reset() 593 ret = regmap_update_bits(priv->regmap, COM7, ITU656_ON_OFF, in ov772x_s_stream() 1127 /* COM7: Sensor resolution and output format control. */ in ov772x_set_params() 1128 ret = regmap_write(priv->regmap, COM7, win->com7_bit | cfmt->com7); in ov772x_set_params()
|
Completed in 9 milliseconds