Searched refs:hdmi_cinfo (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi4.c | 160 struct dss_pll_clock_info hdmi_cinfo = { 0 }; in hdmi_power_on_full() local 174 hdmi_pll_compute(&hdmi.pll, p->pixelclock, &hdmi_cinfo); in hdmi_power_on_full() 182 r = dss_pll_set_config(&hdmi.pll.pll, &hdmi_cinfo); in hdmi_power_on_full() 188 r = hdmi_phy_configure(&hdmi.phy, hdmi_cinfo.clkdco, in hdmi_power_on_full() 189 hdmi_cinfo.clkout[0]); in hdmi_power_on_full()
|
D | hdmi5.c | 176 struct dss_pll_clock_info hdmi_cinfo = { 0 }; in hdmi_power_on_full() local 186 hdmi_pll_compute(&hdmi.pll, p->pixelclock, &hdmi_cinfo); in hdmi_power_on_full() 199 r = dss_pll_set_config(&hdmi.pll.pll, &hdmi_cinfo); in hdmi_power_on_full() 205 r = hdmi_phy_configure(&hdmi.phy, hdmi_cinfo.clkdco, in hdmi_power_on_full() 206 hdmi_cinfo.clkout[0]); in hdmi_power_on_full()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi5.c | 175 struct dss_pll_clock_info hdmi_cinfo = { 0 }; in hdmi_power_on_full() local 195 pc, &hdmi_cinfo); in hdmi_power_on_full() 208 r = dss_pll_set_config(&hdmi->pll.pll, &hdmi_cinfo); in hdmi_power_on_full() 214 r = hdmi_phy_configure(&hdmi->phy, hdmi_cinfo.clkdco, in hdmi_power_on_full() 215 hdmi_cinfo.clkout[0]); in hdmi_power_on_full()
|
D | hdmi4.c | 179 struct dss_pll_clock_info hdmi_cinfo = { 0 }; in hdmi_power_on_full() local 203 pc, &hdmi_cinfo); in hdmi_power_on_full() 211 r = dss_pll_set_config(&hdmi->pll.pll, &hdmi_cinfo); in hdmi_power_on_full() 217 r = hdmi_phy_configure(&hdmi->phy, hdmi_cinfo.clkdco, in hdmi_power_on_full() 218 hdmi_cinfo.clkout[0]); in hdmi_power_on_full()
|