Searched refs:hdmi_phy_configure (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/phy/mediatek/ |
H A D | phy-mtk-hdmi.c | 52 if (hdmi_phy->conf->hdmi_phy_configure) in mtk_hdmi_phy_configure() 53 return hdmi_phy->conf->hdmi_phy_configure(phy, opts); in mtk_hdmi_phy_configure()
|
H A D | phy-mtk-hdmi.h | 26 int (*hdmi_phy_configure)(struct phy *phy, union phy_configure_opts *opts); member
|
H A D | phy-mtk-hdmi-mt8195.c | 486 .hdmi_phy_configure = mtk_hdmi_phy_configure,
|
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi_phy.c | 123 int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk, in hdmi_phy_configure() function
|
H A D | hdmi.h | 324 int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk,
|
H A D | hdmi5.c | 188 r = hdmi_phy_configure(&hdmi->phy, hdmi_cinfo.clkdco, in hdmi_power_on_full()
|
H A D | hdmi4.c | 189 r = hdmi_phy_configure(&hdmi->phy, hdmi_cinfo.clkdco, in hdmi_power_on_full()
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | hdmi_phy.c | 132 int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk, in hdmi_phy_configure() function
|
H A D | hdmi.h | 306 int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk,
|
H A D | hdmi4.c | 177 r = hdmi_phy_configure(&hdmi.phy, hdmi_cinfo.clkdco, in hdmi_power_on_full()
|
H A D | hdmi5.c | 194 r = hdmi_phy_configure(&hdmi.phy, hdmi_cinfo.clkdco, in hdmi_power_on_full()
|
/linux/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi.c | 1621 static int hdmi_phy_configure(struct dw_hdmi *hdmi, in hdmi_phy_configure() function 1673 ret = hdmi_phy_configure(hdmi, display); in dw_hdmi_phy_init()
|