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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/omapfb/
H A Domapfb-sysfs.c53 enum omap_dss_rotation_type rot_type; local
56 rot_type = simple_strtoul(buf, NULL, 0);
58 if (rot_type != OMAP_DSS_ROT_DMA && rot_type != OMAP_DSS_ROT_VRFB)
65 if (rot_type == ofbi->rotation_type)
75 ofbi->rotation_type = rot_type;

Completed in 111 milliseconds