Home
last modified time | relevance | path

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

12

/linux-3.4.99/include/video/
Dsa1100fb.h24 struct fb_bitfield red;
25 struct fb_bitfield green;
26 struct fb_bitfield blue;
27 struct fb_bitfield transp;
/linux-3.4.99/drivers/video/
Dgrvga.c124 var->red = (struct fb_bitfield) {0, 8, 0}; /* offset, length, msb-right */ in grvga_check_var()
125 var->green = (struct fb_bitfield) {0, 8, 0}; in grvga_check_var()
126 var->blue = (struct fb_bitfield) {0, 8, 0}; in grvga_check_var()
127 var->transp = (struct fb_bitfield) {0, 0, 0}; in grvga_check_var()
130 var->red = (struct fb_bitfield) {11, 5, 0}; in grvga_check_var()
131 var->green = (struct fb_bitfield) {5, 6, 0}; in grvga_check_var()
132 var->blue = (struct fb_bitfield) {0, 5, 0}; in grvga_check_var()
133 var->transp = (struct fb_bitfield) {0, 0, 0}; in grvga_check_var()
137 var->red = (struct fb_bitfield) {16, 8, 0}; in grvga_check_var()
138 var->green = (struct fb_bitfield) {8, 8, 0}; in grvga_check_var()
[all …]
Dmxsfb.c210 static const struct fb_bitfield def_rgb565[] = {
228 static const struct fb_bitfield def_rgb666[] = {
246 static const struct fb_bitfield def_rgb888[] = {
264 static inline unsigned chan_to_field(unsigned chan, struct fb_bitfield *bf) in chan_to_field()
275 const struct fb_bitfield *rgb = NULL; in mxsfb_check_var()
Dimxfb.c125 struct fb_bitfield red;
126 struct fb_bitfield green;
127 struct fb_bitfield blue;
128 struct fb_bitfield transp;
212 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
Dxen-fbfront.c429 fb_info->var.red = (struct fb_bitfield){16, 8, 0}; in xenfb_probe()
430 fb_info->var.green = (struct fb_bitfield){8, 8, 0}; in xenfb_probe()
431 fb_info->var.blue = (struct fb_bitfield){0, 8, 0}; in xenfb_probe()
Ds3c-fb.c151 struct fb_bitfield r;
152 struct fb_bitfield g;
153 struct fb_bitfield b;
154 struct fb_bitfield a;
765 struct fb_bitfield *bf) in chan_to_field()
Dgxt4500.c314 static const struct fb_bitfield eightbits = {0, 8};
315 static const struct fb_bitfield nobits = {0, 0};
Dwm8505fb.c168 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
Dsmscufx.c1210 const struct fb_bitfield red = { 11, 5, 0 }; in ufx_var_color_format()
1211 const struct fb_bitfield green = { 5, 6, 0 }; in ufx_var_color_format()
1212 const struct fb_bitfield blue = { 0, 5, 0 }; in ufx_var_color_format()
Dudlfb.c1027 const struct fb_bitfield red = { 11, 5, 0 }; in dlfb_var_color_format()
1028 const struct fb_bitfield green = { 5, 6, 0 }; in dlfb_var_color_format()
1029 const struct fb_bitfield blue = { 0, 5, 0 }; in dlfb_var_color_format()
Dvt8500lcdfb.c136 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
Dau1100fb.c73 struct fb_bitfield rgb_bitfields[][4] =
Damba-clcd.c321 static inline u32 convert_bitfield(int val, struct fb_bitfield *bf) in convert_bitfield()
Djz4740_fb.c238 struct fb_bitfield *bf) in jzfb_convert_color_to_hw()
Dnuc900fb.c293 struct fb_bitfield *bf) in chan_to_field()
Dpxa168fb.c477 static unsigned int chan_to_field(unsigned int chan, struct fb_bitfield *bf) in chan_to_field()
/linux-3.4.99/include/linux/
Dsvga.h26 struct fb_bitfield red;
27 struct fb_bitfield green;
28 struct fb_bitfield blue;
29 struct fb_bitfield transp;
Domapfb.h193 struct fb_bitfield red;
194 struct fb_bitfield green;
195 struct fb_bitfield blue;
196 struct fb_bitfield transp;
Dfb.h192 struct fb_bitfield { struct
256 struct fb_bitfield red; /* bitfield in fb mem if true color, */
257 struct fb_bitfield green; /* else only length is significant */
258 struct fb_bitfield blue;
259 struct fb_bitfield transp; /* transparency */
/linux-3.4.99/drivers/video/omap2/omapfb/
Domapfb.h111 struct fb_bitfield red;
112 struct fb_bitfield green;
113 struct fb_bitfield blue;
114 struct fb_bitfield transp;
/linux-3.4.99/drivers/video/console/
Dfbcon.h47 struct fb_bitfield red;
48 struct fb_bitfield green;
49 struct fb_bitfield blue;
50 struct fb_bitfield transp;
/linux-3.4.99/Documentation/fb/
Dapi.txt192 struct fb_bitfield red; /* bitfield in fb mem if true color, */
193 struct fb_bitfield green; /* else only length is significant */
194 struct fb_bitfield blue;
195 struct fb_bitfield transp; /* transparency */
260 struct fb_bitfield {
269 component in the pixel value are described by the fb_bitfield offset and
/linux-3.4.99/drivers/video/geode/
Dgx1fb_core.c150 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
Dgxfb_core.c187 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
Dlxfb_core.c294 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()

12