Lines Matching +full:phy +full:- +full:wrapper
1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2010-2011 Texas Instruments Incorporated - https://www.ti.com/
16 #include <sound/omap-hdmi-audio.h>
20 /* HDMI Wrapper */
68 /* HDMI PHY */
276 /* HDMI wrapper funcs */
305 /* HDMI PHY funcs */
306 int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk,
308 void hdmi_phy_dump(struct hdmi_phy_data *phy, struct seq_file *s);
309 int hdmi_phy_init(struct platform_device *pdev, struct hdmi_phy_data *phy);
310 int hdmi_phy_parse_lanes(struct hdmi_phy_data *phy, const u32 *lanes);
314 struct hdmi_phy_data *phy);
326 return cfg->hdmi_dvi_mode == HDMI_HDMI ? true : false; in hdmi_mode_has_audio()
336 struct hdmi_phy_data phy; member