Lines Matching refs:applications
10 This document describes the frame buffer API used by applications to interact
16 the recommended API implementation, but applications should be prepared to
147 Screen information are queried by applications using the FBIOGET_FSCREENINFO
153 be directly modified by applications, but can be changed by the driver when an
221 To modify variable information, applications call the FBIOPUT_VSCREENINFO
226 applications should call the FBIOGET_VSCREENINFO ioctl and modify only the
239 for applications when using RGB and grayscale formats, as well as legacy
242 To select a format, applications set the fb_var_screeninfo bits_per_pixel field
246 - For grayscale formats, applications set the grayscale field to one. The red,
247 blue, green and transp fields must be set to 0 by applications and ignored by
251 - For pseudocolor formats, applications set the grayscale field to zero. The
252 red, blue, green and transp fields must be set to 0 by applications and
256 - For truecolor and directcolor formats, applications set the grayscale field
294 To select a format, applications set the grayscale field to the desired FOURCC.
300 For forward compatibility reasons applications must zero those fields, and