Go to the documentation of this file.
97 #define FBIOGET_CONTRAST _IOR('F', 1, int)
98 #define FBIOPUT_CONTRAST _IOW('F', 2, int)
99 #define FBIGET_BRIGHTNESS _IOR('F', 3, int)
100 #define FBIPUT_BRIGHTNESS _IOW('F', 3, int)
101 #define FBIGET_COLOR _IOR('F', 5, int)
102 #define FBIPUT_COLOR _IOW('F', 6, int)
103 #define FBIPUT_HSYNC _IOW('F', 9, int)
104 #define FBIPUT_VSYNC _IOW('F', 10, int)