Home
last modified time | relevance | path

Searched refs:dss_feat_get_supported_displays (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss_features.h94 enum omap_display_type dss_feat_get_supported_displays(enum omap_channel channel);
H A Ddss.c134 if (dss_feat_get_supported_displays(OMAP_DSS_CHANNEL_LCD) & in dss_save_context()
154 if (dss_feat_get_supported_displays(OMAP_DSS_CHANNEL_LCD) & in dss_restore_context()
384 if (dss_feat_get_supported_displays(OMAP_DSS_CHANNEL_LCD) & in dss_dump_regs()
627 dp = dss_feat_get_supported_displays(OMAP_DSS_CHANNEL_DIGIT); in dss_select_hdmi_venc_clk_source()
642 displays = dss_feat_get_supported_displays(OMAP_DSS_CHANNEL_DIGIT); in dss_get_hdmi_venc_clk_source()
H A Dmanager.c62 dss_feat_get_supported_displays(mgr->id); in dss_init_overlay_managers()
H A Ddss_features.c823 enum omap_display_type dss_feat_get_supported_displays(enum omap_channel channel) in dss_feat_get_supported_displays() function