Searched refs:fb_bitfield (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/include/linux/platform_data/
H A Dsimplefb.h41 struct fb_bitfield red;
42 struct fb_bitfield green;
43 struct fb_bitfield blue;
44 struct fb_bitfield transp;
/linux-master/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.h238 struct fb_bitfield red;
239 struct fb_bitfield green;
240 struct fb_bitfield blue;
241 struct fb_bitfield transp;
/linux-master/drivers/video/fbdev/
H A Dgrvga.c118 var->red = (struct fb_bitfield) {0, 8, 0}; /* offset, length, msb-right */
119 var->green = (struct fb_bitfield) {0, 8, 0};
120 var->blue = (struct fb_bitfield) {0, 8, 0};
121 var->transp = (struct fb_bitfield) {0, 0, 0};
124 var->red = (struct fb_bitfield) {11, 5, 0};
125 var->green = (struct fb_bitfield) {5, 6, 0};
126 var->blue = (struct fb_bitfield) {0, 5, 0};
127 var->transp = (struct fb_bitfield) {0, 0, 0};
131 var->red = (struct fb_bitfield) {16, 8, 0};
132 var->green = (struct fb_bitfield) {
[all...]
H A Dhyperv_fb.c824 static inline u32 chan_to_field(u32 chan, struct fb_bitfield *bf)
1141 info->var.red = (struct fb_bitfield){11, 5, 0};
1142 info->var.green = (struct fb_bitfield){5, 6, 0};
1143 info->var.blue = (struct fb_bitfield){0, 5, 0};
1144 info->var.transp = (struct fb_bitfield){0, 0, 0};
1146 info->var.red = (struct fb_bitfield){16, 8, 0};
1147 info->var.green = (struct fb_bitfield){8, 8, 0};
1148 info->var.blue = (struct fb_bitfield){0, 8, 0};
1149 info->var.transp = (struct fb_bitfield){24, 8, 0};
H A Dimxfb.c142 struct fb_bitfield red;
143 struct fb_bitfield green;
144 struct fb_bitfield blue;
145 struct fb_bitfield transp;
270 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf)
H A Dxen-fbfront.c418 fb_info->var.red = (struct fb_bitfield){16, 8, 0};
419 fb_info->var.green = (struct fb_bitfield){8, 8, 0};
420 fb_info->var.blue = (struct fb_bitfield){0, 8, 0};
H A Ds3c-fb.c148 struct fb_bitfield r;
149 struct fb_bitfield g;
150 struct fb_bitfield b;
151 struct fb_bitfield a;
724 struct fb_bitfield *bf)
H A Dgoldfishfb.c64 static inline u32 convert_bitfield(int val, struct fb_bitfield *bf)
H A Dwm8505fb.c185 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf)
H A Dgxt4500.c323 static const struct fb_bitfield eightbits = {0, 8};
324 static const struct fb_bitfield nobits = {0, 0};
H A Dudlfb.c1005 const struct fb_bitfield red = { 11, 5, 0 };
1006 const struct fb_bitfield green = { 5, 6, 0 };
1007 const struct fb_bitfield blue = { 0, 5, 0 };
H A Dsmscufx.c1162 const struct fb_bitfield red = { 11, 5, 0 };
1163 const struct fb_bitfield green = { 5, 6, 0 };
1164 const struct fb_bitfield blue = { 0, 5, 0 };
H A Dau1100fb.c74 struct fb_bitfield rgb_bitfields[][4] =
H A Dvt8500lcdfb.c132 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf)
H A Dpxa168fb.c470 static unsigned int chan_to_field(unsigned int chan, struct fb_bitfield *bf)
/linux-master/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;
/linux-master/include/uapi/linux/
H A Domapfb.h194 struct fb_bitfield red;
195 struct fb_bitfield green;
196 struct fb_bitfield blue;
197 struct fb_bitfield transp;
H A Dfb.h189 struct fb_bitfield { struct
254 struct fb_bitfield red; /* bitfield in fb mem if true color, */
255 struct fb_bitfield green; /* else only length is significant */
256 struct fb_bitfield blue;
257 struct fb_bitfield transp; /* transparency */
/linux-master/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;
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.h47 struct fb_bitfield red;
48 struct fb_bitfield green;
49 struct fb_bitfield blue;
50 struct fb_bitfield transp;
/linux-master/drivers/video/fbdev/geode/
H A Dlxfb_core.c283 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf)
H A Dgxfb_core.c172 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf)
H A Dgx1fb_core.c147 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf)
/linux-master/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.c297 static unsigned int chan_to_field(unsigned int chan, struct fb_bitfield *bf)

Completed in 494 milliseconds

12