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

/drivers/video/omap2/omapfb/
H A Domapfb-sysfs.c53 int rot_type; local
56 r = kstrtoint(buf, 0, &rot_type);
60 if (rot_type != OMAP_DSS_ROT_DMA && rot_type != OMAP_DSS_ROT_VRFB)
67 if (rot_type == ofbi->rotation_type)
77 ofbi->rotation_type = rot_type;

Completed in 32 milliseconds