Searched refs:hdmi_cinfo (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi4.c | 148 struct dss_pll_clock_info hdmi_cinfo = { 0 }; in hdmi_power_on_full() local 162 hdmi_pll_compute(&hdmi.pll, p->pixelclock, &hdmi_cinfo); in hdmi_power_on_full() 170 r = dss_pll_set_config(&hdmi.pll.pll, &hdmi_cinfo); in hdmi_power_on_full() 176 r = hdmi_phy_configure(&hdmi.phy, hdmi_cinfo.clkdco, in hdmi_power_on_full() 177 hdmi_cinfo.clkout[0]); in hdmi_power_on_full()
|
D | hdmi5.c | 164 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() 187 r = dss_pll_set_config(&hdmi.pll.pll, &hdmi_cinfo); in hdmi_power_on_full() 193 r = hdmi_phy_configure(&hdmi.phy, hdmi_cinfo.clkdco, in hdmi_power_on_full() 194 hdmi_cinfo.clkout[0]); in hdmi_power_on_full()
|
/Linux-v6.6/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi5.c | 149 struct dss_pll_clock_info hdmi_cinfo = { 0 }; in hdmi_power_on_full() local 169 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 | hdmi4.c | 151 struct dss_pll_clock_info hdmi_cinfo = { 0 }; in hdmi_power_on_full() local 175 pc, &hdmi_cinfo); in hdmi_power_on_full() 183 r = dss_pll_set_config(&hdmi->pll.pll, &hdmi_cinfo); in hdmi_power_on_full() 189 r = hdmi_phy_configure(&hdmi->phy, hdmi_cinfo.clkdco, in hdmi_power_on_full() 190 hdmi_cinfo.clkout[0]); in hdmi_power_on_full()
|