1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (C) 2008-2009 Texas Instruments Inc
15 enum vpfe_hw_if_type
{
22 /* YCbCr - 8 bit with external sync */
24 /* YCbCr - 16 bit with external sync */
30 /* interface description */
31 struct vpfe_hw_if_param
{
32 enum vpfe_hw_if_type if_type
;
33 enum vpfe_pin_pol hdpol
;
34 enum vpfe_pin_pol vdpol
;