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/
15 #include <sound/omap-hdmi-audio.h>
24 /* HDMI Wrapper */
72 /* HDMI PHY */
295 /* HDMI wrapper funcs */
323 /* HDMI PHY funcs */
324 int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk,
326 void hdmi_phy_dump(struct hdmi_phy_data *phy, struct seq_file *s);
327 int hdmi_phy_init(struct platform_device *pdev, struct hdmi_phy_data *phy,
329 int hdmi_phy_parse_lanes(struct hdmi_phy_data *phy, const u32 *lanes);
333 struct hdmi_phy_data *phy);
345 return cfg->hdmi_dvi_mode == HDMI_HDMI ? true : false; in hdmi_mode_has_audio()
358 struct hdmi_phy_data phy; member