Searched refs:omap_current_dss_features (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Ddss_features.c64 static const struct omap_dss_features *omap_current_dss_features; variable in typeref:struct:omap_dss_features
818 return omap_current_dss_features->num_mgrs; dss_feat_get_num_mgrs()
824 return omap_current_dss_features->num_ovls; dss_feat_get_num_ovls()
830 return omap_current_dss_features->num_wbs; dss_feat_get_num_wbs()
835 return omap_current_dss_features->dss_params[param].min; dss_feat_get_param_min()
840 return omap_current_dss_features->dss_params[param].max; dss_feat_get_param_max()
845 return omap_current_dss_features->supported_displays[channel]; dss_feat_get_supported_displays()
851 return omap_current_dss_features->supported_outputs[channel]; dss_feat_get_supported_outputs()
857 return omap_current_dss_features->supported_color_modes[plane]; dss_feat_get_supported_color_modes()
863 return omap_current_dss_features->overlay_caps[plane]; dss_feat_get_overlay_caps()
869 return omap_current_dss_features->supported_color_modes[plane] & dss_feat_color_mode_supported()
875 return omap_current_dss_features->clksrc_names[id]; dss_feat_get_clk_source_name()
880 return omap_current_dss_features->buffer_size_unit; dss_feat_get_buffer_size_unit()
885 return omap_current_dss_features->burst_size_unit; dss_feat_get_burst_size_unit()
892 const enum dss_feat_id *features = omap_current_dss_features->features; dss_has_feature()
893 const int num_features = omap_current_dss_features->num_features; dss_has_feature()
905 if (id >= omap_current_dss_features->num_reg_fields) dss_feat_get_reg_field()
908 *start = omap_current_dss_features->reg_fields[id].start; dss_feat_get_reg_field()
909 *end = omap_current_dss_features->reg_fields[id].end; dss_feat_get_reg_field()
914 return omap_current_dss_features->supported_rotation_types & rot_type; dss_feat_rotation_type_supported()
921 omap_current_dss_features = &omap2_dss_features; dss_features_init()
926 omap_current_dss_features = &omap3430_dss_features; dss_features_init()
930 omap_current_dss_features = &omap3630_dss_features; dss_features_init()
934 omap_current_dss_features = &omap4430_es1_0_dss_features; dss_features_init()
938 omap_current_dss_features = &omap4430_es2_0_1_2_dss_features; dss_features_init()
942 omap_current_dss_features = &omap4_dss_features; dss_features_init()
947 omap_current_dss_features = &omap5_dss_features; dss_features_init()
951 omap_current_dss_features = &am35xx_dss_features; dss_features_init()
955 omap_current_dss_features = &am43xx_dss_features; dss_features_init()

Completed in 110 milliseconds