omap_current_dss_features   52 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c static const struct omap_dss_features *omap_current_dss_features;
omap_current_dss_features  803 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 	return omap_current_dss_features->num_mgrs;
omap_current_dss_features  809 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 	return omap_current_dss_features->num_ovls;
omap_current_dss_features  815 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 	return omap_current_dss_features->dss_params[param].min;
omap_current_dss_features  820 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 	return omap_current_dss_features->dss_params[param].max;
omap_current_dss_features  825 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 	return omap_current_dss_features->supported_displays[channel];
omap_current_dss_features  830 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 	return omap_current_dss_features->supported_outputs[channel];
omap_current_dss_features  835 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 	return omap_current_dss_features->supported_color_modes[plane];
omap_current_dss_features  841 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 	return omap_current_dss_features->overlay_caps[plane];
omap_current_dss_features  847 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 	return omap_current_dss_features->supported_color_modes[plane] &
omap_current_dss_features  853 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 	return omap_current_dss_features->clksrc_names[id];
omap_current_dss_features  858 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 	return omap_current_dss_features->buffer_size_unit;
omap_current_dss_features  863 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 	return omap_current_dss_features->burst_size_unit;
omap_current_dss_features  870 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 	const enum dss_feat_id *features = omap_current_dss_features->features;
omap_current_dss_features  871 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 	const int num_features = omap_current_dss_features->num_features;
omap_current_dss_features  883 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 	BUG_ON(id >= omap_current_dss_features->num_reg_fields);
omap_current_dss_features  885 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 	*start = omap_current_dss_features->reg_fields[id].start;
omap_current_dss_features  886 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 	*end = omap_current_dss_features->reg_fields[id].end;
omap_current_dss_features  891 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 	return omap_current_dss_features->supported_rotation_types & rot_type;
omap_current_dss_features  898 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 		omap_current_dss_features = &omap2_dss_features;
omap_current_dss_features  903 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 		omap_current_dss_features = &omap3430_dss_features;
omap_current_dss_features  907 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 		omap_current_dss_features = &omap3630_dss_features;
omap_current_dss_features  911 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 		omap_current_dss_features = &omap4430_es1_0_dss_features;
omap_current_dss_features  915 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 		omap_current_dss_features = &omap4430_es2_0_1_2_dss_features;
omap_current_dss_features  919 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 		omap_current_dss_features = &omap4_dss_features;
omap_current_dss_features  924 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 		omap_current_dss_features = &omap5_dss_features;
omap_current_dss_features  928 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 		omap_current_dss_features = &am35xx_dss_features;
omap_current_dss_features  932 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c 		omap_current_dss_features = &am43xx_dss_features;