/* SPDX-License-Identifier: GPL-2.0-only */ /* * tc358743 - Toshiba HDMI to CSI-2 bridge * * Copyright 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved. */ /* * References (c = chapter, p = page): * REF_01 - Toshiba, TC358743XBG (H2C), Functional Specification, Rev 0.60 * REF_02 - Toshiba, TC358743XBG_HDMI-CSI_Tv11p_nm.xls */ #ifndef _TC358743_ #define _TC358743_ enum tc358743_ddc5v_delays { … }; enum tc358743_hdmi_detection_delay { … }; struct tc358743_platform_data { … }; /* custom controls */ /* Audio sample rate in Hz */ #define TC358743_CID_AUDIO_SAMPLING_RATE … /* Audio present status */ #define TC358743_CID_AUDIO_PRESENT … #endif