Home
last modified time | relevance | path

Searched refs:hdmi_phy_configure (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/
Dhdmi_phy.c123 int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk, in hdmi_phy_configure() function
Dhdmi.h323 int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk,
Dhdmi5.c185 r = hdmi_phy_configure(&hdmi->phy, hdmi_cinfo.clkdco, in hdmi_power_on_full()
Dhdmi4.c186 r = hdmi_phy_configure(&hdmi->phy, hdmi_cinfo.clkdco, in hdmi_power_on_full()
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi_phy.c132 int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk, in hdmi_phy_configure() function
Dhdmi.h306 int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk,
Dhdmi4.c177 r = hdmi_phy_configure(&hdmi.phy, hdmi_cinfo.clkdco, in hdmi_power_on_full()
Dhdmi5.c194 r = hdmi_phy_configure(&hdmi.phy, hdmi_cinfo.clkdco, in hdmi_power_on_full()
/Linux-v5.4/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c1412 static int hdmi_phy_configure(struct dw_hdmi *hdmi) in hdmi_phy_configure() function
1462 ret = hdmi_phy_configure(hdmi); in dw_hdmi_phy_init()