rot_type 889 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c bool dss_feat_rotation_type_supported(enum omap_dss_rotation_type rot_type) rot_type 891 drivers/video/fbdev/omap2/omapfb/dss/dss_features.c return omap_current_dss_features->supported_rotation_types & rot_type; rot_type 88 drivers/video/fbdev/omap2/omapfb/dss/dss_features.h bool dss_feat_rotation_type_supported(enum omap_dss_rotation_type rot_type); rot_type 42 drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c int rot_type; rot_type 45 drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c r = kstrtoint(buf, 0, &rot_type); rot_type 49 drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c if (rot_type != OMAP_DSS_ROT_DMA && rot_type != OMAP_DSS_ROT_VRFB) rot_type 55 drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c if (rot_type == ofbi->rotation_type) rot_type 65 drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c ofbi->rotation_type = rot_type;