Source
static int tw9910_set_frame(struct v4l2_subdev *sd, u32 *width, u32 *height)
// SPDX-License-Identifier: GPL-2.0
/*
* tw9910 Video Driver
*
* Copyright (C) 2017 Jacopo Mondi <jacopo+renesas@jmondi.org>
*
* Copyright (C) 2008 Renesas Solutions Corp.
* Kuninori Morimoto <morimoto.kuninori@renesas.com>
*
* Based on ov772x driver,
*
* Copyright (C) 2008 Kuninori Morimoto <morimoto.kuninori@renesas.com>
* Copyright 2006-7 Jonathan Corbet <corbet@lwn.net>
* Copyright (C) 2008 Magnus Damm
* Copyright (C) 2008, Guennadi Liakhovetski <kernel@pengutronix.de>
*/
/*
* register offset
*/
/* Product ID Code Register */
/* Chip Status Register I */
/* Input Format */
/* Output Format Control Register */
/* Hysteresis and HSYNC Delay Control */
/* Output Control I */
/* Analog Control Register 1 */
/* Cropping Register, High */
/* Vertical Delay Register, Low */
/* Vertical Active Register, Low */
/* Horizontal Delay Register, Low */
/* Horizontal Active Register, Low */
/* Control Register I */
/* Vertical Scaling Register, Low */
/* Scaling Register, High */
/* Horizontal Scaling Register, Low */
/* BRIGHTNESS Control Register */
/* CONTRAST Control Register */
/* SHARPNESS Control Register I */
/* Chroma (U) Gain Register */
/* Chroma (V) Gain Register */
/* Hue Control Register */
/* Coring and IF compensation */
/* VBI Control Register */
/* Analog Control 2 */