Searched refs:hdmi_cinfo (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi4.c | 150 struct dss_pll_clock_info hdmi_cinfo = { 0 }; in hdmi_power_on_full() local 164 hdmi_pll_compute(&hdmi.pll, p->pixelclock, &hdmi_cinfo); in hdmi_power_on_full() 172 r = dss_pll_set_config(&hdmi.pll.pll, &hdmi_cinfo); in hdmi_power_on_full() 178 r = hdmi_phy_configure(&hdmi.phy, hdmi_cinfo.clkdco, in hdmi_power_on_full() 179 hdmi_cinfo.clkout[0]); in hdmi_power_on_full()
|
D | hdmi5.c | 166 struct dss_pll_clock_info hdmi_cinfo = { 0 }; in hdmi_power_on_full() local 176 hdmi_pll_compute(&hdmi.pll, p->pixelclock, &hdmi_cinfo); in hdmi_power_on_full() 189 r = dss_pll_set_config(&hdmi.pll.pll, &hdmi_cinfo); in hdmi_power_on_full() 195 r = hdmi_phy_configure(&hdmi.phy, hdmi_cinfo.clkdco, in hdmi_power_on_full() 196 hdmi_cinfo.clkout[0]); in hdmi_power_on_full()
|
/linux-5.19.10/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi4.c | 150 struct dss_pll_clock_info hdmi_cinfo = { 0 }; in hdmi_power_on_full() local 174 pc, &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 | 148 struct dss_pll_clock_info hdmi_cinfo = { 0 }; in hdmi_power_on_full() local 168 pc, &hdmi_cinfo); in hdmi_power_on_full() 181 r = dss_pll_set_config(&hdmi->pll.pll, &hdmi_cinfo); in hdmi_power_on_full() 187 r = hdmi_phy_configure(&hdmi->phy, hdmi_cinfo.clkdco, in hdmi_power_on_full() 188 hdmi_cinfo.clkout[0]); in hdmi_power_on_full()
|