Searched refs:fb_bitfield (Results 1 - 25 of 37) sorted by last modified time

12

/linux-master/include/uapi/linux/
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/mb862xx/
H A Dmb862xxfbdrv.c64 struct fb_bitfield *bf)
/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/staging/fbtft/
H A Dfbtft-core.c359 static unsigned int chan_to_field(unsigned int chan, struct fb_bitfield *bf)
/linux-master/drivers/video/fbdev/
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 Dvt8500lcdfb.c132 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf)
H A Dcyber2000fb.c253 static inline u32 convert_bitfield(u_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 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 Dsm712fb.c886 struct fb_bitfield *bf)
H A Dsa1100fb.c246 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf)
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 Dau1200fb.c968 static struct fb_bitfield rgb_bitfields[][4] = {
H A Dau1100fb.c74 struct fb_bitfield rgb_bitfields[][4] =
H A Datmel_lcdfb.c671 static inline unsigned int chan_to_field(unsigned int chan, const struct fb_bitfield *bf)
H A Dsm501fb.c899 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 Dpxafb.c134 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/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c265 static bool cmp_component(struct fb_bitfield *f1, struct fb_bitfield *f2)
/linux-master/drivers/staging/sm750fb/
H A Dsm750.c404 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)
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1231 static struct { struct fb_bitfield red, green, blue, transp; int bits_per_pixel; } colors[] = {

Completed in 297 milliseconds

12