Home
last modified time | relevance | path

Searched refs:fb_bitfield (Results 1 – 25 of 47) sorted by relevance

12

/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dsimplefb.h39 struct fb_bitfield red;
40 struct fb_bitfield green;
41 struct fb_bitfield blue;
42 struct fb_bitfield transp;
/OK3568_Linux_fs/kernel/include/video/
H A Dsa1100fb.h24 struct fb_bitfield red;
25 struct fb_bitfield green;
26 struct fb_bitfield blue;
27 struct fb_bitfield transp;
H A Dimx-ipu-v3.h237 struct fb_bitfield red;
238 struct fb_bitfield green;
239 struct fb_bitfield blue;
240 struct fb_bitfield transp;
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dgrvga.c119 var->red = (struct fb_bitfield) {0, 8, 0}; /* offset, length, msb-right */ in grvga_check_var()
120 var->green = (struct fb_bitfield) {0, 8, 0}; in grvga_check_var()
121 var->blue = (struct fb_bitfield) {0, 8, 0}; in grvga_check_var()
122 var->transp = (struct fb_bitfield) {0, 0, 0}; in grvga_check_var()
125 var->red = (struct fb_bitfield) {11, 5, 0}; in grvga_check_var()
126 var->green = (struct fb_bitfield) {5, 6, 0}; in grvga_check_var()
127 var->blue = (struct fb_bitfield) {0, 5, 0}; in grvga_check_var()
128 var->transp = (struct fb_bitfield) {0, 0, 0}; in grvga_check_var()
132 var->red = (struct fb_bitfield) {16, 8, 0}; in grvga_check_var()
133 var->green = (struct fb_bitfield) {8, 8, 0}; in grvga_check_var()
[all …]
H A Dhyperv_fb.c837 static inline u32 chan_to_field(u32 chan, struct fb_bitfield *bf) in chan_to_field()
1186 info->var.red = (struct fb_bitfield){11, 5, 0}; in hvfb_probe()
1187 info->var.green = (struct fb_bitfield){5, 6, 0}; in hvfb_probe()
1188 info->var.blue = (struct fb_bitfield){0, 5, 0}; in hvfb_probe()
1189 info->var.transp = (struct fb_bitfield){0, 0, 0}; in hvfb_probe()
1191 info->var.red = (struct fb_bitfield){16, 8, 0}; in hvfb_probe()
1192 info->var.green = (struct fb_bitfield){8, 8, 0}; in hvfb_probe()
1193 info->var.blue = (struct fb_bitfield){0, 8, 0}; in hvfb_probe()
1194 info->var.transp = (struct fb_bitfield){24, 8, 0}; in hvfb_probe()
H A Dimxfb.c131 struct fb_bitfield red;
132 struct fb_bitfield green;
133 struct fb_bitfield blue;
134 struct fb_bitfield transp;
252 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
H A Dxen-fbfront.c440 fb_info->var.red = (struct fb_bitfield){16, 8, 0}; in xenfb_probe()
441 fb_info->var.green = (struct fb_bitfield){8, 8, 0}; in xenfb_probe()
442 fb_info->var.blue = (struct fb_bitfield){0, 8, 0}; in xenfb_probe()
H A Ds3c-fb.c147 struct fb_bitfield r;
148 struct fb_bitfield g;
149 struct fb_bitfield b;
150 struct fb_bitfield a;
723 struct fb_bitfield *bf) in chan_to_field()
H A Dgxt4500.c322 static const struct fb_bitfield eightbits = {0, 8};
323 static const struct fb_bitfield nobits = {0, 0};
H A Dgoldfishfb.c64 static inline u32 convert_bitfield(int val, struct fb_bitfield *bf) in convert_bitfield()
H A Dwm8505fb.c185 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
/OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/
H A Dfbpriv.h117 struct fb_bitfield { struct
166 struct fb_bitfield red; /* bitfield in fb mem if true color, */
167 struct fb_bitfield green; /* else only length is significant */
168 struct fb_bitfield blue;
169 struct fb_bitfield transp; /* transparency */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfb.h186 struct fb_bitfield { struct
250 struct fb_bitfield red; /* bitfield in fb mem if true color, */
251 struct fb_bitfield green; /* else only length is significant */
252 struct fb_bitfield blue;
253 struct fb_bitfield transp; /* transparency */
H A Domapfb.h194 struct fb_bitfield red;
195 struct fb_bitfield green;
196 struct fb_bitfield blue;
197 struct fb_bitfield transp;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfb.h186 struct fb_bitfield { struct
250 struct fb_bitfield red; /* bitfield in fb mem if true color, */
251 struct fb_bitfield green; /* else only length is significant */
252 struct fb_bitfield blue;
253 struct fb_bitfield transp; /* transparency */
H A Domapfb.h194 struct fb_bitfield red;
195 struct fb_bitfield green;
196 struct fb_bitfield blue;
197 struct fb_bitfield transp;
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfb.h188 struct fb_bitfield { struct
253 struct fb_bitfield red; /* bitfield in fb mem if true color, */
254 struct fb_bitfield green; /* else only length is significant */
255 struct fb_bitfield blue;
256 struct fb_bitfield transp; /* transparency */
H A Domapfb.h194 struct fb_bitfield red;
195 struct fb_bitfield green;
196 struct fb_bitfield blue;
197 struct fb_bitfield transp;
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/
H A Domapfb.h104 struct fb_bitfield red;
105 struct fb_bitfield green;
106 struct fb_bitfield blue;
107 struct fb_bitfield transp;
/OK3568_Linux_fs/kernel/include/linux/
H A Dsvga.h27 struct fb_bitfield red;
28 struct fb_bitfield green;
29 struct fb_bitfield blue;
30 struct fb_bitfield transp;
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbcon.h49 struct fb_bitfield red;
50 struct fb_bitfield green;
51 struct fb_bitfield blue;
52 struct fb_bitfield transp;
/OK3568_Linux_fs/u-boot/include/linux/
H A Dfb.h53 struct fb_bitfield { struct
115 struct fb_bitfield red; /* bitfield in fb mem if true color, */
116 struct fb_bitfield green; /* else only length is significant */
117 struct fb_bitfield blue;
118 struct fb_bitfield transp; /* transparency */
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dapi.rst193 struct fb_bitfield red; /* bitfield in fb mem if true color, */
194 struct fb_bitfield green; /* else only length is significant */
195 struct fb_bitfield blue;
196 struct fb_bitfield transp; /* transparency */
261 struct fb_bitfield {
270 component in the pixel value are described by the fb_bitfield offset and
/OK3568_Linux_fs/kernel/drivers/video/fbdev/geode/
H A Dgx1fb_core.c146 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
H A Dgxfb_core.c171 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()

12