Home
last modified time | relevance | path

Searched refs:omapdss_get_version (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dcore.c48 enum omapdss_version omapdss_get_version(void) in omapdss_get_version() function
53 EXPORT_SYMBOL(omapdss_get_version);
162 dss_features_init(omapdss_get_version()); in omap_dss_probe()
H A Dhdmi_wp.c211 if (omapdss_get_version() == OMAPDSS_VER_OMAP4430_ES1 || in hdmi_wp_audio_config_format()
212 omapdss_get_version() == OMAPDSS_VER_OMAP4430_ES2 || in hdmi_wp_audio_config_format()
213 omapdss_get_version() == OMAPDSS_VER_OMAP4) { in hdmi_wp_audio_config_format()
H A Ddpi.c68 switch (omapdss_get_version()) { in dpi_get_pll()
595 if (omapdss_get_version() == OMAPDSS_VER_DRA7xx) in dpi_init_pll()
614 switch (omapdss_get_version()) { in dpi_get_channel()
H A Dhdmi_phy.c193 switch (omapdss_get_version()) { in hdmi_phy_get_features()
H A Dhdmi_pll.c188 switch (omapdss_get_version()) { in dsi_init_pll_data()
H A Ddss.c883 switch (omapdss_get_version()) { in dss_get_features()
H A Ddsi.c4848 switch (omapdss_get_version()) { in dsi_get_channel()
5227 switch (omapdss_get_version()) { in dsi_init_pll_data()
H A Ddispc.c3859 switch (omapdss_get_version()) { in dispc_get_features()
/linux/drivers/media/platform/ti/omap/
H A Domap_voutlib.c347 return omapdss_get_version() == OMAPDSS_VER_OMAP24xx; in omap_vout_dss_omap24xx()
352 switch (omapdss_get_version()) { in omap_vout_dss_omap34xx()
/linux/include/video/
H A Domapfb_dss.h747 enum omapdss_version omapdss_get_version(void);
826 static inline enum omapdss_version omapdss_get_version(void) in omapdss_get_version() function